HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02926"; } </style> </head> <body> <p>South West Arrow With Hook using Hexa Decimal: &#x2926;</p> <p>South West Arrow With Hook using HTML Code: &#10534;</p> <p>South West Arrow With Hook using HTML Entity: &swarhk;</p> <p id="point">South West Arrow With Hook using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private