| HTML Entity (dec) | ﺙ | 
| HTML Entity (hex) | ﺙ | 
| UTF-8 (hex) | 0xefba99 / 0xef 0xba 0x99 (3 bytes) | 
| UTF-8 (dec) | 239, 186, 153 (3 bytes) | 
| UTF-16-BE (hex) | 0xfe99 / 0xfe 0x99 (2 bytes) | 
| UTF-16-BE (dec) | 254, 153 (2 bytes) | 
| UTF-32-BE (hex) | 0xfe99 / 0x00 0x00 0xfe 0x99 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 254, 153 (4 bytes) | 
| C/C++/Java source code | "\ufe99" | 
| Python source code | "\ufe99" |