HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\027F8"; } </style> </head> <body> <p>Long Left Double Arrow using Hexa Decimal: &#x27F8;</p> <p>Long Left Double Arrow using HTML Code: &#10232;</p> <p>Long Left Double Arrow using HTML Entity: &xlArr;</p> <p id="point">Long Left Double Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private