HTML Entity (dec) | ̡ |
HTML Entity (hex) | ̡ |
UTF-8 (hex) | 0xcca1 / 0xcc 0xa1 (2 bytes) |
UTF-8 (dec) | 204, 161 (2 bytes) |
UTF-16-BE (hex) | 0x321 / 0x03 0x21 (2 bytes) |
UTF-16-BE (dec) | 3, 33 (2 bytes) |
UTF-32-BE (hex) | 0x321 / 0x00 0x00 0x03 0x21 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 3, 33 (4 bytes) |
C/C++/Java source code | "\u0321" |
Python source code | "\u0321" |