| Symbolname | Latin Small Letter A With Caron |
| Unicode-Version | 1.1 |
| Unicode | U+01CE |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| CSS-Code |
| UTF-8 | C7 8E |
| UTF-16 | 01CE |
| UTF-32 | 000001CE |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERAWITHCARON}4\end{document}Sie können das Symbol latin small letter a with caron auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Small Letter A With Caron in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
\01CE |
| Hexadezimalcode | 0x01CE |
| HTML-Code | ǎ |
| LaTeX | \text{LATINSMALLLETTERAWITHCARON} |
| Symbol | ǎ |
| URL-Kodierung (UTF-8-Prozent) | %C7%8E |
| Ansagename (Screenreader) | Latin Small Letter A With Caron |