HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\002A2"; } </style> </head> <body> <p>Question Mark Reversed Stop Stroke using Hexa Decimal: &#x02A2;</p> <p>Question Mark Reversed Stop Stroke using HTML Code: &#674;</p> <p id="point">Question Mark Reversed Stop Stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private