HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0201A"; } </style> </head> <body> <p>Single Low 9 Quotation Mark using Hexa Decimal: &#x201A;</p> <p>Single Low 9 Quotation Mark using HTML Code: &#8218;</p> <p>Single Low 9 Quotation Mark using HTML Entity: &sbquo;</p> <p id="point">Single Low 9 Quotation Mark using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private