Emoji Lookup
TextSearch emoji by name or keyword and get back the character, its Unicode code point, and its GitHub-style shortcode.
Type a name, keyword, or partial shortcode and get back matching emoji with their exact character, Unicode code point (like U+1F525), and GitHub-style shortcode (like :fire:) for pasting into a commit message, a Slack status, or markdown that renders emoji from shortcodes. It covers several hundred of the most commonly used emoji across faces, gestures, animals, food, objects, symbols and a handful of flags, not the full Unicode emoji set which now runs past 3,000 and keeps growing every year. You can also look one up exactly by its shortcode or character, or browse a single category like Flags or Food & Drink. Everything runs against a static table client side, so results won't include anything from a Unicode release newer than when this tool was last updated.
How to use Emoji Lookup
- 1.Type a name or keyword (like "fire" or "celebrate") to search across emoji names, shortcodes, and keywords.
- 2.Click an emoji card to copy the character itself, or copy its :shortcode: for pasting into markdown or a commit message.
- 3.Filter by category, like Flags or Animals & Nature, to browse instead of search.
Frequently asked questions
Use via API, SDK, or MCP
cURL# Free: 1,000 req/day Β· Pro: 10,000 req/day
curl -X POST https://api.utilix.tech/v1/tools/emoji-lookup \
-H "Authorization: Bearer utx_live_..." \
-H "Content-Type: application/json" \
-d '{"query":"fire","mode":"search"}'Get an API key from your dashboard Β· Full API docs β