HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00226"; } </style> </head> <body> <p>Uppercase A Above Dot using Hexa Decimal: &#x0226;</p> <p>Uppercase A Above Dot using HTML Code: &#550;</p> <p id="point">Uppercase A Above Dot using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private