| HTML Entity (dec) | پ |
| HTML Entity (hex) | پ |
| UTF-8 (hex) | 0xd9be / 0xd9 0xbe (2 bytes) |
| UTF-8 (dec) | 217, 190 (2 bytes) |
| UTF-16-BE (hex) | 0x67e / 0x06 0x7e (2 bytes) |
| UTF-16-BE (dec) | 6, 126 (2 bytes) |
| UTF-32-BE (hex) | 0x67e / 0x00 0x00 0x06 0x7e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 6, 126 (4 bytes) |
| C/C++/Java source code | "\u067e" |
| Python source code | "\u067e" |