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 O WITH OGONEK AND MACRON
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+01EC | |
| decimal | 492 | |
| htmldecimal | Ǭ | |
| htmlhex | Ǭ | |
| css | \01EC | |
| javascript | \u{1EC} | |
| python | \u01ec | |
| java | \u01EC | |
| go | \u01EC | |
| ruby | \u{1EC} | |
| rust | \u{1EC} | |
| ccpp | \u01ec | |
| urlencoded | %C7%AC | |
| utf8bytes | c7 ac | |
| utf16bebytes | 01 ec | |
| utf32bebytes | 00 00 01 ec |
How to Use
HTML:
Ǭ
CSS:
content: "\01EC"
JavaScript:
"\u{1EC}"
Python:
"\u01ec"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 01EA 0304