0x189B
0x189B is a hexadecimal numeral commonly used in computing to denote a specific 16-bit value. In decimal form, this value equals 6299. In binary, it is represented as 0001 1000 1001 1011. The 0x prefix indicates hexadecimal notation in many programming languages and data formats.
In source code, 0x189B can appear as a literal value. For example, in languages such as C,
Endianness is a relevant consideration when 0x189B is stored in memory. In a big-endian system, the two
Possible interpretations beyond a simple numeric literal exist. If interpreted as a Unicode code point (for
See also: hexadecimal notation, numeric literals, endianness, memory addressing.