HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0290D"; } </style> </head> <body> <p>Right Double Dash Arrow using Hexa Decimal: &#x290D;</p> <p>Right Double Dash Arrow using HTML Code: &#10509;</p> <p>Right Double Dash Arrow using HTML Entity: &rbarr;</p> <p id="point">Right Double Dash Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private