🔰UTF-16
🚧 under construction
Last updated
🚧 under construction
Last updated
JS ⟩ value ⟩ primitive ⟩ String ⟩ Unicode ⟩ encoding ⟩ UTF-16
(16-bit Unicode Transformation Format)
UTF-16 uses 16-bit unsigned integers as its code units.
a code point is transformed into one or two UTF-16 code units.
(plane 1 ~ 16) code points with 2 code units is called a "surrogate pair".