Greek Small Letter Omicron

ο

Shortcodes

Copy and paste codes for Greek Small Letter Omicron symbol ο to use in your websites, apps, blogs, and more.

Unicode
U+03BF
HTML Code
ο
HTML Entity
ο
HEX Code
ο
CSS Code
\03BF
JS/JSON
\u03BF
Unix/C/PHP/JAVA
0x03BF
URL-encode
%CE%BF
copied

Customize Greek Small Letter Omicron Symbol

Customize ο symbol as you like and download Greek Small Letter Omicron 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 Greek Small Letter Omicron symbol in HTML, CSS, and JS?

Insert ο Greek Small Letter Omicron using HTML

1. Copy-paste Greek Small Letter Omicron directly:
<span>ο</span>
2. HTML Decimal Code:
<span>&#959;</span>
3. HTML Entity:
<span>&omicron;</span>
4. Hexadecimal Code:
<span>&#x3BF;</span>
Preview: ο

Add Greek Small Letter Omicron symbol with CSS

.greek-small-letter-omicron::before {
    content: '\\03BF';
}
Preview: Greek Small Letter Omicron

Greek Small Letter Omicron JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-small-letter-omicron').textContent = 'ο';
2. Unicode Escape for ο:
document.querySelector('.greek-small-letter-omicron').textContent = '\u03BF';
Preview: ο