HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0279C"; } </style> </head> <body> <p>Heavy Round Tipped Right Arrow using Hexa Decimal: &#x279C;</p> <p>Heavy Round Tipped Right Arrow using HTML Code: &#10140;</p> <p id="point">Heavy Round Tipped Right Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private