HTML Entity/SymbolÄ(LATIN CAPITAL LETTER A WITH DIAERESIS )

Ä
Copy this symbol

LATIN CAPITAL LETTER A WITH DIAERESIS

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

Ä
Ä
U+000C4
\00c4
Ä

HTML Examples

Using HTML Code value in HTML file

<span> &#196; </span>

Using HTML Entity value in HTML file

<span> &Auml; </span>

CSS Example

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

span { 
    content: "\00c4";
}
All HTML Symbols