HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021C9"; } </style> </head> <body> <p>Right Paired Arrows using Hexa Decimal: &#x21c9;</p> <p>Right Paired Arrows using HTML Code: &#8649;</p> <p>Right Paired Arrows using HTML Entity: &rrarr;</p> <p id="point">Right Paired Arrows using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private