| Nombre del símbolo | Latin Small Letter C With Stroke |
| Versión Unicode | 4.1 |
| Unicode | U+023C |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | C8 BC |
| UTF-16 | 023C |
| UTF-32 | 0000023C |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERCWITHSTROKE}4\end{document}Puedes escribir el símbolo latin small letter c with stroke en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Latin Small Letter C With Stroke en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\023C |
| Código hexadecimal | 0x023C |
| Código HTML | ȼ |
| LaTeX | \text{LATINSMALLLETTERCWITHSTROKE} |
| Símbolo | ȼ |
| Codificación URL (porcentaje UTF-8) | %C8%BC |
| Nombre oral / lector de pantalla | Latin Small Letter C With Stroke |