Character Map Explorer
Browse Unicode character blocks — see code points, HTML entities, UTF-8 bytes, and CSS escapes.
95 characters
About Unicode character maps
Unicode assigns a unique code point (U+XXXX) to every character in every script. The Basic Latin block (U+0020–U+007E) covers printable ASCII. Latin-1 Supplement adds accented European letters. Beyond U+FFFF lie supplementary planes including emoji (U+1F300+), which require surrogate pairs in UTF-16 or 4-byte sequences in UTF-8.
Use HTML entities (😀) when you can't embed the literal character, and CSS escapes (\1F600) inside content properties. For string encoding utilities see HTML Encoder and URL Encoder.
Private & free — this tool runs entirely in your browser.
Related Text Tools tools
Case Converter
Convert between Sentence, Title, camelCase, snake_case, and more.
Word Counter
Count words, characters, and analyze keyword density.
Text to Binary
Convert text into its 8-bit binary representation.
Binary to Text
Decode 8-bit binary back into readable text.
Text Reverser
Reverse text by characters, words, or lines.
Remove Duplicate Lines
Delete repeated lines and keep your list unique.
Remove Empty Lines
Strip blank and whitespace-only lines from text.
Sort Lines Alphabetically
Sort lines A–Z or Z–A, case-sensitive or not.