HTML Entity (dec) | Ĭ |
HTML Entity (hex) | Ĭ |
UTF-8 (hex) | 0xc4ac / 0xc4 0xac (2 bytes) |
UTF-8 (dec) | 196, 172 (2 bytes) |
UTF-16-BE (hex) | 0x12c / 0x01 0x2c (2 bytes) |
UTF-16-BE (dec) | 1, 44 (2 bytes) |
UTF-32-BE (hex) | 0x12c / 0x00 0x00 0x01 0x2c (4 bytes) |
UTF-32-BE (dec) | 0, 0, 1, 44 (4 bytes) |
C/C++/Java source code | "\u012c" |
Python source code | "\u012c" |