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

Save as Private