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

Save as Private