| HTML Entity (dec) | ﻕ |
| HTML Entity (hex) | ﻕ |
| UTF-8 (hex) | 0xefbb95 / 0xef 0xbb 0x95 (3 bytes) |
| UTF-8 (dec) | 239, 187, 149 (3 bytes) |
| UTF-16-BE (hex) | 0xfed5 / 0xfe 0xd5 (2 bytes) |
| UTF-16-BE (dec) | 254, 213 (2 bytes) |
| UTF-32-BE (hex) | 0xfed5 / 0x00 0x00 0xfe 0xd5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 254, 213 (4 bytes) |
| C/C++/Java source code | "\ufed5" |
| Python source code | "\ufed5" |