| Nome del simbolo | Latin Letter Lateral Click |
| Versione Unicode | 1.1 |
| Unicode | U+01C1 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| UTF-8 | C7 81 |
| UTF-16 | 01C1 |
| UTF-32 | 000001C1 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERLATERALCLICK}4\end{document}Puoi digitare il simbolo latin letter lateral click sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 449 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter lateral click", or use Unicode Hex Input with 01C1.
Ctrl + Shift + U, type 01c1, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-letter-lateral-click::before { content: "\01C1"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ǁ</span>La rappresentazione del simbolo Latin Letter Lateral Click nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u01C1' or String.fromCodePoint(449) |
| Python | '\N{LATIN LETTER LATERAL CLICK}' or chr(449) |
| Rust | '\u{01C1}' |
| C / C++ | UTF-8 source or wchar_t with U+01C1 |
| Go | string(rune(0x01C1)) |
| Ruby | "\u{01C1}" |
| Codice CSS |
\01C1 |
| Codice esadecimale | 0x01C1 |
| Codice HTML | ǁ |
| LaTeX | \text{LATINLETTERLATERALCLICK} |
| Simbolo | ǁ |
| Codifica URL (percentuale UTF-8) | %C7%81 |
| Nome parlato / screen reader | Latin Letter Lateral Click |