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

Save as Private