HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0290A"; } </style> </head> <body> <p>Up Triple Arrow using Hexa Decimal: &#x290A;</p> <p>Up Triple Arrow using HTML Code: &#10506;</p> <p id="point">Up Triple Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private