| HTML Entity (dec) | ۀ |
| HTML Entity (hex) | ۀ |
| UTF-8 (hex) | 0xdb80 / 0xdb 0x80 (2 bytes) |
| UTF-8 (dec) | 219, 128 (2 bytes) |
| UTF-16-BE (hex) | 0x6c0 / 0x06 0xc0 (2 bytes) |
| UTF-16-BE (dec) | 6, 192 (2 bytes) |
| UTF-32-BE (hex) | 0x6c0 / 0x00 0x00 0x06 0xc0 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 6, 192 (4 bytes) |
| C/C++/Java source code | "\u06c0" |
| Python source code | "\u06c0" |