| HTML Entity (dec) | ي |
| HTML Entity (hex) | ي |
| UTF-8 (hex) | 0xd98a / 0xd9 0x8a (2 bytes) |
| UTF-8 (dec) | 217, 138 (2 bytes) |
| UTF-16-BE (hex) | 0x64a / 0x06 0x4a (2 bytes) |
| UTF-16-BE (dec) | 6, 74 (2 bytes) |
| UTF-32-BE (hex) | 0x64a / 0x00 0x00 0x06 0x4a (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 6, 74 (4 bytes) |
| C/C++/Java source code | "\u064a" |
| Python source code | "\u064a" |