| Nombre del símbolo | Latin Small Letter C With Acute |
| Versión Unicode | 1.1 |
| Unicode | U+0107 |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | C4 87 |
| UTF-16 | 0107 |
| UTF-32 | 00000107 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERCWITHACUTE}4\end{document}Puedes escribir el símbolo latin small letter c with acute en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 263 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter c with acute", or use Unicode Hex Input with 0107.
Ctrl + Shift + U, type 0107, 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-acute::before { content: "\0107"; 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 Acute en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u0107' or String.fromCodePoint(263) |
| Python | '\N{LATIN SMALL LETTER C WITH ACUTE}' or chr(263) |
| Rust | '\u{0107}' |
| C / C++ | UTF-8 source or wchar_t with U+0107 |
| Go | string(rune(0x0107)) |
| Ruby | "\u{0107}" |
| Código CSS |
\0107 |
| Código hexadecimal | 0x0107 |
| Código HTML | ć |
| LaTeX | \text{LATINSMALLLETTERCWITHACUTE} |
| Símbolo | ć |
| Codificación URL (porcentaje UTF-8) | %C4%87 |
| Nombre oral / lector de pantalla | Latin Small Letter C With Acute |