| HTML Entity (dec) | ﺥ |
| HTML Entity (hex) | ﺥ |
| UTF-8 (hex) | 0xefbaa5 / 0xef 0xba 0xa5 (3 bytes) |
| UTF-8 (dec) | 239, 186, 165 (3 bytes) |
| UTF-16-BE (hex) | 0xfea5 / 0xfe 0xa5 (2 bytes) |
| UTF-16-BE (dec) | 254, 165 (2 bytes) |
| UTF-32-BE (hex) | 0xfea5 / 0x00 0x00 0xfe 0xa5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 254, 165 (4 bytes) |
| C/C++/Java source code | "\ufea5" |
| Python source code | "\ufea5" |