Latin Small Letter Closed Open E
ʚ
Shortcodes
Copy useful codes for latin small letter closed open e symbol ʚ to use in websites, apps, blogs, and docs.
Unicode
U+029A HTML Code
ʚ HEX Code
ʚ CSS Code
\029A JS/JSON
\u029A Unix/C/PHP/JAVA
0x29A URL-encode
%CA%9A Customize Latin Small Letter Closed Open E
Customize ʚ, download it as SVG or PNG, or copy the generated HTML snippet.
ʚ
How to use Latin Small Letter Closed Open E Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ʚ</span> HTML Code:
<span>ʚ</span> HEX Code:
<span>ʚ</span> Add with CSS
.latin-small-letter-closed-open-e::before {
content: '\\029A';
} Set it in JavaScript
document.querySelector('.latin-small-letter-closed-open-e').textContent = 'ʚ';