| HTML Entity (dec) | 熝 | 
| HTML Entity (hex) | 熝 | 
| UTF-8 (hex) | 0xe7869d / 0xe7 0x86 0x9d (3 bytes) | 
| UTF-8 (dec) | 231, 134, 157 (3 bytes) | 
| UTF-16-BE (hex) | 0x719d / 0x71 0x9d (2 bytes) | 
| UTF-16-BE (dec) | 113, 157 (2 bytes) | 
| UTF-32-BE (hex) | 0x719d / 0x00 0x00 0x71 0x9d (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 113, 157 (4 bytes) | 
| C/C++/Java source code | "\u719d" | 
| Python source code | "\u719d" |