free-symbols
Ȍ

Latin Capital Letter O With Double Grave Letter

Ȍ is the Latin capital O with a double grave accent, used in specialized text and accurate character sets.

U+020C

The character Ȍ is a Latin Extended letter: LATIN CAPITAL LETTER O WITH DOUBLE GRAVE. It’s useful when you need exact Unicode matching for typography, transcription, or data. Below you’ll find copy options and practical examples.

Latin Capital Letter O With Double Grave Letter Meaning

Ȍ (Unicode U+020C) is a capital “O” modified with a double grave accent. It belongs to the Unicode “Latin Extended” block and is represented in HTML as Ȍ and in programming strings using the escapes like \\\\020C (CSS) or \\\\u{020C} (JavaScript). In practice, this character often appears in languages and academic or linguistic transcriptions where specific diacritics must be preserved. It may also show up in properly normalized datasets, font previews, or documentation when authors need the exact same Unicode code point rather than a visually similar approximation.

Common uses

  • Copying and pasting exact Unicode text where the diacritic on “O” must not change
  • Rendering correct characters in multilingual documents and typographic layouts
  • Labeling or transcription in linguistic and academic materials that use specific diacritics
  • Ensuring data integrity when matching identifiers, names, or terms across systems
  • Creating precise search or filter terms in software and databases that store Unicode

Examples

Ȍ Latin Capital Letter O with Double Grave

  • ȌȌvercast skies today.
  • ȌThe label is Ȍ.
  • ȌProfessor Ȍ spoke briefly.
  • ȌRefer to the term Ȍ in section two.
  • ȌExported as Unicode U+020C: Ȍ

Variations

Technical codes

UnicodeU+020C
HTML EntityȌ
HTML CodeȌ
CSS\020C

FAQ

What does the Latin Capital Letter O With Double Grave letter mean?

Ȍ (Unicode U+020C) is a capital “O” modified with a double grave accent. It belongs to the Unicode “Latin Extended” block and is represented in HTML as Ȍ and in programming strings using the escapes like \\\\020C (CSS) or \\\\u{020C} (JavaScript). In practice, this character often appears in languages and academic or linguistic transcriptions where specific diacritics must be preserved. It may also show up in properly normalized datasets, font previews, or documentation when authors need the exact same Unicode code point rather than a visually similar approximation.

What Unicode character is Ȍ?

Ȍ is LATIN CAPITAL LETTER O WITH DOUBLE GRAVE, with Unicode code point U+020C.

How do I copy Ȍ reliably into HTML?

You can use the HTML entity Ȍ to represent the character unambiguously.

What is the CSS escape for Ȍ?

The CSS escape is \\\\020C.

How do I use Ȍ in JavaScript?

Use the Unicode escape \\u{020C} in a string literal.