Uppercase E with inverted breve (Ȇ) is the Unicode character at U+0206 in Latin Extended-B. Official name: LATIN CAPITAL LETTER E WITH INVERTED BREVE — a capital E with an upside-down breve (an arch that opens downward), used in phonetic and linguistic notation.
Remember
Character Ȇ
Unicode U+0206
Named entity (none)
Hex entity Ȇ
Decimal Ȇ
CSS escape \0206
Not the same Ĕ · È · ȇ
Prefer Ȇ or Ȇ in HTML markup. You can also type Ȇ in UTF-8. For a normal breve, use &Ebreve; (Ĕ). There is no &Einvertedbreve;.
Using Hex Code: Ȇ
Using HTML Code: Ȇ
Using CSS Entity: Ȇ
Typed directly: Ȇ
Case pair: Ȇ / ȇ
How It Works
1. Hex:U+0206 → Ȇ in HTML. Preferred numeric form when you need an entity.
2. Decimal: same code point as 518 → Ȇ. Same glyph as hex.
3. CSS: use \0206 in content (not an HTML entity). Prefer the four-digit form so the escape is not ambiguous next to other hex digits. #point::after appends that Ȇ after the paragraph text.
4. Typed / pair: paste Ȇ in UTF-8, or show the case pair with Ȇ / ȇ.
5. No named entity: HTML5 does not define a name for U+0206 — use numeric references or type the character. &Ebreve; is Ĕ, not this letter.
Pitfalls & Tips
Common mistakes when working with U+0206.
vs Ĕ
Not a normal breve
Ĕ (&Ebreve;) opens upward (a short smile). Ȇ is inverted — the arch opens downward. Do not reuse &Ebreve;.
vs È
Not a grave
È (È) is a single sloping accent. An inverted breve is a curved arch, not a grave.
Named
No named HTML entity
There is no &Einvertedbreve; for U+0206. Use Ȇ or Ȇ.
CSS
Prefer \0206 over \206
A short escape like \206 can swallow following hex digits. Use \0206 (or end the escape with a space) in CSS strings.
Fonts
Needs Latin Extended-B coverage
Some UI fonts omit rarer Latin Extended-B letters. Prefer a stack with good Latin coverage if the glyph must always show.
A11y
Use real language text
When this letter appears in real words, keep surrounding text and lang accurate so screen readers get useful context.
Compatibility
Browser Support
Uppercase E with inverted breve (U+0206) and its entity forms (Ȇ, Ȇ, CSS \\0206) are supported in all mainstream browsers. Visible glyphs depend on Latin Extended-B font coverage.
✓ Universal support
Uppercase E Inverted Breve (Ȇ)
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+0206 / entitiesFull support
Bottom line: Prefer Ȇ or Ȇ in HTML. Use \\0206 only inside CSS content. There is no named entity.
Remember
Key Takeaways
Unicode: E with inverted breve is U+0206 (decimal 518) — glyph Ȇ.
HTML: no named entity — use Ȇ / Ȇ / type Ȇ.
CSS: use \0206 inside content for generated text.
Meaning:Ȇ is inverted breve — not Ĕ (&Ebreve;), not È (È).
One line:U+0206 → Ȇ / Ȇ / CSS \0206 (no named entity).
Frequently Asked Questions
Use Ȇ (hex), Ȇ (decimal), type Ȇ directly in UTF-8, or the CSS escape \0206 in content. There is no named HTML entity.
U+0206 (LATIN CAPITAL LETTER E WITH INVERTED BREVE). Hex 0206, decimal 518. It belongs to Latin Extended-B (U+0180–U+024F).
No. Use numeric references Ȇ or Ȇ, or type Ȇ in UTF-8. &Ebreve; is a different letter (Ĕ).
No. Ȇ has an inverted breve (an arch that opens downward). Ĕ is U+0114 (&Ebreve;, a normal breve). È is U+00C8 (È, a single grave).
Use it for phonetic or linguistic text that specifically needs E with an inverted breve — not as a substitute for Ĕ or È.
HTML entities (Ȇ or Ȇ) go in markup. The CSS escape \0206 goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Uppercase E with inverted breve is Unicode U+0206 (decimal 518) — glyph Ȇ in Latin Extended-B (U+0180–U+024F). Official name: LATIN CAPITAL LETTER E WITH INVERTED BREVE. HTML5 has no named entity — use Ȇ or Ȇ. Lowercase pair is U+0207 (ȇ). Used in phonetic and linguistic notation. Do not confuse with breve Ĕ U+0114 (&Ebreve;) or grave È U+00C8 (È).