| HTML Entity (dec) | ے | |
| HTML Entity (hex) | ے | |
| UTF-8 (hex) | 0xdb92 / 0xdb 0x92 (2 bytes) | |
| UTF-8 (dec) | 219, 146 (2 bytes) | |
| UTF-16-BE (hex) | 0x6d2 / 0x06 0xd2 (2 bytes) | |
| UTF-16-BE (dec) | 6, 210 (2 bytes) | |
| UTF-32-BE (hex) | 0x6d2 / 0x00 0x00 0x06 0xd2 (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 6, 210 (4 bytes) | |
| C/C++/Java source code | "\u06d2" | |
| Python source code | u"\u06d2" |