HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00100"; } </style> </head> <body> <p>Uppercase A Macron using Hexa Decimal: &#x0100;</p> <p>Uppercase A Macron using HTML Code: &#256;</p> <p>Uppercase A Macron using HTML Entity: &Amacr;</p> <p id="point">Uppercase A Macron using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private