| HTML Entity (dec) | 媌 | 
| HTML Entity (hex) | 媌 | 
| UTF-8 (hex) | 0xe5aa8c / 0xe5 0xaa 0x8c (3 bytes) | 
| UTF-8 (dec) | 229, 170, 140 (3 bytes) | 
| UTF-16-BE (hex) | 0x5a8c / 0x5a 0x8c (2 bytes) | 
| UTF-16-BE (dec) | 90, 140 (2 bytes) | 
| UTF-32-BE (hex) | 0x5a8c / 0x00 0x00 0x5a 0x8c (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 90, 140 (4 bytes) | 
| C/C++/Java source code | "\u5a8c" | 
| Python source code | "\u5a8c" |