| Symbol Name | Latin Letter Retroflex Click |
| Unicode Version | 1.1 |
| Unicode | U+01C3 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code |
| UTF-8 | C7 83 |
| UTF-16 | 01C3 |
| UTF-32 | 000001C3 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERRETROFLEXCLICK}4\end{document}You can type the latin letter retroflex click symbol on most modern devices with the help of following methods:
Alt + 451 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter retroflex click", or use Unicode Hex Input with 01C3.
Ctrl + Shift + U, type 01c3, 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-retroflex-click::before { content: "\01C3"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ǃ</span>Latin Letter Retroflex Click symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u01C3' or String.fromCodePoint(451) |
| Python | '\N{LATIN LETTER RETROFLEX CLICK}' or chr(451) |
| Rust | '\u{01C3}' |
| C / C++ | UTF-8 source or wchar_t with U+01C3 |
| Go | string(rune(0x01C3)) |
| Ruby | "\u{01C3}" |
\01C3 |
| Hex Code | 0x01C3 |
| HTML Code | ǃ |
| LaTeX | \text{LATINLETTERRETROFLEXCLICK} |
| Symbol | ǃ |
| URL encode (UTF-8 percent) | %C7%83 |
| Spoken / screen reader name | Latin Letter Retroflex Click |