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

Save as Private