Unicode Code Point Inspector

Show the Unicode code points for each character in a text string.

Formula

code point = character.codePointAt(0).toString(16)
  • Uses Unicode code points (not UTF-16 code units). Emoji and supplementary characters handled correctly.

Unicode Code Point Inspector Example

Inputs
  • Text: Hi ✓

H→U+0048, i→U+0069, (space)→U+0020, ✓→U+2713

Frequently asked questions

How do I use the Unicode Code Point Inspector?
Enter the value in the input field and the result updates immediately.
How accurate is this converter?
Uses internationally recognised conversion factors. Results are rounded to the displayed decimal places.
Can I verify this manually?
Yes — apply the formula shown above step by step.