| HTML Entity (dec) | ﻙ | 
| HTML Entity (hex) | ﻙ | 
| UTF-8 (hex) | 0xefbb99 / 0xef 0xbb 0x99 (3 bytes) | 
| UTF-8 (dec) | 239, 187, 153 (3 bytes) | 
| UTF-16-BE (hex) | 0xfed9 / 0xfe 0xd9 (2 bytes) | 
| UTF-16-BE (dec) | 254, 217 (2 bytes) | 
| UTF-32-BE (hex) | 0xfed9 / 0x00 0x00 0xfe 0xd9 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 254, 217 (4 bytes) | 
| C/C++/Java source code | "\ufed9" | 
| Python source code | "\ufed9" |