Unicode code points
ClientShow Unicode code point for each character in text—UTF-16 code units, browser-only inspector.
U+0048 "H" U+0065 "e" U+006C "l" U+006C "l" U+006F "o" U+0020 " " U+1F30D "🌍"
Nearby workflows on Toolcore
- Unicode normalization — Apply NFC, NFD, NFKC, or NFKD normalization to text—code point counts and copy output, browser-only. for the next text or markup step in your edit loop.
- Character frequency — Count how often each character appears—sorted table with Unicode code points; local only. for the next text or markup step in your edit loop.
- Remove accents — Strip diacritics with Unicode NFD—ASCII-friendly slugs and legacy normalization in the browser. for the next text or markup step in your edit loop.
- Encoding tools — Hub index: Base64 & URL, Base64url, Base32, Crockford, LEB128, ASCII85, Z85, Base58, base-36, bencode, Morse, quoted-printable, URI, Puny… for the next text or markup step in your edit loop.
About this tool
See U+XXXX for each character—including astral symbols—when debugging encoding, fonts, or normalization issues.
Common use cases
- Confirm the exact code point of a suspicious copy-pasted character.
- Compare NFC vs NFD sequences before normalization.
Common mistakes to avoid
Surrogate pairs
Astral characters use one line with the full code point (e.g. U+1F30D).
FAQ
UTF-8 bytes?
Use the UTF-8 byte length or hex tools for octets.
Combining marks?
Each code unit is listed separately—normalize first if you need grapheme clusters.
More tools
Related utilities you can open in another tab—mostly client-side.
Unicode normalization
ClientApply NFC, NFD, NFKC, or NFKD normalization to text—code point counts and copy output, browser-only.
Character frequency
ClientCount how often each character appears—sorted table with Unicode code points; local only.
Remove accents
ClientStrip diacritics with Unicode NFD—ASCII-friendly slugs and legacy normalization in the browser.
Encoding tools
ClientHub index: Base64 & URL, Base64url, Base32, Crockford, LEB128, ASCII85, Z85, Base58, base-36, bencode, Morse, quoted-printable, URI, Punycode/IDN, Unicode escapes, data URLs, MIME, hex, HTML entities, JWT, JSON helpers, crypto.