Unicode Character Lookup
Inspect any Unicode character — code point, UTF-8 / UTF-16 encoding, JS / Python / HTML / CSS escapes, block, and category. Free, private, browser-only.
Character
A
U+0041Basic LatinLetter
Code point (decimal)
65
Code point (hex)
U+0041
UTF-8 (hex bytes)
41
UTF-16 code units
0x0041
JS escape
\u0041
Python escape
\u0041
HTML entity
A
CSS escape
\41