Get the string for a given code point or set of code points. Polyfill for [fromCodePoint]https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/fromCodePoint.
fromCodePoint
Rest
The code points to convert to a string.
The converted string.
Get the string for a given code point or set of code points. Polyfill for [
fromCodePoint
]https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/fromCodePoint.