Returns the code point of a character.
fromCode
1.0.0
getCode('a'); // -> 97fromCode(97); // -> 'a' Copy
getCode('a'); // -> 97fromCode(97); // -> 'a'
getCode('💯'); // -> 128175fromCode(128175); // -> '💯' Copy
getCode('💯'); // -> 128175fromCode(128175); // -> '💯'
Returns the code point of a character.