0x130E
0x130E is a hexadecimal numeric literal commonly used in computing and software development. The prefix 0x denotes base-16, so 0x130E corresponds to the decimal value 4878. Such literals appear in source code to express constants, memory addresses, bit masks, or protocol field values, with their exact meaning determined by the surrounding context and the system being described.
In programming languages that support hexadecimal literals (for example C, C++, Java, JavaScript, and many others),
In Unicode notation, hexadecimal numbers are frequently used to refer to code points. The sequence 0x130E can
See also: Hexadecimal notation, Unicode code point, 0x notation in programming.