HTML Entity/Symbolā(LATIN SMALL LETTER A WITH MACRON )

ā
Copy this symbol

LATIN SMALL LETTER A WITH MACRON

Click on any of the following code values to copy to clipboard.

ā
ā
U+00101
\0101
ā

HTML Examples

Using HTML Code value in HTML file

<span> &#257; </span>

Using HTML Entity value in HTML file

<span> &amacr; </span>

CSS Example

Using CSS content code of the HTML entity &amacr; to specify in a CSS file

span { 
    content: "\0101";
}
All HTML Symbols