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

Save as Private