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

Save as Private