Hex → Unicode
Result
—
Hex → Unicode
Convert hex code points to Unicode characters.
Conversion formula
Hex → Unicode code point: Parse the hex value as an integer code point, then map to the corresponding Unicode character. Example: 0041 → code point 65 → 'A'