| HTML Entity (dec) | ﭖ |
| HTML Entity (hex) | ﭖ |
| UTF-8 (hex) | 0xefad96 / 0xef 0xad 0x96 (3 bytes) |
| UTF-8 (dec) | 239, 173, 150 (3 bytes) |
| UTF-16-BE (hex) | 0xfb56 / 0xfb 0x56 (2 bytes) |
| UTF-16-BE (dec) | 251, 86 (2 bytes) |
| UTF-32-BE (hex) | 0xfb56 / 0x00 0x00 0xfb 0x56 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 251, 86 (4 bytes) |
| C/C++/Java source code | "\ufb56" |
| Python source code | "\ufb56" |