0x1420
0x1420 is a hexadecimal numeric literal. In hexadecimal notation, the prefix 0x signals base-16 representation. The value 0x1420 converts to decimal as 1×16^3 + 4×16^2 + 2×16^1 + 0×16^0, which equals 4096 + 1024 + 32 + 0, or 5152.
In computing, such literals are commonly used to express constants, addresses, colors, and bit masks. Programming
From a Unicode perspective, the value 0x1420 can be interpreted as the code point U+1420. This code
Beyond numeric and text encoding contexts, 0x1420 may appear in hardware identifiers, protocol specifications, or versioning