| HTML Entity (dec) | ߡ | 
| HTML Entity (hex) | ߡ | 
| UTF-8 (hex) | 0xdfa1 / 0xdf 0xa1 (2 bytes) | 
| UTF-8 (dec) | 223, 161 (2 bytes) | 
| UTF-16-BE (hex) | 0x7e1 / 0x07 0xe1 (2 bytes) | 
| UTF-16-BE (dec) | 7, 225 (2 bytes) | 
| UTF-32-BE (hex) | 0x7e1 / 0x00 0x00 0x07 0xe1 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 7, 225 (4 bytes) | 
| C/C++/Java source code | "\u07e1" | 
| Python source code | "\u07e1" |