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

Save as Private