HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02798"; } </style> </head> <body> <p>Heavy South East Arrow using Hexa Decimal: &#x2798;</p> <p>Heavy South East Arrow using HTML Code: &#10136;</p> <p id="point">Heavy South East Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private