| HTML Entity (dec) | 㔂 |
| HTML Entity (hex) | 㔂 |
| UTF-8 (hex) | 0xe39482 / 0xe3 0x94 0x82 (3 bytes) |
| UTF-8 (dec) | 227, 148, 130 (3 bytes) |
| UTF-16-BE (hex) | 0x3502 / 0x35 0x02 (2 bytes) |
| UTF-16-BE (dec) | 53, 2 (2 bytes) |
| UTF-32-BE (hex) | 0x3502 / 0x00 0x00 0x35 0x02 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 53, 2 (4 bytes) |
| C/C++/Java source code | "\u3502" |
| Python source code | "\u3502" |