free-symbols

Greek Capital Letter Omicron With Oxia Letter

Ό is the Greek capital letter omicron with oxia (U+1FF9).

U+1FF9

This symbol represents a specific Greek uppercase form with oxia (an accent mark). It’s most useful when you need accurate Unicode Greek characters in text, typography, or digital content. You can copy it directly or use standard escapes in HTML, CSS, or JavaScript.

Greek Capital Letter Omicron With Oxia Letter Meaning

Ό (U+1FF9) is the “Greek capital letter omicron with oxia” (Unicode name: GREEK CAPITAL LETTER OMICRON WITH OXIA). It combines the Greek capital letter Omicron with the oxia accent, which is used in Greek writing systems to mark pronunciation or tone in contexts that require diacritics. In practice, you’ll encounter or use this character when reproducing properly accented Greek text, entering scholarly/typographic Greek content, or maintaining fidelity to an existing Unicode string. Because it’s a distinct code point, it’s best to use the actual character (or its official escapes) rather than substituting visually similar characters.

Common uses

  • Copying and pasting correctly accented Greek uppercase text in documents and web forms
  • Rendering Unicode-accurate Greek typography in design tools and style mockups
  • Writing or editing scholarly Greek text where specific diacritic characters matter
  • Including the exact character in HTML content using the correct entity or code point
  • Using the character in code (JavaScript/CSS) to display or generate Greek text reliably

Examples

Ό Greek capital letter omicron with oxia

  • Όωρα
  • ΣεβαστΌ
  • Όντιοχον
  • Όμερα προσευχης
  • Καλη Όμέρα

Variations

Technical codes

UnicodeU+1FF9
HTML EntityΌ
HTML CodeΌ
CSS\1FF9

FAQ

What does the Greek Capital Letter Omicron With Oxia letter mean?

Ό (U+1FF9) is the “Greek capital letter omicron with oxia” (Unicode name: GREEK CAPITAL LETTER OMICRON WITH OXIA). It combines the Greek capital letter Omicron with the oxia accent, which is used in Greek writing systems to mark pronunciation or tone in contexts that require diacritics. In practice, you’ll encounter or use this character when reproducing properly accented Greek text, entering scholarly/typographic Greek content, or maintaining fidelity to an existing Unicode string. Because it’s a distinct code point, it’s best to use the actual character (or its official escapes) rather than substituting visually similar characters.

What Unicode character is Ό?

Ό is the Greek capital letter omicron with oxia, with Unicode code point U+1FF9.

How do I copy Ό from this page?

Select the character Ό and copy it directly. You can then paste it into your document or design software.

What is the HTML entity for Ό?

The HTML entity is Ό.

How can I use Ό in JavaScript?

You can use the Unicode escape \\u{1FF9} in JavaScript strings that support code-point escapes.