| HTML Entity (dec) | 戝 | 
| HTML Entity (hex) | 戝 | 
| UTF-8 (hex) | 0xe6889d / 0xe6 0x88 0x9d (3 bytes) | 
| UTF-8 (dec) | 230, 136, 157 (3 bytes) | 
| UTF-16-BE (hex) | 0x621d / 0x62 0x1d (2 bytes) | 
| UTF-16-BE (dec) | 98, 29 (2 bytes) | 
| UTF-32-BE (hex) | 0x621d / 0x00 0x00 0x62 0x1d (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 98, 29 (4 bytes) | 
| C/C++/Java source code | "\u621d" | 
| Python source code | "\u621d" |