Greek Small Letter Eta

η

Shortcodes

Copy and paste codes for Greek Small Letter Eta symbol η to use in your websites, apps, blogs, and more.

Unicode
U+03B7
HTML Code
η
HTML Entity
η
HEX Code
η
CSS Code
\03B7
JS/JSON
\u03B7
Unix/C/PHP/JAVA
0x03B7
URL-encode
%CE%B7
copied

Customize Greek Small Letter Eta Symbol

Customize η symbol as you like and download Greek Small Letter Eta 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 Small Letter Eta symbol in HTML, CSS, and JS?

Insert η Greek Small Letter Eta using HTML

1. Copy-paste Greek Small Letter Eta directly:
<span>η</span>
2. HTML Decimal Code:
<span>&#951;</span>
3. HTML Entity:
<span>&eta;</span>
4. Hexadecimal Code:
<span>&#x3B7;</span>
Preview: η

Add Greek Small Letter Eta symbol with CSS

.greek-small-letter-eta::before {
    content: '\\03B7';
}
Preview: Greek Small Letter Eta

Greek Small Letter Eta JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-small-letter-eta').textContent = 'η';
2. Unicode Escape for η:
document.querySelector('.greek-small-letter-eta').textContent = '\u03B7';
Preview: η