| HTML Entity (dec) | 淏 | 
| HTML Entity (hex) | 淏 | 
| UTF-8 (hex) | 0xe6b78f / 0xe6 0xb7 0x8f (3 bytes) | 
| UTF-8 (dec) | 230, 183, 143 (3 bytes) | 
| UTF-16-BE (hex) | 0x6dcf / 0x6d 0xcf (2 bytes) | 
| UTF-16-BE (dec) | 109, 207 (2 bytes) | 
| UTF-32-BE (hex) | 0x6dcf / 0x00 0x00 0x6d 0xcf (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 109, 207 (4 bytes) | 
| C/C++/Java source code | "\u6dcf" | 
| Python source code | "\u6dcf" |