| HTML Entity (dec) | 㞆 |
| HTML Entity (hex) | 㞆 |
| UTF-8 (hex) | 0xe39e86 / 0xe3 0x9e 0x86 (3 bytes) |
| UTF-8 (dec) | 227, 158, 134 (3 bytes) |
| UTF-16-BE (hex) | 0x3786 / 0x37 0x86 (2 bytes) |
| UTF-16-BE (dec) | 55, 134 (2 bytes) |
| UTF-32-BE (hex) | 0x3786 / 0x00 0x00 0x37 0x86 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 55, 134 (4 bytes) |
| C/C++/Java source code | "\u3786" |
| Python source code | "\u3786" |