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

Save as Private