Ctrl + K
HomeEncoding ToolsUnicode Character Lookup
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, 8364
Character
EURO SIGNU+20AC
Unicode Information
Code pointU+20AC
Decimal8364
Hexadecimal0x20AC
Binary10000010101100
General categoryCurrency Symbol (Sc)
DescriptionCurrency symbol.
Encodings & References
HTML decimal€
HTML hexadecimal€
JavaScript\u{20AC}
CSS\20AC
UTF-16 escape\u20AC
Quick Examples
Input Formats
— character
U+20AC — Unicode code point
0x20AC — hexadecimal code point
8364 — decimal code point
Notes
• 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

  1. Enter a character or Unicode code point.
  2. Look up the character information.
  3. Review its Unicode properties.
  4. 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.