HTML Entity (dec) | ^ |
HTML Entity (hex) | ^ |
UTF-8 (hex) | 0x5e |
UTF-8 (dec) | 94 |
UTF-16-BE (hex) | 0x5e |
UTF-16-BE (dec) | 0, 94 (2 bytes) |
UTF-32-BE (hex) | 0x5e |
UTF-32-BE (dec) | 0, 0, 0, 94 (4 bytes) |
C/C++/Java source code | "\u005e" |
Python source code | "\u005e" |