This is an online tool that converts Unicode character code to text.

Enter a Unicode code point and press a button to convert it to the corresponding character. You can also convert from escape sequences and numeric character references.

* If you want to convert text to character code, please use the "Unicode Character Code Checker".

Convert character code to character

Enter code

If you enter only the number part, select the base number for the value. (It will be automatically determined for other formats.)

Character output

Enlarged display

A

Supported code formats

This tool supports the following code formats. If you enter only the number portion without adding "U+" etc., please select the base of the value before converting. * This selection is not necessary for other formats as they will be automatically determined (your selection will be ignored).

  • Decimal (e.g. 65) : Decimal code point
  • Hexadecimal (e.g. 41) : Hexadecimal code point
  • U+Hexadecimale (e.g. U+0041) : Code point following "U+"
  • 0xHexadecimale (e.g. 0x41) : Code point following "0x"
  • \u{Hexadecimale} (e.g. \u{41}) : Escape sequence (code point)
  • \uHexadecimale (e.g. \u0041) : Escape sequence (code unit)
  • &#Decimal; (e.g. A) : HTML numeric character references
  • &#Hexadecimale; (e.g. A) : HTML numeric character references
  • \Hexadecimale (e.g. \41) : CSS numeric character references

How to use this tool

You can also convert to special characters such as emojis, or enter multiple code points (character code numbers).

  • Paste the code you want to convert into the "Enter code" field and press the "Convert" button.
  • The converted text will be displayed in the "Character output" field, so please copy and use it if necessary. If you want to enlarge the character to check it, try changing the size in the "Enlarged display".
  • If you enter only the number part, you can enter multiple code points separated by commas. In other formats, you can enter multiple code points by just lining them up without commas (it's okay if they are separated by commas).
  • Any extra spaces, double quotes, and single quotes will be automatically removed.
  • If you enter an incorrect code, it may not be converted correctly. Even if the code is correct, depending on the type of characters, it may not be displayed on the screen or may be garbled. In addition, characters may not be displayed correctly depending on the environment.
  • To use this tool, you must enable JavaScript in your browser.

Specifications of this tool

  • Unicode code points range from 0 - 1114111 in decimal, or 0 - 10FFFF in hexadecimal.
  • This tool is not case sensitive, so for example "0x" can be entered as "0X".

Other online tools