0x2462
0x2462 is the hexadecimal notation for the integer 9314. In binary this value is 0010 0100 0110 0010, and it is commonly used in programming as a literal prefixed with 0x to indicate hexadecimal representation.
As a Unicode code point, 0x2462 corresponds to U+2462, the circled digit three (③). This character is
In practice, you can render it in HTML with a numeric character reference such as ③ or
- 0x2462 and U+2462 denote the same numeric value, but one is a hexadecimal literal used in programming
- The circled digit characters are typographically distinct and are not interchangeable with plain digits when the
See also: Unicode circled numbers (U+2460–U+246F); Enclosed Alphanumerics block; HTML and XML character references for Unicode.
---