| HTML Entity (dec) | 蹫 |
| HTML Entity (hex) | 蹫 |
| UTF-8 (hex) | 0xe8b9ab / 0xe8 0xb9 0xab (3 bytes) |
| UTF-8 (dec) | 232, 185, 171 (3 bytes) |
| UTF-16-BE (hex) | 0x8e6b / 0x8e 0x6b (2 bytes) |
| UTF-16-BE (dec) | 142, 107 (2 bytes) |
| UTF-32-BE (hex) | 0x8e6b / 0x00 0x00 0x8e 0x6b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 142, 107 (4 bytes) |
| C/C++/Java source code | "\u8e6b" |
| Python source code | "\u8e6b" |