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

Save as Private