| HTML Entity (dec) | 挝 |
| HTML Entity (hex) | 挝 |
| UTF-8 (hex) | 0xe68c9d / 0xe6 0x8c 0x9d (3 bytes) |
| UTF-8 (dec) | 230, 140, 157 (3 bytes) |
| UTF-16-BE (hex) | 0x631d / 0x63 0x1d (2 bytes) |
| UTF-16-BE (dec) | 99, 29 (2 bytes) |
| UTF-32-BE (hex) | 0x631d / 0x00 0x00 0x63 0x1d (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 99, 29 (4 bytes) |
| C/C++/Java source code | "\u631d" |
| Python source code | "\u631d" |