| HTML Entity (dec) | ۥ |
| HTML Entity (hex) | ۥ |
| UTF-8 (hex) | 0xdba5 / 0xdb 0xa5 (2 bytes) |
| UTF-8 (dec) | 219, 165 (2 bytes) |
| UTF-16-BE (hex) | 0x6e5 / 0x06 0xe5 (2 bytes) |
| UTF-16-BE (dec) | 6, 229 (2 bytes) |
| UTF-32-BE (hex) | 0x6e5 / 0x00 0x00 0x06 0xe5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 6, 229 (4 bytes) |
| C/C++/Java source code | "\u06e5" |
| Python source code | "\u06e5" |