Latin Small Letter E With Ogonek

ę

Shortcodes

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

Unicode
U+0119
HTML Code
ę
HEX Code
ę
CSS Code
\119
JS/JSON
\u0119
Unix/C/PHP/JAVA
0x119
URL-encode
%C4%99
copied

Customize Latin Small Letter E With Ogonek Symbol

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

Insert ę Latin Small Letter E With Ogonek using HTML

1. Copy-paste Latin Small Letter E With Ogonek directly:
<span>ę</span>
2. HTML Decimal Code:
<span>&#281;</span>
3. Hexadecimal Code:
<span>&#x0119;</span>
Preview: ę

Add Latin Small Letter E With Ogonek symbol with CSS

.latin-small-letter-e-with-ogonek::before {
    content: '\\119';
}
Preview: Latin Small Letter E With Ogonek

Latin Small Letter E With Ogonek JavaScript Code

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