| HTML Entity (dec) | 茈 | 
| HTML Entity (hex) | 茈 | 
| UTF-8 (hex) | 0xe88c88 / 0xe8 0x8c 0x88 (3 bytes) | 
| UTF-8 (dec) | 232, 140, 136 (3 bytes) | 
| UTF-16-BE (hex) | 0x8308 / 0x83 0x08 (2 bytes) | 
| UTF-16-BE (dec) | 131, 8 (2 bytes) | 
| UTF-32-BE (hex) | 0x8308 / 0x00 0x00 0x83 0x08 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 131, 8 (4 bytes) | 
| C/C++/Java source code | "\u8308" | 
| Python source code | "\u8308" |