Browse 1,900+ emoji by category (smileys, people, animals, food, travel, activities, objects, symbols, flags, mahjong), search by name or character, and click to copy to your clipboard for chats, documents, and social media
The Emoji Lookup tool brings together more than 1,900 emoji, organized into 10 categories: smileys and emotion, people and body, animals and nature, food and drink, travel and places, activities, objects, symbols, flags, and mahjong. Switch between categories with the tabs at the top, or filter in real time by typing a name or character—enter "smile," "heart," or paste a 🚀 to jump straight to the emoji you need.
Every emoji appears as a card. Just click a card to copy it to your clipboard, and the page confirms with a "Copied" message. You can then paste it into a chat, document, email, or social post without hunting for a symbol or opening your operating system's emoji panel.
Emoji are characters defined in Unicode blocks such as Miscellaneous Symbols and Pictographs. Each one has a unique code point: the grinning face 😀 is U+1F600 and the rocket 🚀 is U+1F680. Some emoji are made of multiple code points—for example, the skin-tone modifiers, flags built from regional indicator pairs, and multi-person families such as 👨👩👧 connected with the zero-width joiner (U+200D).
This tool keeps all emoji data in a JavaScript array on the front end. Search does simple string matching against the name and the character, while copying prefers the browser's native clipboard API (navigator.clipboard) and falls back to execCommand when it is not available, so copying works reliably on almost any device.
Scenario: Add ✅ to a work report to mark completed tasks and 🚀 to show smooth progress.
Emoji are Unicode characters at heart; Special Symbol Lookup helps you find non-emoji special symbols, while ASCII Code Lookup covers the basic control and printable character encodings.
For text workflows, Text Diff highlights differences between strings, URL Encode and URL Decode correctly handle special characters in links, and Base Converter helps with number-base conversions.