| HTML Entity (dec) | ﮫ |
| HTML Entity (hex) | ﮫ |
| UTF-8 (hex) | 0xefaeab / 0xef 0xae 0xab (3 bytes) |
| UTF-8 (dec) | 239, 174, 171 (3 bytes) |
| UTF-16-BE (hex) | 0xfbab / 0xfb 0xab (2 bytes) |
| UTF-16-BE (dec) | 251, 171 (2 bytes) |
| UTF-32-BE (hex) | 0xfbab / 0x00 0x00 0xfb 0xab (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 251, 171 (4 bytes) |
| C/C++/Java source code | "\ufbab" |
| Python source code | "\ufbab" |