| HTML Entity (dec) | 癅 | 
| HTML Entity (hex) | 癅 | 
| UTF-8 (hex) | 0xe79985 / 0xe7 0x99 0x85 (3 bytes) | 
| UTF-8 (dec) | 231, 153, 133 (3 bytes) | 
| UTF-16-BE (hex) | 0x7645 / 0x76 0x45 (2 bytes) | 
| UTF-16-BE (dec) | 118, 69 (2 bytes) | 
| UTF-32-BE (hex) | 0x7645 / 0x00 0x00 0x76 0x45 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 118, 69 (4 bytes) | 
| C/C++/Java source code | "\u7645" | 
| Python source code | "\u7645" |