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

Save as Private