HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\027FF"; } </style> </head> <body> <p>Long Right Squiggle Arrow using Hexa Decimal: &#x27FF;</p> <p>Long Right Squiggle Arrow using HTML Code: &#10239;</p> <p>Long Right Squiggle Arrow using HTML Entity: &dzigrarr;</p> <p id="point">Long Right Squiggle Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private