Greek Capital Letter Epsilon

Ε

Shortcodes

Copy and paste codes for Greek Capital Letter Epsilon symbol Ε to use in your websites, apps, blogs, and more.

Unicode
U+0395
HTML Code
Ε
HTML Entity
Ε
HEX Code
Ε
CSS Code
\0395
JS/JSON
\u0395
Unix/C/PHP/JAVA
0x0395
URL-encode
%CE%95
copied

Customize Greek Capital Letter Epsilon Symbol

Customize Ε symbol as you like and download Greek Capital Letter Epsilon 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 add Greek Capital Letter Epsilon symbol in HTML, CSS, and JS?

Insert Ε Greek Capital Letter Epsilon using HTML

1. Copy-paste Greek Capital Letter Epsilon directly:
<span>Ε</span>
2. HTML Decimal Code:
<span>&#917;</span>
3. HTML Entity:
<span>&Epsilon;</span>
4. Hexadecimal Code:
<span>&#x395;</span>
Preview: Ε

Add Greek Capital Letter Epsilon symbol with CSS

.greek-capital-letter-epsilon::before {
    content: '\\0395';
}
Preview: Greek Capital Letter Epsilon

Greek Capital Letter Epsilon JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-epsilon').textContent = 'Ε';
2. Unicode Escape for Ε:
document.querySelector('.greek-capital-letter-epsilon').textContent = '\u0395';
Preview: Ε