| HTML Entity (dec) | 摼 |
| HTML Entity (hex) | 摼 |
| UTF-8 (hex) | 0xe691bc / 0xe6 0x91 0xbc (3 bytes) |
| UTF-8 (dec) | 230, 145, 188 (3 bytes) |
| UTF-16-BE (hex) | 0x647c / 0x64 0x7c (2 bytes) |
| UTF-16-BE (dec) | 100, 124 (2 bytes) |
| UTF-32-BE (hex) | 0x647c / 0x00 0x00 0x64 0x7c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 100, 124 (4 bytes) |
| C/C++/Java source code | "\u647c" |
| Python source code | "\u647c" |