| HTML Entity (dec) | 蜽 | 
| HTML Entity (hex) | 蜽 | 
| UTF-8 (hex) | 0xe89cbd / 0xe8 0x9c 0xbd (3 bytes) | 
| UTF-8 (dec) | 232, 156, 189 (3 bytes) | 
| UTF-16-BE (hex) | 0x873d / 0x87 0x3d (2 bytes) | 
| UTF-16-BE (dec) | 135, 61 (2 bytes) | 
| UTF-32-BE (hex) | 0x873d / 0x00 0x00 0x87 0x3d (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 135, 61 (4 bytes) | 
| C/C++/Java source code | "\u873d" | 
| Python source code | "\u873d" |