| HTML Entity (dec) | ﱖ | 
| HTML Entity (hex) | ﱖ | 
| UTF-8 (hex) | 0xefb196 / 0xef 0xb1 0x96 (3 bytes) | 
| UTF-8 (dec) | 239, 177, 150 (3 bytes) | 
| UTF-16-BE (hex) | 0xfc56 / 0xfc 0x56 (2 bytes) | 
| UTF-16-BE (dec) | 252, 86 (2 bytes) | 
| UTF-32-BE (hex) | 0xfc56 / 0x00 0x00 0xfc 0x56 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 252, 86 (4 bytes) | 
| C/C++/Java source code | "\ufc56" | 
| Python source code | "\ufc56" |