HTML Entity (dec) | ̀ |
HTML Entity (hex) | ̀ |
UTF-8 (hex) | 0xcc80 / 0xcc 0x80 (2 bytes) |
UTF-8 (dec) | 204, 128 (2 bytes) |
UTF-16-BE (hex) | 0x300 / 0x03 0x00 (2 bytes) |
UTF-16-BE (dec) | 3, 0 (2 bytes) |
UTF-32-BE (hex) | 0x300 / 0x00 0x00 0x03 0x00 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 3, 0 (4 bytes) |
C/C++/Java source code | "\u0300" |
Python source code | "\u0300" |