Emoji Sequence

Technical/Unicode

An 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.

Istilah Terkait

Regional Indicator (RI) Regional Indicator (RI)
Paired Unicode letters (U+1F1E6 to U+1F1FF) that form country flag emoji when combined according to ISO 3166-1 alpha-2 codes.
Keycap Sequence Keycap Sequence
An emoji sequence formed by a digit or symbol, followed by VS-16 (U+FE0F) and the combining enclosing keycap character (U+20E3).
Zero Width Joiner (ZWJ) Zero Width Joiner (ZWJ)
An invisible Unicode character (U+200D) used to join multiple emoji into a single composite emoji, such as combining people and objects into profession emoji.
Skin Tone Modifier Skin Tone Modifier
Five Unicode modifier characters based on the Fitzpatrick scale that change the skin color of human emoji (U+1F3FB to U+1F3FF).
Unicode Technical Standard #51 (UTS#51) Unicode Technical Standard #51 (UTS#51)
The Unicode specification that defines how emoji work — including emoji properties, sequences, presentation, and ordering.

Alat Terkait

🔍 Penganalisis Urutan Penganalisis Urutan
Dekode urutan ZWJ, modifier warna kulit, urutan keycap, dan pasangan bendera menjadi komponen individual.
🔢 Pencarian Unicode Pencarian Unicode
Masukkan codepoint seperti U+1F600 untuk mendapatkan emoji, detail encoding, byte UTF-8/16, dan HTML entity.