Unicode Text Converter
Enter a Unicode code point (decimal) to see its hex code, HTML entity, and character.
What this calculator does
This tool converts a Unicode code point, entered as a decimal number, into its hexadecimal ‘U+’ notation, HTML numeric entity, and the actual character it represents.
How the calculation works
Every character in the Unicode standard has a unique code point, a number from 0 to 1,114,111 (0x10FFFF). The calculator converts your decimal input into hexadecimal to produce the standard ‘U+XXXX’ form used in Unicode documentation, and wraps the decimal value in ‘&#…;’ to produce the equivalent HTML numeric character entity.
Code points in the surrogate range (U+D800 to U+DFFF) are reserved for encoding purposes and do not represent a standalone character. This tool is intended for general programming and educational reference.