HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021E0"; } </style> </head> <body> <p>Left Dashed Arrow using Hexa Decimal: &#x21e0;</p> <p>Left Dashed Arrow using HTML Code: &#8672;</p> <p id="point">Left Dashed Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private