| HTML Entity (dec) | ꯕ |
| HTML Entity (hex) | ꯕ |
| UTF-8 (hex) | 0xeaaf95 / 0xea 0xaf 0x95 (3 bytes) |
| UTF-8 (dec) | 234, 175, 149 (3 bytes) |
| UTF-16-BE (hex) | 0xabd5 / 0xab 0xd5 (2 bytes) |
| UTF-16-BE (dec) | 171, 213 (2 bytes) |
| UTF-32-BE (hex) | 0xabd5 / 0x00 0x00 0xab 0xd5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 171, 213 (4 bytes) |
| C/C++/Java source code | "\uabd5" |
| Python source code | "\uabd5" |