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 MACRON
Overview
Ō (LATIN CAPITAL LETTER O WITH MACRON) is the Unicode character at code point U+014C. It belongs to the Latin Extended-A block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+014C | |
| decimal | 332 | |
| htmldecimal | Ō | |
| htmlhex | Ō | |
| css | \014C | |
| javascript | \u{14C} | |
| python | \u014c | |
| java | \u014C | |
| go | \u014C | |
| ruby | \u{14C} | |
| rust | \u{14C} | |
| ccpp | \u014c | |
| urlencoded | %C5%8C | |
| utf8bytes | c5 8c | |
| utf16bebytes | 01 4c | |
| utf32bebytes | 00 00 01 4c |
How to Use
HTML:
Ō
CSS:
content: "\014C"
JavaScript:
"\u{14C}"
Python:
"\u014c"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 004F 0304
Frequently Asked Questions
What is the Ō character (LATIN CAPITAL LETTER O WITH MACRON)?
Ō (LATIN CAPITAL LETTER O WITH MACRON) is the Unicode character U+014C.
What is the Unicode codepoint of LATIN CAPITAL LETTER O WITH MACRON?
The LATIN CAPITAL LETTER O WITH MACRON character (Ō) has codepoint U+014C.
How do I type or copy LATIN CAPITAL LETTER O WITH MACRON?
Copy Ō directly, or use the HTML entity, UTF-8, and code encodings shown on this page.