HTML Entity (dec) | ­ |
HTML Entity (hex) | ­ |
UTF-8 (hex) | 0xc2ad / 0xc2 0xad (2 bytes) |
UTF-8 (dec) | 194, 173 (2 bytes) |
UTF-16-BE (hex) | 0xad / 0x00 0xad (2 bytes) |
UTF-16-BE (dec) | 0, 173 (2 bytes) |
UTF-32-BE (hex) | 0xad / 0x00 0x00 0x00 0xad (4 bytes) |
UTF-32-BE (dec) | 0, 0, 0, 173 (4 bytes) |
C/C++/Java source code | "\u00ad" |
Python source code | "\u00ad" |