🔰code point
Last updated
Last updated
JS ⟩ value ⟩ primitive ⟩ String ⟩ Unicode ⟩ code point
numbers from U+0000 to U+10FFFF (17*2^16
=
1,114,112
total).
usually represented using 4~6 hexadecimal digits.
divided into 17 code planes. (2^16
code points each)
every Unicode character is assigned a code point.
UTF-16 transforms code points into
2 code units (surrogate pair).
synonyms: "Unicode character"