Uppercase E reverse (Ǝ) is the Unicode character at U+018E in Latin Extended-B. Official name: LATIN CAPITAL LETTER REVERSED E — a horizontally flipped capital E used in linguistic notation and extended Latin typography.
Remember
Character Ǝ
Unicode U+018E
Hex entity Ǝ
Decimal Ǝ
CSS escape \018E
Named entity (none)
Related ɘ (U+0258)
Not the same E · Ɛ · ǝ
Prefer Ǝ or Ǝ in HTML markup. You can also type Ǝ in UTF-8. There is no named entity. For the small reversed e, see U+0258 (ɘ).
Using Hex Code: Ǝ
Using HTML Code: Ǝ
Using CSS Entity: Ǝ
Typed directly: Ǝ
Example: Reversed E Ǝ
Related: Ǝ / ɘ
How It Works
1. Hex:U+018E → Ǝ in HTML. The browser turns it into Ǝ.
2. Decimal: same code point as 398 → Ǝ. Same result as hex.
3. CSS: use \018E in content (not an HTML entity). #point::after appends that Ǝ after the paragraph text.
4. Typed / related: paste Ǝ in UTF-8, and use ɘ (U+0258) for the small reversed e.
Pitfalls & Tips
Common mistakes when working with reversed E.
Named?
No named entity
HTML5 does not define a named entity for U+018E. Use Ǝ or Ǝ.
vs E
Not plain capital E
Keyboard E is U+0045. Use U+018E only when you need the reversed capital letter.
vs Ɛ
Not capital open E
Ɛ (U+0190) is open E. Ǝ is a mirror-image capital E — different shapes and code points.
vs CSS flip
Not a CSS transform
transform: scaleX(-1) only flips visuals. U+018E is a real character you can copy, search, and encode.
CSS vs HTML
Do not mix escapes
\018E belongs in CSS strings. Ǝ / Ǝ belong in HTML.
Fonts
Extended Latin coverage
Some UI fonts omit Latin Extended-B letters. Prefer a font that covers this block for display.
Compatibility
Browser Support
Reversed E (U+018E) and its entity forms (Ǝ, Ǝ, CSS \\018E) are supported in all mainstream browsers. Visible glyphs depend on Latin Extended-B font coverage.
✓ Universal support
Uppercase E Reverse (Ǝ)
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 ExplorerIE 9+
Yes
U+018E / entitiesFull support
Bottom line: Prefer Ǝ or Ǝ in HTML. Use \\018E only inside CSS content. There is no named entity.
Remember
Key Takeaways
Unicode: reversed E is U+018E (decimal 398) — glyph Ǝ.
HTML: use Ǝ or Ǝ — no named entity; typing Ǝ also works.
CSS: use \018E inside content for generated text.
Watch out:Ǝ ≠ plain E ≠ Ɛ; related small form is ɘ.
One line:U+018E → Ǝ / Ǝ / CSS \018E.
Frequently Asked Questions
Use Ǝ (hex), Ǝ (decimal), type Ǝ directly in UTF-8, or the CSS escape \018E in content. There is no named HTML entity for U+018E.
U+018E (LATIN CAPITAL LETTER REVERSED E). Hex 018E, decimal 398. It belongs to Latin Extended-B (U+0180–U+024F).
No. HTML5 does not define a named entity for this character. Use numeric forms Ǝ or Ǝ.
No. Ǝ is a horizontally flipped capital E (U+018E). Plain E is U+0045. Ɛ (U+0190) is capital open E — a different letter shape.
Use it in linguistic notation, typography, or orthographies that need a reversed capital E as one precomposed letter — not as a substitute for plain E or open E.
HTML entities (Ǝ or Ǝ) go in markup. The CSS escape \018E goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Reversed E (Ǝ) is Unicode U+018E (decimal 398) — LATIN CAPITAL LETTER REVERSED E in Latin Extended-B. HTML5 has no named entity — use Ǝ or Ǝ. Related small form: U+0258 (ɘ). Do not confuse with capital open E U+0190 (Ɛ) or plain E.