| HTML Entity (dec) | ꃉ | 
| HTML Entity (hex) | ꃉ | 
| UTF-8 (hex) | 0xea8389 / 0xea 0x83 0x89 (3 bytes) | 
| UTF-8 (dec) | 234, 131, 137 (3 bytes) | 
| UTF-16-BE (hex) | 0xa0c9 / 0xa0 0xc9 (2 bytes) | 
| UTF-16-BE (dec) | 160, 201 (2 bytes) | 
| UTF-32-BE (hex) | 0xa0c9 / 0x00 0x00 0xa0 0xc9 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 160, 201 (4 bytes) | 
| C/C++/Java source code | "\ua0c9" | 
| Python source code | "\ua0c9" |