| HTML Entity (dec) | 㙥 |
| HTML Entity (hex) | 㙥 |
| UTF-8 (hex) | 0xe399a5 / 0xe3 0x99 0xa5 (3 bytes) |
| UTF-8 (dec) | 227, 153, 165 (3 bytes) |
| UTF-16-BE (hex) | 0x3665 / 0x36 0x65 (2 bytes) |
| UTF-16-BE (dec) | 54, 101 (2 bytes) |
| UTF-32-BE (hex) | 0x3665 / 0x00 0x00 0x36 0x65 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 54, 101 (4 bytes) |
| C/C++/Java source code | "\u3665" |
| Python source code | "\u3665" |