| HTML Entity (dec) | ﵸ | 
| HTML Entity (hex) | ﵸ | 
| UTF-8 (hex) | 0xefb5b8 / 0xef 0xb5 0xb8 (3 bytes) | 
| UTF-8 (dec) | 239, 181, 184 (3 bytes) | 
| UTF-16-BE (hex) | 0xfd78 / 0xfd 0x78 (2 bytes) | 
| UTF-16-BE (dec) | 253, 120 (2 bytes) | 
| UTF-32-BE (hex) | 0xfd78 / 0x00 0x00 0xfd 0x78 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 253, 120 (4 bytes) | 
| C/C++/Java source code | "\ufd78" | 
| Python source code | "\ufd78" |