| HTML Entity (dec) | ﱕ | |
| HTML Entity (hex) | ﱕ | |
| UTF-8 (hex) | 0xefb195 / 0xef 0xb1 0x95 (3 bytes) | |
| UTF-8 (dec) | 239, 177, 149 (3 bytes) | |
| UTF-16-BE (hex) | 0xfc55 / 0xfc 0x55 (2 bytes) | |
| UTF-16-BE (dec) | 252, 85 (2 bytes) | |
| UTF-32-BE (hex) | 0xfc55 / 0x00 0x00 0xfc 0x55 (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 252, 85 (4 bytes) | |
| C/C++/Java source code | "\ufc55" | |
| Python source code | u"\ufc55" |