| HTML Entity (dec) | 挾 |
| HTML Entity (hex) | 挾 |
| UTF-8 (hex) | 0xe68cbe / 0xe6 0x8c 0xbe (3 bytes) |
| UTF-8 (dec) | 230, 140, 190 (3 bytes) |
| UTF-16-BE (hex) | 0x633e / 0x63 0x3e (2 bytes) |
| UTF-16-BE (dec) | 99, 62 (2 bytes) |
| UTF-32-BE (hex) | 0x633e / 0x00 0x00 0x63 0x3e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 99, 62 (4 bytes) |
| C/C++/Java source code | "\u633e" |
| Python source code | "\u633e" |