| HTML Entity (dec) | ꯷ |
| HTML Entity (hex) | ꯷ |
| UTF-8 (hex) | 0xeaafb7 / 0xea 0xaf 0xb7 (3 bytes) |
| UTF-8 (dec) | 234, 175, 183 (3 bytes) |
| UTF-16-BE (hex) | 0xabf7 / 0xab 0xf7 (2 bytes) |
| UTF-16-BE (dec) | 171, 247 (2 bytes) |
| UTF-32-BE (hex) | 0xabf7 / 0x00 0x00 0xab 0xf7 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 171, 247 (4 bytes) |
| C/C++/Java source code | "\uabf7" |
| Python source code | "\uabf7" |