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

Save as Private