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