UTF16kodeenheter
UTF16kodeenheter refers to the fundamental units used in the UTF-16 encoding scheme for representing Unicode characters. UTF-16 is a variable-length character encoding capable of encoding all 1,112,064 valid code points in the Unicode standard. The basic unit in UTF-16 is a 16-bit word, hence the name.
Characters within the Basic Multilingual Plane (BMP), which covers the first 65,536 Unicode code points (U+0000
For characters outside the BMP, known as supplementary characters, UTF-16 employs a mechanism called surrogate pairs.