| HTML Entity (dec) | ꃵ |
| HTML Entity (hex) | ꃵ |
| UTF-8 (hex) | 0xea83b5 / 0xea 0x83 0xb5 (3 bytes) |
| UTF-8 (dec) | 234, 131, 181 (3 bytes) |
| UTF-16-BE (hex) | 0xa0f5 / 0xa0 0xf5 (2 bytes) |
| UTF-16-BE (dec) | 160, 245 (2 bytes) |
| UTF-32-BE (hex) | 0xa0f5 / 0x00 0x00 0xa0 0xf5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 160, 245 (4 bytes) |
| C/C++/Java source code | "\ua0f5" |
| Python source code | "\ua0f5" |