Paste or type text to inspect every character's code point, UTF-8/UTF-16 bytes, category, and escape sequences — with invisible characters flagged.
Characters
Type or paste text above to inspect its characters.
Character names are provided for common ranges (Basic Latin, Latin-1 Supplement, common punctuation/symbols, and a set of frequently used emoji); characters outside those ranges show their Unicode category instead, since the full Unicode Character Database (150,000+ named characters) is too large to ship in a single offline file. Category detection itself uses native JS Unicode property regex (\p{...}), so it's accurate for any character.