HTML Entity (dec) | þ |
HTML Entity (hex) | þ |
UTF-8 (hex) | 0xc3be / 0xc3 0xbe (2 bytes) |
UTF-8 (dec) | 195, 190 (2 bytes) |
UTF-16-BE (hex) | 0xfe / 0x00 0xfe (2 bytes) |
UTF-16-BE (dec) | 0, 254 (2 bytes) |
UTF-32-BE (hex) | 0xfe / 0x00 0x00 0x00 0xfe (4 bytes) |
UTF-32-BE (dec) | 0, 0, 0, 254 (4 bytes) |
C/C++/Java source code | "\u00fe" |
Python source code | "\u00fe" |