| HTML Entity (dec) | 凎 |
| HTML Entity (hex) | 凎 |
| UTF-8 (hex) | 0xe5878e / 0xe5 0x87 0x8e (3 bytes) |
| UTF-8 (dec) | 229, 135, 142 (3 bytes) |
| UTF-16-BE (hex) | 0x51ce / 0x51 0xce (2 bytes) |
| UTF-16-BE (dec) | 81, 206 (2 bytes) |
| UTF-32-BE (hex) | 0x51ce / 0x00 0x00 0x51 0xce (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 81, 206 (4 bytes) |
| C/C++/Java source code | "\u51ce" |
| Python source code | "\u51ce" |