| HTML Entity (dec) | 㸗 |
| HTML Entity (hex) | 㸗 |
| UTF-8 (hex) | 0xe3b897 / 0xe3 0xb8 0x97 (3 bytes) |
| UTF-8 (dec) | 227, 184, 151 (3 bytes) |
| UTF-16-BE (hex) | 0x3e17 / 0x3e 0x17 (2 bytes) |
| UTF-16-BE (dec) | 62, 23 (2 bytes) |
| UTF-32-BE (hex) | 0x3e17 / 0x00 0x00 0x3e 0x17 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 62, 23 (4 bytes) |
| C/C++/Java source code | "\u3e17" |
| Python source code | "\u3e17" |