| HTML Entity (dec) | 楌 | 
| HTML Entity (hex) | 楌 | 
| UTF-8 (hex) | 0xe6a58c / 0xe6 0xa5 0x8c (3 bytes) | 
| UTF-8 (dec) | 230, 165, 140 (3 bytes) | 
| UTF-16-BE (hex) | 0x694c / 0x69 0x4c (2 bytes) | 
| UTF-16-BE (dec) | 105, 76 (2 bytes) | 
| UTF-32-BE (hex) | 0x694c / 0x00 0x00 0x69 0x4c (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 105, 76 (4 bytes) | 
| C/C++/Java source code | "\u694c" | 
| Python source code | "\u694c" |