| HTML Entity (dec) | 濜 | 
| HTML Entity (hex) | 濜 | 
| UTF-8 (hex) | 0xe6bf9c / 0xe6 0xbf 0x9c (3 bytes) | 
| UTF-8 (dec) | 230, 191, 156 (3 bytes) | 
| UTF-16-BE (hex) | 0x6fdc / 0x6f 0xdc (2 bytes) | 
| UTF-16-BE (dec) | 111, 220 (2 bytes) | 
| UTF-32-BE (hex) | 0x6fdc / 0x00 0x00 0x6f 0xdc (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 111, 220 (4 bytes) | 
| C/C++/Java source code | "\u6fdc" | 
| Python source code | "\u6fdc" |