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