JavaScript String.fromCharCode()
Examples
How to convert Unicode values to characters:
Description
The String.fromCharCode() method converts Unicode values to characters.
The String.fromCharCode() is a static method of the String object.
The syntax is always String.fromCharCode().
You cannot use myString.fromCharCode().
Syntax
Parameters
One or more Unicode values to be converted.
Return Value
Tip
For a list of all Unicode values, please study our Complete Unicode Reference.
Browser Support
String.fromCharCode() is an ECMAScript1 (JavaScript 1997) feature.
It is supported in all browsers:
| Chrome | Edge | Firefox | Safari | Opera |