HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0027C"; } </style> </head> <body> <p>Lowercase r long leg using Hexa Decimal: &#x027C;</p> <p>Lowercase r long leg using HTML Code: &#636;</p> <p id="point">Lowercase r long leg using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private