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

Save as Private