HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0013A"; } </style> </head> <body> <p>Lowercase l acute using Hexa Decimal: &#x013A;</p> <p>Lowercase l acute using HTML Code: &#314;</p> <p>Lowercase l acute using HTML Code: &lacute;</p> <p id="point">Lowercase l acute using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private