| HTML Entity (dec) | 㔾 |
| HTML Entity (hex) | 㔾 |
| UTF-8 (hex) | 0xe394be / 0xe3 0x94 0xbe (3 bytes) |
| UTF-8 (dec) | 227, 148, 190 (3 bytes) |
| UTF-16-BE (hex) | 0x353e / 0x35 0x3e (2 bytes) |
| UTF-16-BE (dec) | 53, 62 (2 bytes) |
| UTF-32-BE (hex) | 0x353e / 0x00 0x00 0x35 0x3e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 53, 62 (4 bytes) |
| C/C++/Java source code | "\u353e" |
| Python source code | "\u353e" |