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

Save as Private