HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02935"; } </style> </head> <body> <p>Arrow Pointing Right Then Curving Down using Hexa Decimal: &#x2935;</p> <p>Arrow Pointing Right Then Curving Down using HTML Code: &#10549;</p> <p>Arrow Pointing Right Then Curving Down using HTML Entity: &cudarrr;</p> <p id="point">Arrow Pointing Right Then Curving Down using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private