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

  1. Browse by category — click a category button (Arrows, Math, Currency, etc.) to see all characters in that group.
  2. Search — type a character name like arrow left or a code point like U+2192 to filter across all categories.
  3. Click any character — the detail panel shows the character, Unicode code point, HTML entities (decimal and hex), CSS content value, and UTF-8 byte sequence. Each field has its own Copy button.

What Each Field Means

FieldExampleUse it when…
Code PointU+2192Referencing 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 bytes0xE2 0x86 0x92Working with raw byte streams or file encoding