Unicode Character Inspector
Breaks down text to show you every character's code point, hex value, and descriptor. Fast, free, and fully client-side. Nothing is uploaded to a server.
Input
0 chars · 0 wordsOutput
0 charsHow the Unicode Character Inspector Works
Checks every character in your text string, showing the exact Unicode codepoint (like U+0041), UTF-8/UTF-16 bytes, and character name.
Usage Example
Analyzes emojis (e.g. 🚀 = U+1F680, UTF-8: F0 9F 9A 80) and diacritics.
Frequently Asked Questions
What exactly is a Unicode code point?
It's a unique number given to every character, letter, digit, or symbol in the universal Unicode standard.
