HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02018"; } </style> </head> <body> <p>Left Single Quotation Mark using Hexa Decimal: &#x2018;</p> <p>Left Single Quotation Mark using HTML Code: &#8216;</p> <p>Left Single Quotation Mark using HTML Entity: &lsquo;</p> <p id="point">Left Single Quotation Mark using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private