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 INVERTED BREVE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0203 | |
| decimal | 515 | |
| htmldecimal | ȃ | |
| htmlhex | ȃ | |
| css | \0203 | |
| javascript | \u{203} | |
| python | \u0203 | |
| java | \u0203 | |
| go | \u0203 | |
| ruby | \u{203} | |
| rust | \u{203} | |
| ccpp | \u0203 | |
| urlencoded | %C8%83 | |
| utf8bytes | c8 83 | |
| utf16bebytes | 02 03 | |
| utf32bebytes | 00 00 02 03 |
How to Use
HTML:
ȃ
CSS:
content: "\0203"
JavaScript:
"\u{203}"
Python:
"\u0203"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0061 0311