| HTML Entity (dec) | ﮁ |
| HTML Entity (hex) | ﮁ |
| UTF-8 (hex) | 0xefae81 / 0xef 0xae 0x81 (3 bytes) |
| UTF-8 (dec) | 239, 174, 129 (3 bytes) |
| UTF-16-BE (hex) | 0xfb81 / 0xfb 0x81 (2 bytes) |
| UTF-16-BE (dec) | 251, 129 (2 bytes) |
| UTF-32-BE (hex) | 0xfb81 / 0x00 0x00 0xfb 0x81 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 251, 129 (4 bytes) |
| C/C++/Java source code | "\ufb81" |
| Python source code | "\ufb81" |