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

Save as Private