0x14D
0x14D is a hexadecimal notation used to represent a numeric value in computing and digital data. In many programming languages and data formats, a prefix like 0x indicates that the following digits are in base 16.
As a hex value, 0x14D equals 333 in decimal. This is because the digits correspond to 1×256
In practical use, 0x14D can appear as a literal constant in source code, for example to initialize
In the context of character encoding, 0x14D corresponds to the Unicode code point U+014D, which is the
See also: hexadecimal notation, Unicode code points, numeric literals, 0x prefix in programming languages.