| HTML Entity (dec) | 螆 | 
| HTML Entity (hex) | 螆 | 
| UTF-8 (hex) | 0xe89e86 / 0xe8 0x9e 0x86 (3 bytes) | 
| UTF-8 (dec) | 232, 158, 134 (3 bytes) | 
| UTF-16-BE (hex) | 0x8786 / 0x87 0x86 (2 bytes) | 
| UTF-16-BE (dec) | 135, 134 (2 bytes) | 
| UTF-32-BE (hex) | 0x8786 / 0x00 0x00 0x87 0x86 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 135, 134 (4 bytes) | 
| C/C++/Java source code | "\u8786" | 
| Python source code | "\u8786" |