HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021F4"; } </style> </head> <body> <p>Right Arrow With Small Circle using Hexa Decimal: &#x21f4;</p> <p>Right Arrow With Small Circle using HTML Code: &#8692;</p> <p id="point">Right Arrow With Small Circle using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private