copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Ǝ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Ǝ
LATIN CAPITAL LETTER REVERSED E
Overview
Ǝ (LATIN CAPITAL LETTER REVERSED E) is the Unicode character at code point U+018E. It belongs to the Latin Extended-B block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+018E | |
| decimal | 398 | |
| htmldecimal | Ǝ | |
| htmlhex | Ǝ | |
| css | \018E | |
| javascript | \u{18E} | |
| python | \u018e | |
| java | \u018E | |
| go | \u018E | |
| ruby | \u{18E} | |
| rust | \u{18E} | |
| ccpp | \u018e | |
| urlencoded | %C6%8E | |
| utf8bytes | c6 8e | |
| utf16bebytes | 01 8e | |
| utf32bebytes | 00 00 01 8e |
How to Use
HTML:
Ǝ
CSS:
content: "\018E"
JavaScript:
"\u{18E}"
Python:
"\u018e"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the Ǝ character (LATIN CAPITAL LETTER REVERSED E)?
Ǝ (LATIN CAPITAL LETTER REVERSED E) is the Unicode character U+018E.
What is the Unicode codepoint of LATIN CAPITAL LETTER REVERSED E?
The LATIN CAPITAL LETTER REVERSED E character (Ǝ) has codepoint U+018E.
How do I type or copy LATIN CAPITAL LETTER REVERSED E?
Copy Ǝ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.