| HTML Entity (dec) | 泜 | 
| HTML Entity (hex) | 泜 | 
| UTF-8 (hex) | 0xe6b39c / 0xe6 0xb3 0x9c (3 bytes) | 
| UTF-8 (dec) | 230, 179, 156 (3 bytes) | 
| UTF-16-BE (hex) | 0x6cdc / 0x6c 0xdc (2 bytes) | 
| UTF-16-BE (dec) | 108, 220 (2 bytes) | 
| UTF-32-BE (hex) | 0x6cdc / 0x00 0x00 0x6c 0xdc (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 108, 220 (4 bytes) | 
| C/C++/Java source code | "\u6cdc" | 
| Python source code | "\u6cdc" |