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

Save as Private