String.fromCodePoint

Returns a string created from the given sequence of code points.

Syntax

fromCodePont(...codes)

Parameters

Return value

A string.

Throws RangeError if an invalid Unicode code point is given.

Examples

String.fromCodePoint(128512)
"😀"