| HTML Entity (dec) | 胚 | 
| HTML Entity (hex) | 胚 | 
| UTF-8 (hex) | 0xe8839a / 0xe8 0x83 0x9a (3 bytes) | 
| UTF-8 (dec) | 232, 131, 154 (3 bytes) | 
| UTF-16-BE (hex) | 0x80da / 0x80 0xda (2 bytes) | 
| UTF-16-BE (dec) | 128, 218 (2 bytes) | 
| UTF-32-BE (hex) | 0x80da / 0x00 0x00 0x80 0xda (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 128, 218 (4 bytes) | 
| C/C++/Java source code | "\u80da" | 
| Python source code | "\u80da" |