| HTML Entity (dec) | 䎜 |
| HTML Entity (hex) | 䎜 |
| UTF-8 (hex) | 0xe48e9c / 0xe4 0x8e 0x9c (3 bytes) |
| UTF-8 (dec) | 228, 142, 156 (3 bytes) |
| UTF-16-BE (hex) | 0x439c / 0x43 0x9c (2 bytes) |
| UTF-16-BE (dec) | 67, 156 (2 bytes) |
| UTF-32-BE (hex) | 0x439c / 0x00 0x00 0x43 0x9c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 67, 156 (4 bytes) |
| C/C++/Java source code | "\u439c" |
| Python source code | "\u439c" |