Latin Small Letter Closed Open E

ʚ

Shortcodes

Copy and paste codes for Latin Small Letter Closed Open E symbol ʚ to use in your websites, apps, blogs, and more.

Unicode
U+029A
HTML Code
ʚ
HEX Code
ʚ
CSS Code
\29A
JS/JSON
\u029A
Unix/C/PHP/JAVA
0x29A
URL-encode
%CA%9A
copied

Customize Latin Small Letter Closed Open E Symbol

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

Insert ʚ Latin Small Letter Closed Open E using HTML

1. Copy-paste Latin Small Letter Closed Open E directly:
<span>ʚ</span>
2. HTML Decimal Code:
<span>&#666;</span>
3. Hexadecimal Code:
<span>&#x029A;</span>
Preview: ʚ

Add Latin Small Letter Closed Open E symbol with CSS

.latin-small-letter-closed-open-e::before {
    content: '\\29A';
}
Preview: Latin Small Letter Closed Open E

Latin Small Letter Closed Open E JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-closed-open-e').textContent = 'ʚ';
2. Unicode Escape for ʚ:
document.querySelector('.latin-small-letter-closed-open-e').textContent = '\u029A';
Preview: ʚ