Browse and search the Unicode character set. Pick a category or type a character name — click any result to copy it, along with its code point, HTML entity, CSS value, and UTF-8 bytes.
How to Use
- Browse by category — click a category button (Arrows, Math, Currency, etc.) to see all characters in that group.
- Search — type a character name like
arrow leftor a code point likeU+2192to filter across all categories. - Click any character — the detail panel shows the character, Unicode code point, HTML entities (decimal and hex), CSS
contentvalue, and UTF-8 byte sequence. Each field has its own Copy button.
What Each Field Means
| Field | Example | Use it when… |
|---|---|---|
| Code Point | U+2192 | Referencing a character in documentation |
| HTML (decimal) | → | Embedding in HTML without encoding issues |
| HTML (hex) | → | Same as above, hex form |
| CSS content | '\2192' | Using characters in ::before / ::after pseudo-elements |
| UTF-8 bytes | 0xE2 0x86 0x92 | Working with raw byte streams or file encoding |
Related Tools
- HTML Entity Encoder — encode and decode HTML entities in bulk
- Emoji Picker — browse and copy emoji with skin-tone and keyword search
- Morse Code Translator — convert text to Morse code and back
