HTML Entity (dec) | ꯀ |
HTML Entity (hex) | ꯀ |
UTF-8 (hex) | 0xeaaf80 / 0xea 0xaf 0x80 (3 bytes) |
UTF-8 (dec) | 234, 175, 128 (3 bytes) |
UTF-16-BE (hex) | 0xabc0 / 0xab 0xc0 (2 bytes) |
UTF-16-BE (dec) | 171, 192 (2 bytes) |
UTF-32-BE (hex) | 0xabc0 / 0x00 0x00 0xab 0xc0 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 171, 192 (4 bytes) |
C/C++/Java source code | "\uabc0" |
Python source code | "\uabc0" |