Extract Emojis

Pull every emoji character out of your text and list them one per line, with optional deduplication and counts.

Runs locallyInstantPrivate
Input
Output
Extracted emojis appear here.

What This Tool Does

Paste any text and the tool scans it for Unicode emoji characters, then outputs each one on its own line. In “List emojis” mode every occurrence is shown in the order it appeared, so you can see exactly how many times each emoji was used and where in the flow it came from. Switch to “Unique only” to deduplicate the results, and optionally turn on counts to see how many times each distinct emoji appeared — useful for analysing social media posts, customer reviews, or chat transcripts for emotional tone or content patterns.

How to Use

  1. Paste your text — a tweet, chat log, review, or article — into the input panel.
  2. Choose “List emojis” to see every emoji in order, or “Unique only” for a deduplicated set.
  3. Enable “Show count per emoji” if you want frequency data alongside the unique list.
  4. Copy the extracted emoji list or download it as a plain-text file.

Frequently Asked Questions

Which emoji does this tool recognise?

The tool matches Unicode emoji across the main ranges used by modern devices and platforms: the Miscellaneous Symbols and Pictographs block (U+1F300–U+1F9FF), Supplemental Symbols and Pictographs (U+1FA00–U+1FFFF), the classic Miscellaneous Symbols and Dingbats blocks (U+2600–U+27FF, U+2B00–U+2BFF), and variation selector sequences (U+FE00–U+FEFF). This covers the overwhelming majority of emoji you will encounter in real-world text from social media, messaging apps, and documents.

What is the difference between “List emojis” and “Unique only”?

“List emojis” outputs one emoji per line in the exact order they appeared in the input, including duplicates. If 🚀 appears three times you will see it three times. “Unique only” collapses repeated emoji so each appears just once. Combined with the “Show count” option it tells you that 🚀 appeared three times — handy for quickly profiling which emoji dominate a body of text.

Can I use the output for sentiment or tone analysis?

Yes. Extracting emoji is a common first step before running sentiment scoring on informal text like tweets or product reviews. The output is a clean, one-per-line list that you can feed directly into a script or spreadsheet. Combine it with the Word Counter or Keyword Density tool to build a fuller picture of tone alongside your textual analysis.

Is my text sent to a server?

No. The extraction runs entirely in JavaScript inside your browser. Your text never leaves your device, which makes the tool safe to use with confidential messages, private chat logs, or sensitive customer data.

Related tools