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 CAPITAL LETTER A WITH CARON
Overview
Ǎ (LATIN CAPITAL LETTER A WITH CARON) is the Unicode character at code point U+01CD. It belongs to the Latin Extended-B block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+01CD | |
| decimal | 461 | |
| htmldecimal | Ǎ | |
| htmlhex | Ǎ | |
| css | \01CD | |
| javascript | \u{1CD} | |
| python | \u01cd | |
| java | \u01CD | |
| go | \u01CD | |
| ruby | \u{1CD} | |
| rust | \u{1CD} | |
| ccpp | \u01cd | |
| urlencoded | %C7%8D | |
| utf8bytes | c7 8d | |
| utf16bebytes | 01 cd | |
| utf32bebytes | 00 00 01 cd |
How to Use
HTML:
Ǎ
CSS:
content: "\01CD"
JavaScript:
"\u{1CD}"
Python:
"\u01cd"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0041 030C
Frequently Asked Questions
What is the Ǎ character (LATIN CAPITAL LETTER A WITH CARON)?
Ǎ (LATIN CAPITAL LETTER A WITH CARON) is the Unicode character U+01CD.
What is the Unicode codepoint of LATIN CAPITAL LETTER A WITH CARON?
The LATIN CAPITAL LETTER A WITH CARON character (Ǎ) has codepoint U+01CD.
How do I type or copy LATIN CAPITAL LETTER A WITH CARON?
Copy Ǎ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.