String.fromCharCode() is what you want:
The fromCharCode() method converts Unicode values to characters.
Syntax
String.fromCharCode(n1, n2, ..., nX)
String.fromCharCode() is what you want:
The fromCharCode() method converts Unicode values to characters.
Syntax
String.fromCharCode(n1, n2, ..., nX)