| HTML Entity (dec) | 蓪 | 
| HTML Entity (hex) | 蓪 | 
| UTF-8 (hex) | 0xe893aa / 0xe8 0x93 0xaa (3 bytes) | 
| UTF-8 (dec) | 232, 147, 170 (3 bytes) | 
| UTF-16-BE (hex) | 0x84ea / 0x84 0xea (2 bytes) | 
| UTF-16-BE (dec) | 132, 234 (2 bytes) | 
| UTF-32-BE (hex) | 0x84ea / 0x00 0x00 0x84 0xea (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 132, 234 (4 bytes) | 
| C/C++/Java source code | "\u84ea" | 
| Python source code | "\u84ea" |