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 DOT ABOVE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0226 | |
| decimal | 550 | |
| htmldecimal | Ȧ | |
| htmlhex | Ȧ | |
| css | \0226 | |
| javascript | \u{226} | |
| python | \u0226 | |
| java | \u0226 | |
| go | \u0226 | |
| ruby | \u{226} | |
| rust | \u{226} | |
| ccpp | \u0226 | |
| urlencoded | %C8%A6 | |
| utf8bytes | c8 a6 | |
| utf16bebytes | 02 26 | |
| utf32bebytes | 00 00 02 26 |
How to Use
HTML:
Ȧ
CSS:
content: "\0226"
JavaScript:
"\u{226}"
Python:
"\u0226"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0041 0307