HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021D2"; } </style> </head> <body> <p>Right Double Arrow using Hexa Decimal: &#x21d2;</p> <p>Right Double Arrow using HTML Code: &#8658;</p> <p>Right Double Arrow using HTML Entity: &rArr;</p> <p id="point">Right Double Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private