| HTML Entity (dec) | ﮎ | |
| HTML Entity (hex) | ﮎ | |
| UTF-8 (hex) | 0xefae8e / 0xef 0xae 0x8e (3 bytes) | |
| UTF-8 (dec) | 239, 174, 142 (3 bytes) | |
| UTF-16-BE (hex) | 0xfb8e / 0xfb 0x8e (2 bytes) | |
| UTF-16-BE (dec) | 251, 142 (2 bytes) | |
| UTF-32-BE (hex) | 0xfb8e / 0x00 0x00 0xfb 0x8e (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 251, 142 (4 bytes) | |
| C/C++/Java source code | "\ufb8e" | |
| Python source code | u"\ufb8e" |