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

Save as Private