0x399
0x399 is a hexadecimal literal commonly used in computer programming to denote the integer value 921. In hexadecimal notation, the prefix 0x signals that the following digits are base-16. The digits 3, 9, and 9 correspond to 3×256, 9×16, and 9, which sum to 921.
In source code across languages such as C, C++, Java, JavaScript, and Python, 0x399 represents a numeric
The same numeric value that 0x399 represents also appears in Unicode terminology: 921 decimal equals the code
Related topics include the hexadecimal numeral system, the 0x prefix used to denote hex literals, and Unicode