Latin Small Letter A With Hook Above

Shortcodes

Copy useful codes for latin small letter a with hook above symbol ả to use in websites, apps, blogs, and docs.

Unicode
U+1EA3
HTML Code
ả
HEX Code
ả
CSS Code
\1EA3
JS/JSON
\u1EA3
Unix/C/PHP/JAVA
0x1EA3
URL-encode
%E1%BA%A3

Customize Latin Small Letter A With Hook Above

Customize ả, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Latin Small Letter A With Hook Above Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ả</span>
HTML Code:
<span>&#7843;</span>
HEX Code:
<span>&#x1EA3;</span>

Add with CSS

.latin-small-letter-a-with-hook-above::before {
  content: '\\1EA3';
}

Set it in JavaScript

document.querySelector('.latin-small-letter-a-with-hook-above').textContent = 'ả';
copied