Free Developer Tool
Unicode Character Lookup
Find Unicode code points, character names, hexadecimal values and related information for characters.
Character or Code Point
Examples:
€, U+20AC, 0x20AC, 8364Character
€
EURO SIGNU+20AC
Unicode Information
Code point
U+20ACDecimal8364
Hexadecimal
0x20ACBinary
10000010101100General categoryCurrency Symbol (Sc)
DescriptionCurrency symbol.
Encodings & References
HTML decimal
€HTML hexadecimal
€JavaScript
\u{20AC}CSS
\20ACUTF-16 escape
\u20ACQuick Examples
Input Formats
€ — characterU+20AC — Unicode code point0x20AC — hexadecimal code point8364 — decimal code pointNotes
• Unicode code points range from U+0000 to U+10FFFF.
• UTF-16 surrogate code points are not valid standalone Unicode scalar values and are rejected.
• The browser provides Unicode property information through regular expressions with Unicode property escapes.
• Character names are provided for common characters and common ranges. JavaScript does not expose a general Unicode character-name API.
• Everything is processed locally in the browser.
What is Unicode Character Lookup?
Look up Unicode character information including code points, character names and hexadecimal representations.
How to use
- Enter a character or Unicode code point.
- Look up the character information.
- Review its Unicode properties.
- Copy the required value.
Features
- Unicode character lookup
- Code point information
- Hexadecimal representation
- Character name lookup
Common Use Cases
- Unicode debugging
- Character identification
- Text processing
- Internationalization
Example
Input
€
Output
Character: € Unicode: U+20AC Name: EURO SIGN Decimal: 8364 Hexadecimal: 20AC
FAQ
Can I look up a character by entering it?
Yes.
Can I search by Unicode code point?
Yes.
Does it show the hexadecimal value?
Yes.
Missing a feature?
If this tool doesn't cover your use case or is missing functionality, please let me know through the Contact page.
New improvements and features are added based on user feedback.