HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021B5"; } </style> </head> <body> <p>Down Arrow With Corner Left using Hexa Decimal: &#x21b5;</p> <p>Down Arrow With Corner Left using HTML Code: &#8629;</p> <p>Down Arrow With Corner Left using HTML Entity: &crarr;</p> <p id="point">Down Arrow With Corner Left using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private