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