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

Save as Private