HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0279D"; } </style> </head> <body> <p>Triangle Headed Right Arrow using Hexa Decimal: &#x279D;</p> <p>Triangle Headed Right Arrow using HTML Code: &#10141;</p> <p id="point">Triangle Headed Right Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private