| HTML Entity (dec) | 琰 |
| HTML Entity (hex) | 琰 |
| UTF-8 (hex) | 0xe790b0 / 0xe7 0x90 0xb0 (3 bytes) |
| UTF-8 (dec) | 231, 144, 176 (3 bytes) |
| UTF-16-BE (hex) | 0x7430 / 0x74 0x30 (2 bytes) |
| UTF-16-BE (dec) | 116, 48 (2 bytes) |
| UTF-32-BE (hex) | 0x7430 / 0x00 0x00 0x74 0x30 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 116, 48 (4 bytes) |
| C/C++/Java source code | "\u7430" |
| Python source code | "\u7430" |