Latin Small Letter A With Breve And Hook Above
ẳ
Shortcodes
Copy useful codes for latin small letter a with breve and hook above symbol ẳ to use in websites, apps, blogs, and docs.
Unicode
U+1EB3 HTML Code
ẳ HEX Code
ẳ CSS Code
\1EB3 JS/JSON
\u1EB3 Unix/C/PHP/JAVA
0x1EB3 URL-encode
%E1%BA%B3 Customize Latin Small Letter A With Breve And Hook Above
Customize ẳ, download it as SVG or PNG, or copy the generated HTML snippet.
ẳ
How to use Latin Small Letter A With Breve And Hook Above 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-a-with-breve-and-hook-above::before {
content: '\\1EB3';
} Set it in JavaScript
document.querySelector('.latin-small-letter-a-with-breve-and-hook-above').textContent = 'ẳ';