0x19F5
0x19F5 is a hexadecimal numeral commonly used in computing to denote a base-16 value. When interpreted as a hex literal, its decimal equivalent is 6645. In binary it is 00011001 11110101. The value fits within 16 bits, making it representable as a 16-bit unsigned integer in many systems.
In programming languages that support hex literals, such as C, C++, Java, JavaScript, and Python, 0x19F5 can
As a Unicode code point, the sequence U+19F5 would fall within the range of characters from the
See also: hexadecimal, binary, Unicode code point, programming language literals.