| HTML Entity (dec) | 㙍 |
| HTML Entity (hex) | 㙍 |
| UTF-8 (hex) | 0xe3998d / 0xe3 0x99 0x8d (3 bytes) |
| UTF-8 (dec) | 227, 153, 141 (3 bytes) |
| UTF-16-BE (hex) | 0x364d / 0x36 0x4d (2 bytes) |
| UTF-16-BE (dec) | 54, 77 (2 bytes) |
| UTF-32-BE (hex) | 0x364d / 0x00 0x00 0x36 0x4d (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 54, 77 (4 bytes) |
| C/C++/Java source code | "\u364d" |
| Python source code | "\u364d" |