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

Save as Private