Reversed E Symbol Ǝ
Ǝ
Copy to Clipboard
Reversed E Symbol Information
Symbol Name | Reversed E |
Unicode Version | 1.1 (June 1993) |
Unicode | U+018E |
CSS Code | \018E |
Hex Code | Ǝ |
HTML Code | Ǝ |
Reversed E Symbol Encoding
UTF-8 | 0xC6 0x8E |
UTF-16 | 0x018E |
UTF-32 | 0x0000018E |
Table of contents
- Reversed E PNG and SVG files
- How to type reversed e on Microsoft Word
- How to type reversed e on Microsoft Windows
- How to type reversed e on Mac OS
- How to type reversed e on Linux
- How to type reversed e on IOS and Android
- How to use reversed e in CSS
- How to use reversed e in HTML
- Reversed E representation in programming languages
Reversed E symbol's PNG and SVG files
How to add reversed e symbol via keyboard on different Operating systems
You can type the reversed e 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 on microsoft Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 0 1 8 E
- Without moving the cursor press keys Alt + x together
- The original 0 1 8 E 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 Mac OS](/images/statics/m1.png)
![How to type reversed e symbol on Mac OS](/images/statics/m2.png)
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 0 1 8 E 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 on ios and android is to copy and paste it wherever you need it.
How to use reversed e in CSS
Copy
// css example
span {
content: "\018E";
}
How to type reversed e in HTML
Copy
// html example
<span>Ǝ</span>
Reversed E symbol representation in programming languages
reversed e'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' |