| HTML Entity (dec) | ߀ |
| HTML Entity (hex) | ߀ |
| UTF-8 (hex) | 0xdf80 / 0xdf 0x80 (2 bytes) |
| UTF-8 (dec) | 223, 128 (2 bytes) |
| UTF-16-BE (hex) | 0x7c0 / 0x07 0xc0 (2 bytes) |
| UTF-16-BE (dec) | 7, 192 (2 bytes) |
| UTF-32-BE (hex) | 0x7c0 / 0x00 0x00 0x07 0xc0 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 7, 192 (4 bytes) |
| C/C++/Java source code | "\u07c0" |
| Python source code | "\u07c0" |