| HTML Entity (dec) | 怾 | 
| HTML Entity (hex) | 怾 | 
| UTF-8 (hex) | 0xe680be / 0xe6 0x80 0xbe (3 bytes) | 
| UTF-8 (dec) | 230, 128, 190 (3 bytes) | 
| UTF-16-BE (hex) | 0x603e / 0x60 0x3e (2 bytes) | 
| UTF-16-BE (dec) | 96, 62 (2 bytes) | 
| UTF-32-BE (hex) | 0x603e / 0x00 0x00 0x60 0x3e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 96, 62 (4 bytes) | 
| C/C++/Java source code | "\u603e" | 
| Python source code | "\u603e" |