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 AE WITH MACRON
Overview
ǣ (LATIN SMALL LETTER AE WITH MACRON) is the Unicode character at code point U+01E3. It belongs to the Latin Extended-B block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+01E3 | |
| decimal | 483 | |
| htmldecimal | ǣ | |
| htmlhex | ǣ | |
| css | \01E3 | |
| javascript | \u{1E3} | |
| python | \u01e3 | |
| java | \u01E3 | |
| go | \u01E3 | |
| ruby | \u{1E3} | |
| rust | \u{1E3} | |
| ccpp | \u01e3 | |
| urlencoded | %C7%A3 | |
| utf8bytes | c7 a3 | |
| utf16bebytes | 01 e3 | |
| utf32bebytes | 00 00 01 e3 |
How to Use
HTML:
ǣ
CSS:
content: "\01E3"
JavaScript:
"\u{1E3}"
Python:
"\u01e3"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 00E6 0304
Frequently Asked Questions
What is the ǣ character (LATIN SMALL LETTER AE WITH MACRON)?
ǣ (LATIN SMALL LETTER AE WITH MACRON) is the Unicode character U+01E3.
What is the Unicode codepoint of LATIN SMALL LETTER AE WITH MACRON?
The LATIN SMALL LETTER AE WITH MACRON character (ǣ) has codepoint U+01E3.
How do I type or copy LATIN SMALL LETTER AE WITH MACRON?
Copy ǣ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.