0xD814
0xD814 is a hexadecimal literal commonly used in computer science and programming. The prefix 0x signals that the digits following it are in base 16, not base 10. When interpreted as an unsigned integer, 0xD814 equals 55316 in decimal.
In binary, 0xD814 is represented as 1101100000010100. This 16-bit representation is typical for values that fit
In Unicode, the value 0xD814 falls within the surrogate range D800–DFFF used by UTF-16 encoding. Specifically,
Context matters for the meaning of 0xD814. As a general numeric literal, it may appear as a
See also: hexadecimal notation, Unicode surrogate pairs, UTF-16, binary representation.