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