Converts a numeric value to a UCS-2 character.
chr(number)
→ returns string
x = chr( 8361 );
writeOutput( 'character: #x#' );
x = asc( x );
writeOutput( '<br>Unicode value: #x#');
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.