| HTML Entity (dec) | 蚾 |
| HTML Entity (hex) | 蚾 |
| UTF-8 (hex) | 0xe89abe / 0xe8 0x9a 0xbe (3 bytes) |
| UTF-8 (dec) | 232, 154, 190 (3 bytes) |
| UTF-16-BE (hex) | 0x86be / 0x86 0xbe (2 bytes) |
| UTF-16-BE (dec) | 134, 190 (2 bytes) |
| UTF-32-BE (hex) | 0x86be / 0x00 0x00 0x86 0xbe (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 134, 190 (4 bytes) |
| C/C++/Java source code | "\u86be" |
| Python source code | "\u86be" |