0x1D6
0x1D6 is a hexadecimal numeral used in computing to denote the integer value 470 (decimal). The prefix 0x is a conventional indicator of base-16 notation in many programming languages, including C, C++, Java, JavaScript, and Python. Hex literals like 0x1D6 are commonly used to specify bit patterns, memory addresses, color components in low-level contexts, and other constants where hexadecimal form is convenient.
In different bases, 0x1D6 equals 470 in decimal and 0o726 in octal. Its binary representation is 111010110,
In Unicode terminology, code points are written as U+01D6; the hexadecimal string 01D6 corresponds to the same
See also: Hexadecimal notation, Unicode code points, binary representation.