| HTML Entity (dec) | 李 |
| HTML Entity (hex) | 李 |
| UTF-8 (hex) | 0xefa7a1 / 0xef 0xa7 0xa1 (3 bytes) |
| UTF-8 (dec) | 239, 167, 161 (3 bytes) |
| UTF-16-BE (hex) | 0xf9e1 / 0xf9 0xe1 (2 bytes) |
| UTF-16-BE (dec) | 249, 225 (2 bytes) |
| UTF-32-BE (hex) | 0xf9e1 / 0x00 0x00 0xf9 0xe1 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 249, 225 (4 bytes) |
| C/C++/Java source code | "\uf9e1" |
| Python source code | "\uf9e1" |