charCode( c )

Returns the integer character code of the specified character c. This function can only be applied to characters, not strings.

:-) charCode( 'a' );
There is 1 result
97