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

Save as Private