| HTML Entity (dec) | 淋 | 
| HTML Entity (hex) | 淋 | 
| UTF-8 (hex) | 0xe6b78b / 0xe6 0xb7 0x8b (3 bytes) | 
| UTF-8 (dec) | 230, 183, 139 (3 bytes) | 
| UTF-16-BE (hex) | 0x6dcb / 0x6d 0xcb (2 bytes) | 
| UTF-16-BE (dec) | 109, 203 (2 bytes) | 
| UTF-32-BE (hex) | 0x6dcb / 0x00 0x00 0x6d 0xcb (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 109, 203 (4 bytes) | 
| C/C++/Java source code | "\u6dcb" | 
| Python source code | "\u6dcb" |