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

Save as Private