Skip to content
Brand Stack
Esc
navigateopen⌘Jpreview
Sign up
On this page

Emoji Catalogue

Fast keyword search across 1,800+ emojis with one-click copy — in the browser or from the CLI. Real Unicode CLDR data, no ads, no signup, instant.

The Emoji Catalogue is a free tool at brandstack.dev/tools/emoji-catalogue. Search 1,800+ emojis by keyword and copy any of them in a click. It exists because most emoji sites bury a ten-second job under ads; this one is instant and clean.

npx @brandstack/cli emoji-catalogue rocket --first     # 🚀
npx @brandstack/cli emoji-catalogue party --json       # matches with names, structured
npx @brandstack/cli emoji-catalogue fire --group "Smileys & emotion"

Offline, no account. Matching uses the same Unicode CLDR keywords as the website, so “celebrate” finds 🎉 even though its name is “party popper”. --first prints the single best match (exact-name matches win) for piping into scripts.

How to use it in the browser

  1. Type a keyword: “rocket”, “fire”, “happy”, “party”
  2. Click any emoji to copy it to your clipboard

That is the whole tool. Search stays instant across the full dataset.

Browsing by category

Skip the search and browse the standard groups: smileys and people, animals and nature, food and drink, travel, activities, objects, symbols, and flags (--group in the CLI).

For AI agents

Prefer the CLI — --first gives you the character with nothing to parse. In the browser, the full emoji dataset renders in the page and is searchable by CLDR keyword. The page is also served as plain markdown at /tools/emoji-catalogue.md, and listed with instructions in /llms.txt.

When to use this tool

  • Writing a changelog, release note, or social post and needing the right emoji fast
  • Finding an emoji by what it means rather than what it is called
  • Copying a run of emojis for a launch announcement without an ad interrupting each one

Was this page helpful?