HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021A0"; } </style> </head> <body> <p>Right Two Headed Arrow using Hexa Decimal: &#x21a0;</p> <p>Right Two Headed Arrow using HTML Code: &#8608;</p> <p>Right Two Headed Arrow using HTML Entity: &Rarr;</p> <p id="point">Right Two Headed Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private