| HTML Entity (dec) | ۼ | 
| HTML Entity (hex) | ۼ | 
| UTF-8 (hex) | 0xdbbc / 0xdb 0xbc (2 bytes) | 
| UTF-8 (dec) | 219, 188 (2 bytes) | 
| UTF-16-BE (hex) | 0x6fc / 0x06 0xfc (2 bytes) | 
| UTF-16-BE (dec) | 6, 252 (2 bytes) | 
| UTF-32-BE (hex) | 0x6fc / 0x00 0x00 0x06 0xfc (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 6, 252 (4 bytes) | 
| C/C++/Java source code | "\u06fc" | 
| Python source code | "\u06fc" |