| HTML Entity (dec) | 䙭 |
| HTML Entity (hex) | 䙭 |
| UTF-8 (hex) | 0xe499ad / 0xe4 0x99 0xad (3 bytes) |
| UTF-8 (dec) | 228, 153, 173 (3 bytes) |
| UTF-16-BE (hex) | 0x466d / 0x46 0x6d (2 bytes) |
| UTF-16-BE (dec) | 70, 109 (2 bytes) |
| UTF-32-BE (hex) | 0x466d / 0x00 0x00 0x46 0x6d (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 70, 109 (4 bytes) |
| C/C++/Java source code | "\u466d" |
| Python source code | "\u466d" |