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
Overview
Ǭ (LATIN CAPITAL LETTER O WITH OGONEK AND MACRON) is the Unicode character at code point U+01EC. 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+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
Frequently Asked Questions
What is the Ǭ character (LATIN CAPITAL LETTER O WITH OGONEK AND MACRON)?
Ǭ (LATIN CAPITAL LETTER O WITH OGONEK AND MACRON) is the Unicode character U+01EC.
What is the Unicode codepoint of LATIN CAPITAL LETTER O WITH OGONEK AND MACRON?
The LATIN CAPITAL LETTER O WITH OGONEK AND MACRON character (Ǭ) has codepoint U+01EC.
How do I type or copy LATIN CAPITAL LETTER O WITH OGONEK AND MACRON?
Copy Ǭ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.