| HTML Entity (dec) | 漾 | 
| HTML Entity (hex) | 漾 | 
| UTF-8 (hex) | 0xe6bcbe / 0xe6 0xbc 0xbe (3 bytes) | 
| UTF-8 (dec) | 230, 188, 190 (3 bytes) | 
| UTF-16-BE (hex) | 0x6f3e / 0x6f 0x3e (2 bytes) | 
| UTF-16-BE (dec) | 111, 62 (2 bytes) | 
| UTF-32-BE (hex) | 0x6f3e / 0x00 0x00 0x6f 0x3e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 111, 62 (4 bytes) | 
| C/C++/Java source code | "\u6f3e" | 
| Python source code | "\u6f3e" |