| HTML Entity (dec) | 湇 | 
| HTML Entity (hex) | 湇 | 
| UTF-8 (hex) | 0xe6b987 / 0xe6 0xb9 0x87 (3 bytes) | 
| UTF-8 (dec) | 230, 185, 135 (3 bytes) | 
| UTF-16-BE (hex) | 0x6e47 / 0x6e 0x47 (2 bytes) | 
| UTF-16-BE (dec) | 110, 71 (2 bytes) | 
| UTF-32-BE (hex) | 0x6e47 / 0x00 0x00 0x6e 0x47 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 110, 71 (4 bytes) | 
| C/C++/Java source code | "\u6e47" | 
| Python source code | "\u6e47" |