| Symboolnaam | Latin Letter Dental Click |
| Unicode-versie | 1.1 |
| Unicode | U+01C0 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code |
| UTF-8 | C7 80 |
| UTF-16 | 01C0 |
| UTF-32 | 000001C0 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERDENTALCLICK}4\end{document}Je kunt het latin letter dental click-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 448 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter dental click", or use Unicode Hex Input with 01C0.
Ctrl + Shift + U, type 01c0, 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-dental-click::before { content: "\01C0"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ǀ</span>De weergave van het Latin Letter Dental Click-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u01C0' or String.fromCodePoint(448) |
| Python | '\N{LATIN LETTER DENTAL CLICK}' or chr(448) |
| Rust | '\u{01C0}' |
| C / C++ | UTF-8 source or wchar_t with U+01C0 |
| Go | string(rune(0x01C0)) |
| Ruby | "\u{01C0}" |
\01C0 |
| Hexadecimale code | 0x01C0 |
| HTML-code | ǀ |
| LaTeX | \text{LATINLETTERDENTALCLICK} |
| Symbool | ǀ |
| URL-codering (UTF-8 procent) | %C7%80 |
| Uitgesproken naam / schermlezer | Latin Letter Dental Click |