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

Save as Private