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

Save as Private