| HTML Entity (dec) | 蛰 |
| HTML Entity (hex) | 蛰 |
| UTF-8 (hex) | 0xe89bb0 / 0xe8 0x9b 0xb0 (3 bytes) |
| UTF-8 (dec) | 232, 155, 176 (3 bytes) |
| UTF-16-BE (hex) | 0x86f0 / 0x86 0xf0 (2 bytes) |
| UTF-16-BE (dec) | 134, 240 (2 bytes) |
| UTF-32-BE (hex) | 0x86f0 / 0x00 0x00 0x86 0xf0 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 134, 240 (4 bytes) |
| C/C++/Java source code | "\u86f0" |
| Python source code | "\u86f0" |