Ο
Greek

Greek Capital Letter Omicron Ο

Greek capital omicron is visually identical to the Latin capital letter O. It is the ancestor of the Latin O and is used primarily in Greek text. In computer science, Big O notation uses the Latin O, not Greek omicron, despite the visual identity.

All Representations

Named Entity
Ο
Decimal Code
Ο
Hex Code
Ο
Unicode
U+039F

Rendered Output

Ο

Ο renders as the character shown above

When to Use Greek Capital Letter Omicron

Use the capital omicron entity in Greek-language text and alphabet displays. Big O notation in computer science (O(n), O(n²)) uses the Latin letter O, not Greek omicron, though they appear identical. Context makes the distinction clear.

Try It — HTML Examples

Named entity in text
<p>Symbol: &Omicron;</p>
Decimal reference
<p>Symbol: &#927;</p>
Hex reference
<p>Symbol: &#x39F;</p>
Inside an HTML attribute
<div title="The Greek Capital Letter Omicron: &Omicron;">Hover to see</div>

About the Greek Capital Letter Omicron Entity

The Greek Capital Letter Omicron character (Ο) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &Omicron;, the decimal numeric character reference &#927;, or the hexadecimal numeric reference &#x39F;. The character is assigned Unicode code point U+039F in the Universal Character Set.

Greek capital omicron is visually identical to the Latin capital letter O. It is the ancestor of the Latin O and is used primarily in Greek text. In computer science, Big O notation uses the Latin O, not Greek omicron, despite the visual identity.

Greek letter entities are indispensable for scientific papers, engineering documentation, statistical analyses, and mathematical content published on the web. From physics equations using alpha and omega to statistical formulas featuring sigma and mu, these entities allow content authors to include Greek characters reliably without requiring specialized fonts or complex Unicode input methods on the keyboard.

When deciding how to encode the Greek Capital Letter Omicron character in your HTML documents, the named entity &Omicron; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#927; and hexadecimal form &#x39F; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the capital omicron entity in Greek-language text and alphabet displays. Big O notation in computer science (O(n), O(n²)) uses the Latin letter O, not Greek omicron, though they appear identical. Context makes the distinction clear.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.