This document discusses emoji analysis and frequency counting. It describes using a Double Array Trie Tree structure called Darts to efficiently store and search emoji sequences and their frequencies from a large corpus. Examples are given of frequent emoji sequences extracted from Twitter along with their counts. Links are provided to resources about the Unicode emoji standard and the Darts algorithm.