Latin Small Letter E With Breve

ĕ

Shortcodes

Copy and paste codes for Latin Small Letter E With Breve symbol ĕ to use in your websites, apps, blogs, and more.

Unicode
U+0115
HTML Code
ĕ
HEX Code
ĕ
CSS Code
\115
JS/JSON
\u0115
Unix/C/PHP/JAVA
0x115
URL-encode
%C4%95
copied

Customize Latin Small Letter E With Breve Symbol

Customize ĕ symbol as you like and download Latin Small Letter E With Breve 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 Latin Small Letter E With Breve symbol in HTML, CSS, and JS?

Insert ĕ Latin Small Letter E With Breve using HTML

1. Copy-paste Latin Small Letter E With Breve directly:
<span>ĕ</span>
2. HTML Decimal Code:
<span>&#277;</span>
3. Hexadecimal Code:
<span>&#x0115;</span>
Preview: ĕ

Add Latin Small Letter E With Breve symbol with CSS

.latin-small-letter-e-with-breve::before {
    content: '\\115';
}
Preview: Latin Small Letter E With Breve

Latin Small Letter E With Breve JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-e-with-breve').textContent = 'ĕ';
2. Unicode Escape for ĕ:
document.querySelector('.latin-small-letter-e-with-breve').textContent = '\u0115';
Preview: ĕ