Latin Small Letter O With Macron

ō

Shortcodes

Copy and paste codes for Latin Small Letter O With Macron symbol ō to use in your websites, apps, blogs, and more.

Unicode
U+014D
HTML Code
ō
HEX Code
ō
CSS Code
\14D
JS/JSON
\u014D
Unix/C/PHP/JAVA
0x14D
URL-encode
%C5%8D
copied

Customize Latin Small Letter O With Macron Symbol

Customize ō symbol as you like and download Latin Small Letter O With Macron as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
ō
 

How to add Latin Small Letter O With Macron symbol in HTML, CSS, and JS?

Insert ō Latin Small Letter O With Macron using HTML

1. Copy-paste Latin Small Letter O With Macron directly:
<span>ō</span>
2. HTML Decimal Code:
<span>&#333;</span>
3. Hexadecimal Code:
<span>&#x014D;</span>
Preview: ō

Add Latin Small Letter O With Macron symbol with CSS

.latin-small-letter-o-with-macron::before {
    content: '\\14D';
}
Preview: Latin Small Letter O With Macron

Latin Small Letter O With Macron JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-o-with-macron').textContent = 'ō';
2. Unicode Escape for ō:
document.querySelector('.latin-small-letter-o-with-macron').textContent = '\u014D';
Preview: ō