Unicode code points

Client

Show 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 normalizationApply 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 frequencyCount 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 accentsStrip 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 toolsHub 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.

Related utilities you can open in another tab—mostly client-side.