HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02195"; } </style> </head> <body> <p>Up Down Arrow using Hexa Decimal: &#x2195;</p> <p>Up Down Arrow using HTML Code: &#8597;</p> <p>Up Down Arrow using HTML Entity: &varr;</p> <p id="point">Up Down Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private