Emoji Sequence
Technical/UnicodeAn ordered set of one or more Unicode code points that together represent a single emoji character.
While simple emoji like ๐ are a single code point, many emoji are sequences โ multiple code points that combine into one visual character. There are several types of emoji sequences:- **ZWJ sequences**: Characters joined by U+200D (e.g., ๐ฉโ๐ฌ woman scientist)
- **Keycap sequences**: Digit + VS-16 + U+20E3 (e.g., 1๏ธโฃ)
- **Flag sequences**: Regional Indicator pairs (e.g., ๐ฏ๐ต)
- **Tag sequences**: Black flag + tags (e.g., ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ England)
- **Modifier sequences**: Base emoji + skin tone (e.g., ๐๐พ)
Understanding sequences is essential for correctly counting, splitting, and processing emoji in software.