| HTML Entity (dec) | ꞙ |
| HTML Entity (hex) | ꞙ |
| UTF-8 (hex) | 0xea9e99 / 0xea 0x9e 0x99 (3 bytes) |
| UTF-8 (dec) | 234, 158, 153 (3 bytes) |
| UTF-16-BE (hex) | 0xa799 / 0xa7 0x99 (2 bytes) |
| UTF-16-BE (dec) | 167, 153 (2 bytes) |
| UTF-32-BE (hex) | 0xa799 / 0x00 0x00 0xa7 0x99 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 167, 153 (4 bytes) |
| C/C++/Java source code | "\ua799" |
| Python source code | "\ua799" |