| Nome del simbolo | Latin Letter Alveolar Click |
| Versione Unicode | 1.1 |
| Unicode | U+01C2 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| UTF-8 | C7 82 |
| UTF-16 | 01C2 |
| UTF-32 | 000001C2 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERALVEOLARCLICK}4\end{document}Puoi digitare il simbolo latin letter alveolar click sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 450 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter alveolar click", or use Unicode Hex Input with 01C2.
Ctrl + Shift + U, type 01c2, 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-alveolar-click::before { content: "\01C2"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ǂ</span>La rappresentazione del simbolo Latin Letter Alveolar Click nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u01C2' or String.fromCodePoint(450) |
| Python | '\N{LATIN LETTER ALVEOLAR CLICK}' or chr(450) |
| Rust | '\u{01C2}' |
| C / C++ | UTF-8 source or wchar_t with U+01C2 |
| Go | string(rune(0x01C2)) |
| Ruby | "\u{01C2}" |
| Codice CSS |
\01C2 |
| Codice esadecimale | 0x01C2 |
| Codice HTML | ǂ |
| LaTeX | \text{LATINLETTERALVEOLARCLICK} |
| Simbolo | ǂ |
| Codifica URL (percentuale UTF-8) | %C7%82 |
| Nome parlato / screen reader | Latin Letter Alveolar Click |