Look Up Unicode Symbols and Emojis
When you need a specific Unicode character, emoji, or symbol, these are the canonical references:
Emoji
- Emojipedia — The definitive emoji reference. All emoji names are official Unicode Character Database (CLDR) names; code points are part of the Unicode Standard. Search by name, browse by category, or look up by Unicode version.1
- Unicode Full Emoji List — The official Unicode Consortium chart, showing images from multiple vendors, CLDR names, and version history.2
General Unicode characters
- Unicode Character Table — Browse or search all Unicode code points. Organized by blocks and categories.3
- Unicode Arrows — Comprehensive arrow symbol set.4
- Unicode Superscripts and Subscripts — Superscript/subscript digits and letters.5
Tips
- Copy the character directly from these sites, or use the code point (e.g.
U+1F600for 😀) in your editor or shell. - In Bash, use
$'\uXXXX'or$'\UXXXXXXXX'to emit Unicode by code point. - In Python, use
chr(0x1F600)or"\U0001F600".
Related: Unicode (encoding concepts), emoji (specific symbols).
Sources
- Emojipedia — Homepage
- Unicode Character Table — Homepage
- Unicode Full Emoji List, v17.0
- Unicode Arrow Symbols — Unicode Character Table
- Superscript and Subscript Numbers — Unicode Character Table
See also
- Unicode
- emoji