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

Save as Private