HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02976"; } </style> </head> <body> <p>Less Than Above Left Arrow using Hexa Decimal: &#x2976;</p> <p>Less Than Above Left Arrow using HTML Code: &#10614;</p> <p>Less Than Above Left Arrow using HTML Entity: &ltlarr;</p> <p id="point">Less Than Above Left Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private