🏠 New in Low Baseline Support: String codePointAt() and fromCodePoint()

September 30, 2015

caniuse · mdn · spec

The codePointAt() method returns the numeric value of the UTF-16 code point at an index of the string. The fromCodePoint() method returns a string created from one or more code points.

Source features