HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0219E"; } </style> </head> <body> <p>Left Two Headed Arrow using Hexa Decimal: &#x219e;</p> <p>Left Two Headed Arrow using HTML Code: &#8606;</p> <p>Left Two Headed Arrow using HTML Entity: &Larr;</p> <p id="point">Left Two Headed Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private