| HTML Entity (dec) | 凉 |
| HTML Entity (hex) | 凉 |
| UTF-8 (hex) | 0xe58789 / 0xe5 0x87 0x89 (3 bytes) |
| UTF-8 (dec) | 229, 135, 137 (3 bytes) |
| UTF-16-BE (hex) | 0x51c9 / 0x51 0xc9 (2 bytes) |
| UTF-16-BE (dec) | 81, 201 (2 bytes) |
| UTF-32-BE (hex) | 0x51c9 / 0x00 0x00 0x51 0xc9 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 81, 201 (4 bytes) |
| C/C++/Java source code | "\u51c9" |
| Python source code | "\u51c9" |