Latin Small Letter O With Circumflex And Acute

Shortcodes

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

Unicode
U+1ED1
HTML Code
ố
HEX Code
ố
CSS Code
\1ED1
JS/JSON
\u1ED1
Unix/C/PHP/JAVA
0x1ED1
URL-encode
%E1%BB%91
copied

Customize Latin Small Letter O With Circumflex And Acute Symbol

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

Insert ố Latin Small Letter O With Circumflex And Acute using HTML

1. Copy-paste Latin Small Letter O With Circumflex And Acute directly:
<span>ố</span>
2. HTML Decimal Code:
<span>&#7889;</span>
3. Hexadecimal Code:
<span>&#x1ED1;</span>
Preview:

Add Latin Small Letter O With Circumflex And Acute symbol with CSS

.latin-small-letter-o-with-circumflex-and-acute::before {
    content: '\\1ED1';
}
Preview: Latin Small Letter O With Circumflex And Acute

Latin Small Letter O With Circumflex And Acute JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-o-with-circumflex-and-acute').textContent = 'ố';
2. Unicode Escape for ố:
document.querySelector('.latin-small-letter-o-with-circumflex-and-acute').textContent = '\u1ED1';
Preview: