| HTML Entity (dec) | 㔜 |
| HTML Entity (hex) | 㔜 |
| UTF-8 (hex) | 0xe3949c / 0xe3 0x94 0x9c (3 bytes) |
| UTF-8 (dec) | 227, 148, 156 (3 bytes) |
| UTF-16-BE (hex) | 0x351c / 0x35 0x1c (2 bytes) |
| UTF-16-BE (dec) | 53, 28 (2 bytes) |
| UTF-32-BE (hex) | 0x351c / 0x00 0x00 0x35 0x1c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 53, 28 (4 bytes) |
| C/C++/Java source code | "\u351c" |
| Python source code | "\u351c" |