HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00139"; } </style> </head> <body> <p>Uppercase L Acute using Hexa Decimal: &#x0139;</p> <p>Uppercase L Acute using HTML Code: &#313;</p> <p>Uppercase L Acute using HTML Entity: &Lacute;</p> <p id="point">Uppercase L Acute using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private