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

Save as Private