| HTML Entity (dec) | v | 
| HTML Entity (hex) | v | 
| UTF-8 (hex) | 0xefbd96 / 0xef 0xbd 0x96 (3 bytes) | 
| UTF-8 (dec) | 239, 189, 150 (3 bytes) | 
| UTF-16-BE (hex) | 0xff56 / 0xff 0x56 (2 bytes) | 
| UTF-16-BE (dec) | 255, 86 (2 bytes) | 
| UTF-32-BE (hex) | 0xff56 / 0x00 0x00 0xff 0x56 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 255, 86 (4 bytes) | 
| C/C++/Java source code | "\uff56" | 
| Python source code | "\uff56" |