ⓊUnicode Codepoint ↔ Character
Look up the Unicode codepoint (U+XXXX) and name of a character, or build a character from a codepoint. Useful for emoji analysis, font compatibility debugging, Hanja code lookup, and special character input.
How to use
- 1Type a character and see its codepoint.
- 2Or type U+XXXX to get the character.
FAQ
Does it support emojis?+
Yes — including multi-codepoint sequences (surrogate pairs, ZWJ sequences). Family emoji (👨👩👧👦) is made of 5 codepoints joined together.
What is Unicode?+
A standard assigning a unique number to every character in the world. U+0041 = 'A', U+AC00 = '가', U+1F600 = '😀'.
Why does Korean have two representations?+
Unicode allows precomposed syllables (가, U+AC00) and decomposed jamo (ㄱ+ㅏ). NFC normalization unifies them.
An emoji shows as a square?+
Your font doesn't support that emoji. Update system or app fonts.
Where are Hanja codes?+
U+4E00 – U+9FFF (CJK Unified Ideographs) covers about 20,000 characters. Extensions push it past 90,000.
Characters break on my website?+
Your site's font doesn't cover that Unicode range. Web fonts like Pretendard or Noto usually solve it.