0x10E
0x10E is a hexadecimal numeral. In base-16 notation, the prefix 0x signals that the following digits are hex digits. The value 0x10E equals 270 in decimal. Hex literals are widely used in programming languages to express constants, bit masks, memory addresses, and various low-level values.
In computing, 0x10E can be used wherever an integer constant is allowed. It is equivalent to 270
Unicode relevance arises because the numeric value 270 is the decimal equivalent of the code point U+010E.
See also: hexadecimal notation, binary and byte order (endianness), Unicode and Unicode code points, character encoding.