| HTML Entity (dec) | 䓈 |
| HTML Entity (hex) | 䓈 |
| UTF-8 (hex) | 0xe49388 / 0xe4 0x93 0x88 (3 bytes) |
| UTF-8 (dec) | 228, 147, 136 (3 bytes) |
| UTF-16-BE (hex) | 0x44c8 / 0x44 0xc8 (2 bytes) |
| UTF-16-BE (dec) | 68, 200 (2 bytes) |
| UTF-32-BE (hex) | 0x44c8 / 0x00 0x00 0x44 0xc8 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 68, 200 (4 bytes) |
| C/C++/Java source code | "\u44c8" |
| Python source code | "\u44c8" |