Unicode Character Inspector
Deconstruct text to inspect individual character code points, hex values, and descriptors. Fast, free, and fully client-side. Nothing is uploaded to a server.
Input
0 chars · 0 wordsOutput
0 charsHow the Unicode Character Inspector Works
Inspects every character in a text string, displaying its exact Unicode codepoint (e.g. U+0041), UTF-8 / UTF-16 byte representations, and character name.
Usage Example
Analyzes emojis (e.g. 🚀 = U+1F680, UTF-8: F0 9F 9A 80) and diacritics.
Frequently Asked Questions
What is a Unicode code point?
A unique numerical value assigned to every character, letter, digit, and symbol in the universal Unicode standard.
