| HTML Entity (dec) | Ꞁ |
| HTML Entity (hex) | Ꞁ |
| UTF-8 (hex) | 0xea9e80 / 0xea 0x9e 0x80 (3 bytes) |
| UTF-8 (dec) | 234, 158, 128 (3 bytes) |
| UTF-16-BE (hex) | 0xa780 / 0xa7 0x80 (2 bytes) |
| UTF-16-BE (dec) | 167, 128 (2 bytes) |
| UTF-32-BE (hex) | 0xa780 / 0x00 0x00 0xa7 0x80 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 167, 128 (4 bytes) |
| C/C++/Java source code | "\ua780" |
| Python source code | "\ua780" |