| HTML Entity (dec) | 䕫 |
| HTML Entity (hex) | 䕫 |
| UTF-8 (hex) | 0xe495ab / 0xe4 0x95 0xab (3 bytes) |
| UTF-8 (dec) | 228, 149, 171 (3 bytes) |
| UTF-16-BE (hex) | 0x456b / 0x45 0x6b (2 bytes) |
| UTF-16-BE (dec) | 69, 107 (2 bytes) |
| UTF-32-BE (hex) | 0x456b / 0x00 0x00 0x45 0x6b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 69, 107 (4 bytes) |
| C/C++/Java source code | "\u456b" |
| Python source code | "\u456b" |