HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0034D"; } </style> </head> <body> <p>Left Right Arrow Below using Hexa Decimal: &#x034D;</p> <p>Left Right Arrow Below using HTML Code: &#845;</p> <p id="point">Left Right Arrow Below using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private