| HTML Entity (dec) | 嘌 | 
| HTML Entity (hex) | 嘌 | 
| UTF-8 (hex) | 0xe5988c / 0xe5 0x98 0x8c (3 bytes) | 
| UTF-8 (dec) | 229, 152, 140 (3 bytes) | 
| UTF-16-BE (hex) | 0x560c / 0x56 0x0c (2 bytes) | 
| UTF-16-BE (dec) | 86, 12 (2 bytes) | 
| UTF-32-BE (hex) | 0x560c / 0x00 0x00 0x56 0x0c (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 86, 12 (4 bytes) | 
| C/C++/Java source code | "\u560c" | 
| Python source code | "\u560c" |