HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000C4"; } </style> </head> <body> <p>Uppercase A Umlaut using Hexa Decimal: &#xc4;</p> <p>Uppercase A Umlaut using HTML Code: &#196;</p> <p>Uppercase A Umlaut using HTML Entity: &Auml;</p> <p id="point">Uppercase A Umlaut using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private