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

Save as Private