Lowercase o with double grave (ȍ) is the Unicode character at U+020D in Latin Extended-B. Official name: LATIN SMALL LETTER O WITH DOUBLE GRAVE — the letter o with two grave accents. Used in Serbo-Croatian phonological notation.
Remember
Character ȍ
Unicode U+020D
Hex entity ȍ
Decimal ȍ
CSS escape \020D
Named entity (none)
Capital Ȍ (U+020C)
Not the same o · ò (ò) · ő (ő)
Prefer ȍ or ȍ in HTML when you need an entity. You can also type ȍ in a UTF-8 document.
Built with Hex: ȍ
Built with Decimal: ȍ
Built with CSS: ȍ
Typed: ȍ
Notation: [ȍ]
How It Works
1. Hex:U+020D → ȍ in HTML. The browser turns it into ȍ.
2. Decimal: same code point as 525 → ȍ. Same result as hex.
3. CSS: use \020D in content (not an HTML entity). #point::after appends ȍ.
4. Typed: paste ȍ in a UTF-8 document for phonological text. There is no named entity — numeric form is required when you need an entity.
Pitfalls & Tips
Common mistakes when working with lowercase o with double grave.
Named?
No named entity
HTML5 does not define a named entity for U+020D. Use ȍ or ȍ.
ò
Not ò
ò has a single grave. ȍ has a double grave — different letters for different uses.
Look-alikes
Not double acute
Hungarian ő (ő) uses a double acute (rising). Double grave leans the other way — do not swap them.
Fonts
Need Extended-B coverage
Some fonts omit Latin Extended-B. Prefer a font that includes U+020D for reliable glyphs.
CSS
Pad the CSS escape
Prefer \020D (four hex digits). A short \20D can swallow the next hex digit if one follows immediately.
CSS vs HTML
Do not mix escapes
\020D belongs in CSS strings. ȍ / ȍ belong in HTML.
Semicolon
End references
Always finish entities with ; — write ȍ, not ȍ.
Compatibility
Browser Support
Lowercase o with double grave (U+020D) and its entity forms (ȍ, ȍ, CSS \\020D) are supported in all mainstream browsers. Visible glyphs depend on Latin Extended-B font coverage.
✓ Universal support
Lowercase O Double Grave (ȍ)
Encode with hex, decimal, CSS escape, or type the character — same code point everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+020DFull support
Bottom line: Prefer ȍ or ȍ in HTML when encoding must be explicit, and \\020D only inside CSS content. There is no named entity.
Remember
Key Takeaways
Unicode: lowercase o with double grave is U+020D (decimal 525) — glyph ȍ.
HTML: use ȍ or ȍ — no named entity.
CSS: use \020D inside content for generated text.
Watch out: ȍ ≠ ò ≠ ő ≠ plain o.
One line:U+020D → ȍ / ȍ / CSS \020D (no named entity).
Frequently Asked Questions
Use ȍ (hex), ȍ (decimal), type ȍ in UTF-8, or the CSS escape \020D in content. There is no HTML5 named entity for U+020D.
U+020D (LATIN SMALL LETTER O WITH DOUBLE GRAVE). Hex 20D, decimal 525. It belongs to Latin Extended-B (U+0180–U+024F).
No. HTML5 does not define a named entity for this character. Use numeric references like ȍ or ȍ when you need an entity form.
Use it for Serbo-Croatian phonological notation, linguistic papers, and related orthographies that need ȍ. Prefer ò for everyday Italian/Catalan ò.
HTML entities (ȍ or ȍ) go in markup. The CSS escape \020D goes in stylesheet strings (usually content on ::before/::after).
No. U+020D has a double grave accent. ò (U+00F2, ò) has a single grave. ő (U+0151, ő) has a double acute — different accents.
🤔
Did you know?
Lowercase o with double grave is Unicode U+020D (decimal 525) — LATIN SMALL LETTER O WITH DOUBLE GRAVE in Latin Extended-B. HTML5 has no named entity for it — use ȍ or ȍ. Capital is U+020C (Ȍ). Used in Serbo-Croatian phonological notation for a short falling tone.