Uppercase O caron (Ǒ) is the Unicode character at U+01D1 in Latin Extended-B. Official name: LATIN CAPITAL LETTER O WITH CARON — a capital O with a caron/háček (∨), common in Pinyin romanization for the third tone.
Remember
Character Ǒ
Unicode U+01D1
Named entity &Ocaron; (capital O)
Hex entity Ǒ
Decimal Ǒ
CSS escape \01D1
Not the same ǒ · Ŏ · Ó
Prefer &Ocaron; in HTML markup — the capital O in the name matters. Numeric forms and typing Ǒ in UTF-8 also work. For the lowercase letter, use &ocaron; (ǒ).
Ŏ (&Obreve;) has a breve (˘). Caron Ǒ and breve Ŏ look similar but are different marks.
vs Ó
Not an acute
Ó (Ó) is O with acute. Do not swap caron and acute in Pinyin or other text.
Encoding
Keep UTF-8 declared
Latin Extended-B letters display reliably with <meta charset="UTF-8">. Prefer named entities when the source file encoding is uncertain.
CSS vs HTML
Do not mix escapes
\01D1 belongs in CSS strings. &Ocaron; / Ǒ / Ǒ belong in HTML.
A11y
Use real language context
When Ǒ appears in Pinyin, keep surrounding text and lang accurate (for example zh-Latn) so screen readers get useful context.
Compatibility
Browser Support
Uppercase O caron (U+01D1) and its entity forms (&Ocaron;, Ǒ, Ǒ, CSS \\01D1) are supported in all mainstream browsers. Latin Extended-B glyphs depend on font coverage.
✓ Universal support
Uppercase O Caron (Ǒ)
Encode with named, 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 ExplorerIE 9+
Yes
U+01D1 / &Ocaron;Full support
Bottom line: Prefer &Ocaron; (capital O) in HTML. Use \\01D1 only inside CSS content. Do not confuse with &ocaron; (ǒ), breve Ŏ, or acute Ó.
Remember
Key Takeaways
Unicode: uppercase O caron is U+01D1 (decimal 465) — glyph Ǒ.
HTML: prefer &Ocaron; (capital O) — also Ǒ / Ǒ.
CSS: use \01D1 inside content for generated text.
Meaning:Ǒ is capital caron — not ǒ (&ocaron;), not Ŏ (breve), not Ó (acute).
Use &Ocaron; (named), Ǒ (hex), Ǒ (decimal), type Ǒ directly in UTF-8, or the CSS escape \01D1 in content. Prefer &Ocaron; in normal HTML.
U+01D1 (LATIN CAPITAL LETTER O WITH CARON). Hex 1D1, decimal 465. It belongs to Latin Extended-B (U+0180–U+024F).
Yes. Use &Ocaron; (capital O). Numeric forms Ǒ and Ǒ also work. Note: &ocaron; (lowercase) is a different letter (ǒ).
No. Ǒ is U+01D1 (&Ocaron;, capital caron). ǒ is U+01D2 (&ocaron;). Ŏ is U+014E (&Obreve;, breve).
Use it for Pinyin and other romanizations that need Ǒ — not as a substitute for breve Ŏ or acute Ó.
HTML entities (&Ocaron;, Ǒ, or Ǒ) go in markup. The CSS escape \01D1 goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Uppercase O caron is Unicode U+01D1 (decimal 465) — glyph Ǒ in Latin Extended-B (U+0180–U+024F). HTML5 names it &Ocaron; (capital O). Official name: LATIN CAPITAL LETTER O WITH CARON. Lowercase is &ocaron; (ǒ, U+01D2). Common in Pinyin romanization (third tone). Do not confuse with breve Ŏ (&Obreve;) or acute Ó (Ó).