| Nombre del símbolo | Latin Letter Lateral Click |
| Versión Unicode | 1.1 |
| Unicode | U+01C1 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo latin letter lateral click en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Latin Letter Lateral Click en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\01C1 |
| Código hexadecimal | 0x01C1 |
| Código HTML | ǁ |
| LaTeX | \text{LATINLETTERLATERALCLICK} |
| Símbolo | ǁ |
| Codificación URL (porcentaje UTF-8) | %C7%81 |
| Nombre oral / lector de pantalla | Latin Letter Lateral Click |