Latin Small Letter A With Macron

ā

Shortcodes

Copy and paste codes for Latin Small Letter A With Macron symbol ā to use in your websites, apps, blogs, and more.

Unicode
U+0101
HTML Code
ā
HEX Code
ā
CSS Code
\101
JS/JSON
\u0101
Unix/C/PHP/JAVA
0x101
URL-encode
%C4%81
copied

Customize Latin Small Letter A With Macron Symbol

Customize ā symbol as you like and download Latin Small Letter A With Macron 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 A With Macron symbol in HTML, CSS, and JS?

Insert ā Latin Small Letter A With Macron using HTML

1. Copy-paste Latin Small Letter A With Macron directly:
<span>ā</span>
2. HTML Decimal Code:
<span>&#257;</span>
3. Hexadecimal Code:
<span>&#x0101;</span>
Preview: ā

Add Latin Small Letter A With Macron symbol with CSS

.latin-small-letter-a-with-macron::before {
    content: '\\101';
}
Preview: Latin Small Letter A With Macron

Latin Small Letter A With Macron JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-a-with-macron').textContent = 'ā';
2. Unicode Escape for ā:
document.querySelector('.latin-small-letter-a-with-macron').textContent = '\u0101';
Preview: ā