Latin Small Letter E With Circumflex

ê

Shortcodes

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

Unicode
U+00EA
Alt Code
234
HTML Code
ê
HTML Entity
ê
HEX Code
ê
CSS Code
\0EA
JS/JSON
\u00EA
Unix/C/PHP/JAVA
0xEA
URL-encode
%C3%AA
copied

Customize Latin Small Letter E With Circumflex Symbol

Customize ê symbol as you like and download Latin Small Letter E With Circumflex 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 Small Letter E With Circumflex symbol ê ?

Using Latin Small Letter E With Circumflex Alt Code:

You can type the Latin Small Letter E With Circumflex symbol ê using your keyboard by using the Alt Code for Latin Small Letter E With Circumflex. Before you begin, ensure that your Num Lock is turned on, and use the Numpad to type the code. Then, follow these simple steps:

  1. Hold down the Alt key on your keyboard.
  2. Type the number 234 using the Numpad.
  3. Release the Alt key.

This will make the ê appear on your screen.

How to add Latin Small Letter E With Circumflex symbol in HTML, CSS, and JS?

Insert ê Latin Small Letter E With Circumflex using HTML

1. Copy-paste Latin Small Letter E With Circumflex directly:
<span>ê</span>
2. HTML Decimal Code:
<span>&#234;</span>
3. HTML Entity:
<span>&ecirc;</span>
4. Hexadecimal Code:
<span>&#x00EA;</span>
Preview: ê

Add Latin Small Letter E With Circumflex symbol with CSS

.latin-small-letter-e-with-circumflex::before {
    content: '\\0EA';
}
Preview: Latin Small Letter E With Circumflex

Latin Small Letter E With Circumflex JavaScript Code

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