| Symboolnaam | Latin Letter Alveolar Click |
| Unicode-versie | 1.1 |
| Unicode | U+01C2 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code |
| UTF-8 | C7 82 |
| UTF-16 | 01C2 |
| UTF-32 | 000001C2 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERALVEOLARCLICK}4\end{document}Je kunt het latin letter alveolar click-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Latin Letter Alveolar Click-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
\01C2 |
| Hexadecimale code | 0x01C2 |
| HTML-code | ǂ |
| LaTeX | \text{LATINLETTERALVEOLARCLICK} |
| Symbool | ǂ |
| URL-codering (UTF-8 procent) | %C7%82 |
| Uitgesproken naam / schermlezer | Latin Letter Alveolar Click |