0x1D36
0x1D36 is a hexadecimal literal commonly used in computer science and software development. The prefix 0x signals that the following digits are expressed in base-16.
As a hex value, 0x1D36 equals 7478 in decimal. In memory terms, it comprises two bytes: 0x1D
In programming, such literals appear in code for numeric constants, bitmasks, color channels, or addresses in
If interpreted as a Unicode code point, the notation U+1D36 refers to a character within the Phonetic
0x1D36 may also appear as part of longer identifiers or as a fragment of a larger address
See also: Hexadecimal, 0x notation, Unicode, Phonetic Extensions.