| Symboolnaam | Latin Capital Letter C With Caron |
| Unicode-versie | 1.1 |
| Unicode | U+010C |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| CSS-code |
| UTF-8 | C4 8C |
| UTF-16 | 010C |
| UTF-32 | 0000010C |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERCWITHCARON}4\end{document}Je kunt het latin capital letter c with caron-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 268 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter c with caron", or use Unicode Hex Input with 010C.
Ctrl + Shift + U, type 010c, 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-capital-letter-c-with-caron::before { content: "\010C"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Č</span>De weergave van het Latin Capital Letter C With Caron-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u010C' or String.fromCodePoint(268) |
| Python | '\N{LATIN CAPITAL LETTER C WITH CARON}' or chr(268) |
| Rust | '\u{010C}' |
| C / C++ | UTF-8 source or wchar_t with U+010C |
| Go | string(rune(0x010C)) |
| Ruby | "\u{010C}" |
\010C |
| Hexadecimale code | 0x010C |
| HTML-code | Č |
| LaTeX | \text{LATINCAPITALLETTERCWITHCARON} |
| Symbool | Č |
| URL-codering (UTF-8 procent) | %C4%8C |
| Uitgesproken naam / schermlezer | Latin Capital Letter C With Caron |