HTML Entity/SymbolĀ(LATIN CAPITAL LETTER A WITH MACRON )

Ā
Copy this symbol

LATIN CAPITAL LETTER A WITH MACRON

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

Ā
Ā
U+00100
\0100
Ā

HTML Examples

Using HTML Code value in HTML file

<span> &#256; </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: "\0100";
}
All HTML Symbols