copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ǎ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ǎ
LATIN SMALL LETTER A WITH CARON
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+01CE | |
| decimal | 462 | |
| htmldecimal | ǎ | |
| htmlhex | ǎ | |
| css | \01CE | |
| javascript | \u{1CE} | |
| python | \u01ce | |
| java | \u01CE | |
| go | \u01CE | |
| ruby | \u{1CE} | |
| rust | \u{1CE} | |
| ccpp | \u01ce | |
| urlencoded | %C7%8E | |
| utf8bytes | c7 8e | |
| utf16bebytes | 01 ce | |
| utf32bebytes | 00 00 01 ce |
How to Use
HTML:
ǎ
CSS:
content: "\01CE"
JavaScript:
"\u{1CE}"
Python:
"\u01ce"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0061 030C
Frequently Asked Questions
What is the ǎ character (LATIN SMALL LETTER A WITH CARON)?
ǎ (LATIN SMALL LETTER A WITH CARON) is the Unicode character U+01CE.
What is the Unicode codepoint of LATIN SMALL LETTER A WITH CARON?
The LATIN SMALL LETTER A WITH CARON character (ǎ) has codepoint U+01CE.
How do I type or copy LATIN SMALL LETTER A WITH CARON?
Copy ǎ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.