| Nome del simbolo | Litecoin Symbol |
| Versione Unicode | 1.1 |
| Unicode | U+0141 |
| Blocco Unicode | |
| Categoria generale | Uppercase Letter (Lu) |
| Codice CSS | \0141 |
| Codice esadecimale | 0x0141 |
| Codice HTML | Ł |
| LaTeX | \L |
| Simbolo | Ł |
| Codifica URL (percentuale UTF-8) | %C5%81 |
| Nome parlato / screen reader | Litecoin Symbol |
| UTF-8 | C5 81 |
| UTF-16 | 0141 |
| UTF-32 | 00000141 |
1\documentclass{article}2\usepackage{pifont}3\L4\end{document}Puoi digitare il simbolo litecoin sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 0321 on the numeric keypad, or insert via Character Map (search "L with stroke").
Edit → Emoji & Symbols, search "L stroke", or use Polish keyboard layout (Alt + L).
Ctrl + Shift + U, type 0141, then Enter (layout-dependent).
Long-press the L key on supported keyboards, or paste from this page.
Long-press the L key on Gboard or SwiftKey to reveal accented variants including Ł.
1span.ltc::before { content: "\0141"; }1<span>Ł</span>La rappresentazione del simbolo Litecoin nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u0141' or String.fromCodePoint(0x0141) |
| Python | '\N{LATIN CAPITAL LETTER L WITH STROKE}' or chr(321) |
| Rust | '\u{0141}' |
| C / C++ | UTF-8 source or wchar_t with U+0141 |
| Go | string(rune(0x0141)) |
| Ruby | "\u0141" |