| Symbol Name | Latin Letter Lateral Click |
| Unicode Version | 1.1 |
| Unicode | U+01C1 |
| Unicode block | |
| General category | 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}You can type the latin letter lateral click symbol on most modern devices with the help of following methods:
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>Latin Letter Lateral Click symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x01C1 |
| HTML Code | ǁ |
| LaTeX | \text{LATINLETTERLATERALCLICK} |
| Symbol | ǁ |
| URL encode (UTF-8 percent) | %C7%81 |
| Spoken / screen reader name | Latin Letter Lateral Click |