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

Save as Private