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

Save as Private