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

Save as Private