HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021EA"; } </style> </head> <body> <p>Up White Arrow From Bar using Hexa Decimal: &#x21ea;</p> <p>Up White Arrow From Bar using HTML Code: &#8682;</p> <p id="point">Up White Arrow From Bar using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private