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

Save as Private