| HTML Entity (dec) | 䎋 |
| HTML Entity (hex) | 䎋 |
| UTF-8 (hex) | 0xe48e8b / 0xe4 0x8e 0x8b (3 bytes) |
| UTF-8 (dec) | 228, 142, 139 (3 bytes) |
| UTF-16-BE (hex) | 0x438b / 0x43 0x8b (2 bytes) |
| UTF-16-BE (dec) | 67, 139 (2 bytes) |
| UTF-32-BE (hex) | 0x438b / 0x00 0x00 0x43 0x8b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 67, 139 (4 bytes) |
| C/C++/Java source code | "\u438b" |
| Python source code | "\u438b" |