fromCharCode
Converts Unicode values to characters
Syntax
fromCharCode(i)
Returns
returns (string) char value to string
Parameters
- i (integer)
- char code
Usage
var test = String.fromCharCode(189);
echo(test );
// will return ½