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