Latin Small Letter O With Double Acute

ő

Shortcodes

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

Unicode
U+0151
HTML Code
ő
HEX Code
ő
CSS Code
\151
JS/JSON
\u0151
Unix/C/PHP/JAVA
0x151
URL-encode
%C5%91
copied

Customize Latin Small Letter O With Double Acute Symbol

Customize ő symbol as you like and download Latin Small Letter O With Double Acute 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 Double Acute symbol in HTML, CSS, and JS?

Insert ő Latin Small Letter O With Double Acute using HTML

1. Copy-paste Latin Small Letter O With Double Acute directly:
<span>ő</span>
2. HTML Decimal Code:
<span>&#337;</span>
3. Hexadecimal Code:
<span>&#x0151;</span>
Preview: ő

Add Latin Small Letter O With Double Acute symbol with CSS

.latin-small-letter-o-with-double-acute::before {
    content: '\\151';
}
Preview: Latin Small Letter O With Double Acute

Latin Small Letter O With Double Acute JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-o-with-double-acute').textContent = 'ő';
2. Unicode Escape for ő:
document.querySelector('.latin-small-letter-o-with-double-acute').textContent = '\u0151';
Preview: ő