Node.js examples for String:Char
Get Char From Code
function getCharFromCode ( code ) { return String.fromCharCode( code ); }