fromCodePoint(c: number): string
Converts a Unicode code point to a string, like String.fromCodePoint(), but does not throw for invalid input.
String.fromCodePoint()
Converts a Unicode code point to a string, like
String.fromCodePoint(), but does not throw for invalid input.