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

Save as Private