| HTML Entity (dec) | Ļ |
| HTML Entity (hex) | Ļ |
| UTF-8 (hex) | 0xc4bb / 0xc4 0xbb (2 bytes) |
| UTF-8 (dec) | 196, 187 (2 bytes) |
| UTF-16-BE (hex) | 0x13b / 0x01 0x3b (2 bytes) |
| UTF-16-BE (dec) | 1, 59 (2 bytes) |
| UTF-32-BE (hex) | 0x13b / 0x00 0x00 0x01 0x3b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 1, 59 (4 bytes) |
| C/C++/Java source code | "\u013b" |
| Python source code | "\u013b" |