Function fromCodePoint

Source
fromCodePoint(c: number): string

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