javascript String fromCharCode( )

fromCharCode( )NN 4 IE 4 ECMA 1  

fromCharCode(num1, [, num2,[...numN]])

  

This is a static method that returns a string of one or more characters with Unicode values that are passed as a comma-delimited list of parameters. For example, the expression:

String.fromCharCode(120, 121, 122)
 

returns "xyz".

 
Parameters
 
  • One or more integer values in an unquoted, comma-delimited list.
 
Returned Value

A string.


1782,Nickname,Homepage or email,Comments here,Add comment