| HTML Entity (dec) | 浛 | 
| HTML Entity (hex) | 浛 | 
| UTF-8 (hex) | 0xe6b59b / 0xe6 0xb5 0x9b (3 bytes) | 
| UTF-8 (dec) | 230, 181, 155 (3 bytes) | 
| UTF-16-BE (hex) | 0x6d5b / 0x6d 0x5b (2 bytes) | 
| UTF-16-BE (dec) | 109, 91 (2 bytes) | 
| UTF-32-BE (hex) | 0x6d5b / 0x00 0x00 0x6d 0x5b (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 109, 91 (4 bytes) | 
| C/C++/Java source code | "\u6d5b" | 
| Python source code | "\u6d5b" |