| HTML Entity (dec) | ﮩ |
| HTML Entity (hex) | ﮩ |
| UTF-8 (hex) | 0xefaea9 / 0xef 0xae 0xa9 (3 bytes) |
| UTF-8 (dec) | 239, 174, 169 (3 bytes) |
| UTF-16-BE (hex) | 0xfba9 / 0xfb 0xa9 (2 bytes) |
| UTF-16-BE (dec) | 251, 169 (2 bytes) |
| UTF-32-BE (hex) | 0xfba9 / 0x00 0x00 0xfb 0xa9 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 251, 169 (4 bytes) |
| C/C++/Java source code | "\ufba9" |
| Python source code | "\ufba9" |