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 DIAERESIS AND MACRON
Overview
Ǟ (LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON) is the Unicode character at code point U+01DE. 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+01DE | |
| decimal | 478 | |
| htmldecimal | Ǟ | |
| htmlhex | Ǟ | |
| css | \01DE | |
| javascript | \u{1DE} | |
| python | \u01de | |
| java | \u01DE | |
| go | \u01DE | |
| ruby | \u{1DE} | |
| rust | \u{1DE} | |
| ccpp | \u01de | |
| urlencoded | %C7%9E | |
| utf8bytes | c7 9e | |
| utf16bebytes | 01 de | |
| utf32bebytes | 00 00 01 de |
How to Use
HTML:
Ǟ
CSS:
content: "\01DE"
JavaScript:
"\u{1DE}"
Python:
"\u01de"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 00C4 0304
Frequently Asked Questions
What is the Ǟ character (LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON)?
Ǟ (LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON) is the Unicode character U+01DE.
What is the Unicode codepoint of LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON?
The LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON character (Ǟ) has codepoint U+01DE.
How do I type or copy LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON?
Copy Ǟ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.