Greek Capital Letter Eta

Η

Shortcodes

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

Unicode
U+0397
HTML Code
Η
HEX Code
Η
CSS Code
\0397
JS/JSON
\u0397
Unix/C/PHP/JAVA
0x0397
URL-encode
%CE%97
copied

Customize Greek Capital Letter Eta Symbol

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

Insert Η Greek Capital Letter Eta using HTML

1. Copy-paste Greek Capital Letter Eta directly:
<span>Η</span>
2. HTML Decimal Code:
<span>&#919;</span>
3. Hexadecimal Code:
<span>&#x397;</span>
Preview: Η

Add Greek Capital Letter Eta symbol with CSS

.greek-capital-letter-eta::before {
    content: '\\0397';
}
Preview: Greek Capital Letter Eta

Greek Capital Letter Eta JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-eta').textContent = 'Η';
2. Unicode Escape for Η:
document.querySelector('.greek-capital-letter-eta').textContent = '\u0397';
Preview: Η