| HTML Entity (dec) | ꯔ | 
| HTML Entity (hex) | ꯔ | 
| UTF-8 (hex) | 0xeaaf94 / 0xea 0xaf 0x94 (3 bytes) | 
| UTF-8 (dec) | 234, 175, 148 (3 bytes) | 
| UTF-16-BE (hex) | 0xabd4 / 0xab 0xd4 (2 bytes) | 
| UTF-16-BE (dec) | 171, 212 (2 bytes) | 
| UTF-32-BE (hex) | 0xabd4 / 0x00 0x00 0xab 0xd4 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 171, 212 (4 bytes) | 
| C/C++/Java source code | "\uabd4" | 
| Python source code | "\uabd4" |