| HTML Entity (dec) | 畞 | 
| HTML Entity (hex) | 畞 | 
| UTF-8 (hex) | 0xe7959e / 0xe7 0x95 0x9e (3 bytes) | 
| UTF-8 (dec) | 231, 149, 158 (3 bytes) | 
| UTF-16-BE (hex) | 0x755e / 0x75 0x5e (2 bytes) | 
| UTF-16-BE (dec) | 117, 94 (2 bytes) | 
| UTF-32-BE (hex) | 0x755e / 0x00 0x00 0x75 0x5e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 117, 94 (4 bytes) | 
| C/C++/Java source code | "\u755e" | 
| Python source code | "\u755e" |