HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0290E"; } </style> </head> <body> <p>Left Triple Dash Arrow using Hexa Decimal: &#x290E;</p> <p>Left Triple Dash Arrow using HTML Code: &#10510;</p> <p>Left Triple Dash Arrow using HTML Entity: &lBarr;</p> <p id="point">Left Triple Dash Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private