0x3D76
0x3D76 is a hexadecimal literal commonly used in computing to denote a 16-bit unsigned integer value. In decimal, 0x3D76 equals 15,734. In binary, it is 0011 1101 0111 0110, and in two-byte (big-endian) form it corresponds to the bytes 0x3D and 0x76. The 0x prefix is a conventional indicator in many programming languages, including C, C++, Java, JavaScript, and Python, that the following number is expressed in hexadecimal.
In Unicode, the numeric value 0x3D76 can be mapped to the code point U+3D76. This code point
Contextual use and interpretation of 0x3D76 vary with domain. As a literal, it may appear in source
See also: hexadecimal notation, Unicode code points (U+3D76), 16-bit representations.