HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02017"; } </style> </head> <body> <p>Double Low Line Math using Hexa Decimal: &#x2017;</p> <p>Double Low Line Math using HTML Code: &#8215;</p> <p id="point">Double Low Line Math using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private