- What counts as an emoji?
- Any codepoint in the Emoji Unicode ranges. Handles compound emoji (family emoji with ZWJ sequences, flag emoji from regional indicator pairs) correctly.
- Does it count duplicates?
- Shows both total count and unique emoji set. For social-media analytics you usually want total; for classification, unique.
- Can I filter out certain emoji?
- Paste a block-list and those are excluded from the count. Useful for ignoring common ones like ✅ to find unusual ones.
- Is it accurate for compound emoji?
- Yes — the tool uses grapheme segmentation, so '👨👩👧' counts as one emoji (not three).