Latin Capital Letter Open E

Ɛ

Shortcodes

Copy and paste codes for Latin Capital Letter Open E symbol Ɛ to use in your websites, apps, blogs, and more.

Unicode
U+0190
HTML Code
Ɛ
HEX Code
Ɛ
CSS Code
\190
JS/JSON
\u0190
Unix/C/PHP/JAVA
0x190
URL-encode
%C6%90
copied

Customize Ɛ Symbol

Customize Ɛ symbol as you like and download Latin Capital Letter Open E as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Ɛ
 

How to type Latin Capital Letter Open E symbol Ɛ ?

  • You can try inserting Latin Capital Letter Open E symbol using these system tools:
    • Mac Character Viewer (Control + Command + Space)
    • Windows Emoji/Symbol Picker (Win + .)
    • Windows Character Map (charmap.exe)
  • Note: These tools may not include all Unicode symbols
  • Copy and paste the Ɛ symbol directly from this website.
  • Use provided codes for Latin Capital Letter Open E symbol where they are supported.

How to add Latin Capital Letter Open E symbol in HTML, CSS, and JS?

HTML Methods:

1. Direct Symbol:
<span>Ɛ</span>
2. HTML Decimal Code:
<span>&#400;</span>
3. Hexadecimal Code:
<span>&#x0190;</span>
Preview: Ɛ

CSS Method:

.symbol::before {
    content: '\\190';
}
Preview: Symbol

JavaScript Methods:

1. Direct Symbol:
document.querySelector('.symbol').textContent = 'Ɛ';
2. Unicode Escape:
document.querySelector('.symbol').textContent = '\u0190';
Preview: Ɛ