| HTML Entity (dec) | 懶 |
| HTML Entity (hex) | 懶 |
| UTF-8 (hex) | 0xefa48d / 0xef 0xa4 0x8d (3 bytes) |
| UTF-8 (dec) | 239, 164, 141 (3 bytes) |
| UTF-16-BE (hex) | 0xf90d / 0xf9 0x0d (2 bytes) |
| UTF-16-BE (dec) | 249, 13 (2 bytes) |
| UTF-32-BE (hex) | 0xf90d / 0x00 0x00 0xf9 0x0d (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 249, 13 (4 bytes) |
| C/C++/Java source code | "\uf90d" |
| Python source code | "\uf90d" |