HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021B3"; } </style> </head> <body> <p>Down Arrow With Tip Right using Hexa Decimal: &#x21b3;</p> <p>Down Arrow With Tip Right using HTML Code: &#8627;</p> <p>Down Arrow With Tip Right using HTML Entity: &rdsh;</p> <p id="point">Down Arrow With Tip Right using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private