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

Save as Private