0x105C
0x105C is a hexadecimal representation commonly used in computer science to denote the decimal number 4188. The prefix 0x indicates hexadecimal notation; the digits 1, 0, 5, C correspond to 1×4096 + 0×256 + 5×16 + 12 = 4188. In binary, this is 0001 0000 0101 1100.
In programming, 0x105C is a literal value used in source code across languages such as C, C++,
In Unicode, the code point U+105C belongs to the Myanmar block and corresponds to a Myanmar script
In practical terms, 0x105C often appears in debugging, logging, and configuration files where hexadecimal notation is