HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02908"; } </style> </head> <body> <p>Down Arrow With Horizontal Stroke using Hexa Decimal: &#x2908;</p> <p>Down Arrow With Horizontal Stroke using HTML Code: &#10504;</p> <p id="point">Down Arrow With Horizontal Stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private