| HTML Entity (dec) | 埰 | 
| HTML Entity (hex) | 埰 | 
| UTF-8 (hex) | 0xe59fb0 / 0xe5 0x9f 0xb0 (3 bytes) | 
| UTF-8 (dec) | 229, 159, 176 (3 bytes) | 
| UTF-16-BE (hex) | 0x57f0 / 0x57 0xf0 (2 bytes) | 
| UTF-16-BE (dec) | 87, 240 (2 bytes) | 
| UTF-32-BE (hex) | 0x57f0 / 0x00 0x00 0x57 0xf0 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 87, 240 (4 bytes) | 
| C/C++/Java source code | "\u57f0" | 
| Python source code | "\u57f0" |