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

Save as Private