Greek Capital Letter Omicron

Ο

Shortcodes

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

Unicode
U+039F
HTML Code
Ο
HEX Code
Ο
CSS Code
\039F
JS/JSON
\u039F
Unix/C/PHP/JAVA
0x039F
URL-encode
%CE%9F
copied

Customize Greek Capital Letter Omicron Symbol

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

Insert Ο Greek Capital Letter Omicron using HTML

1. Copy-paste Greek Capital Letter Omicron directly:
<span>Ο</span>
2. HTML Decimal Code:
<span>&#927;</span>
3. Hexadecimal Code:
<span>&#x39F;</span>
Preview: Ο

Add Greek Capital Letter Omicron symbol with CSS

.greek-capital-letter-omicron::before {
    content: '\\039F';
}
Preview: Greek Capital Letter Omicron

Greek Capital Letter Omicron JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-omicron').textContent = 'Ο';
2. Unicode Escape for Ο:
document.querySelector('.greek-capital-letter-omicron').textContent = '\u039F';
Preview: Ο