Search
Search for a symbol or emoji...
Ǝ
Ǝ
Reversed E Symbol Ǝ
Reversed E Symbol Information
| Symbol Name | Reversed E |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+018E |
| CSS Code | \018E |
| Hex Code | Ǝ |
| HTML Code | Ǝ |
| Symbol | Ǝ |
Reversed E Symbol Encoding
| UTF-8 | 0xC6 0x8E |
| UTF-16 | 0x018E |
| UTF-32 | 0x0000018E |
How to add reversed e symbol via keyboard on different Operating systems
You can type the reversed e symbol on most modern devices with the help of following methods:
How to type reversed e symbol on Microsoft Word
You can type the reversed e in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 018E
- Without moving the cursor press keys Alt + x together
- The original 018E is now transformed into Ǝ
How to type reversed e symbol on Microsoft Windows
You can type the reversed e on Microsoft windows using following steps:
- Hold Alt and press to type reversed e on your windows machine.
How to type reversed e symbol on Mac OS
You can type the reversed e on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Reversed E" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type reversed e symbol on Linux
You can type the reversed e on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 018E consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type reversed e symbol on IOS and Android
The easiest way to type the reversed e symbol on ios and android is to copy and paste it wherever you need it.
How to use reversed e in CSS
//CSS Example
1span {
2 content: \018E;
3 }How to use reversed e in HTML
//HTML Example
1<span>Ǝ</span>Reversed E symbol representation in programming languages
Reversed Esymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{18E} |
| Ruby | \u{18E} |
| Python | \u018E |
| PHP | \u{18E} |
| Perl | \x{18E} |
| Java | \u018E |
| Modern JavaScript - Since ES6 | \u{18E} |
| JavaScript | \u018E |
| Go | \u018E |
| C# | \u018E |
| C and C++ | \u018E |
| Bash and Zsh - inside echo -e | \u018E |
| RFC 5137 | \u'018E' |
