| Nombre del símbolo | Latin Small Letter A With Caron |
| Versión Unicode | 1.1 |
| Unicode | U+01CE |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | C7 8E |
| UTF-16 | 01CE |
| UTF-32 | 000001CE |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERAWITHCARON}4\end{document}Puedes escribir el símbolo latin small letter a with caron en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 462 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter a with caron", or use Unicode Hex Input with 01CE.
Ctrl + Shift + U, type 01ce, 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-a-with-caron::before { content: "\01CE"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ǎ</span>La representación del símbolo Latin Small Letter A With Caron en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u01CE' or String.fromCodePoint(462) |
| Python | '\N{LATIN SMALL LETTER A WITH CARON}' or chr(462) |
| Rust | '\u{01CE}' |
| C / C++ | UTF-8 source or wchar_t with U+01CE |
| Go | string(rune(0x01CE)) |
| Ruby | "\u{01CE}" |
| Código CSS |
\01CE |
| Código hexadecimal | 0x01CE |
| Código HTML | ǎ |
| LaTeX | \text{LATINSMALLLETTERAWITHCARON} |
| Símbolo | ǎ |
| Codificación URL (porcentaje UTF-8) | %C7%8E |
| Nombre oral / lector de pantalla | Latin Small Letter A With Caron |