Technical Term
Emoji Sequence
A combination of multiple Unicode code points that together represent a single visual emoji, such as family groups or flag emojis.
In-depth Analysis
Emoji sequences come in several forms: ZWJ sequences (e.g., 👨👩👧 family), flag sequences (two Regional Indicator characters combining to form a country flag 🇺🇸), keycap sequences (#️⃣), and modifier sequences (thumbs up + skin tone). The complexity of emoji sequences is why a simple character count in code can be misleading — the family emoji 👨👩👧 may look like one character but consists of 5 code points joined by ZWJ characters.