Emoji Sequence
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://emojifyi.com/iframe/glossary/emoji-sequence/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://emojifyi.com/glossary/emoji-sequence/
Add a dynamic SVG badge to your README or docs.
[](https://emojifyi.com/glossary/emoji-sequence/)
Use the native HTML custom element.
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.