0x3D
0x3D is a hexadecimal numeral representing the decimal value 61. The prefix 0x signals base-16 notation in many programming languages and tooling.
In ASCII and Unicode, the code point 0x3D corresponds to the equals sign, '=' (Unicode U+003D). The
In software development, 0x3D is encountered as a numeric literal representing 61 in languages that support
In Base64 encoding, the padding character '=' has ASCII decimal value 61, which is 0x3D in hexadecimal.