HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02113"; } </style> </head> <body> <p>Lowercase l script small using Hexa Decimal: &#x2113;</p> <p>Lowercase l script small using HTML Code: &#8467;</p> <p>Lowercase l script small using HTML Entity: &ell;</p> <p id="point">Lowercase l script small using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private