| HTML Entity (dec) | ﺷ |
| HTML Entity (hex) | ﺷ |
| UTF-8 (hex) | 0xefbab7 / 0xef 0xba 0xb7 (3 bytes) |
| UTF-8 (dec) | 239, 186, 183 (3 bytes) |
| UTF-16-BE (hex) | 0xfeb7 / 0xfe 0xb7 (2 bytes) |
| UTF-16-BE (dec) | 254, 183 (2 bytes) |
| UTF-32-BE (hex) | 0xfeb7 / 0x00 0x00 0xfe 0xb7 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 254, 183 (4 bytes) |
| C/C++/Java source code | "\ufeb7" |
| Python source code | "\ufeb7" |