| HTML Entity (dec) | 漇 | 
| HTML Entity (hex) | 漇 | 
| UTF-8 (hex) | 0xe6bc87 / 0xe6 0xbc 0x87 (3 bytes) | 
| UTF-8 (dec) | 230, 188, 135 (3 bytes) | 
| UTF-16-BE (hex) | 0x6f07 / 0x6f 0x07 (2 bytes) | 
| UTF-16-BE (dec) | 111, 7 (2 bytes) | 
| UTF-32-BE (hex) | 0x6f07 / 0x00 0x00 0x6f 0x07 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 111, 7 (4 bytes) | 
| C/C++/Java source code | "\u6f07" | 
| Python source code | "\u6f07" |