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

Save as Private