| HTML Entity (dec) | 蔌 | 
| HTML Entity (hex) | 蔌 | 
| UTF-8 (hex) | 0xe8948c / 0xe8 0x94 0x8c (3 bytes) | 
| UTF-8 (dec) | 232, 148, 140 (3 bytes) | 
| UTF-16-BE (hex) | 0x850c / 0x85 0x0c (2 bytes) | 
| UTF-16-BE (dec) | 133, 12 (2 bytes) | 
| UTF-32-BE (hex) | 0x850c / 0x00 0x00 0x85 0x0c (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 133, 12 (4 bytes) | 
| C/C++/Java source code | "\u850c" | 
| Python source code | "\u850c" |