Uppercase a With Diaeresis and Macron

Ǟ

UNICODE

U+001DE

HEX CODE

Ǟ

HTML CODE

Ǟ

HTML ENTITY


CSS CODE

\01DE
// html example
<span>&#478;</span>

// css example
span {
  content: "\01DE";
}
Ǟ