HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0267A"; } </style> </head> <body> <p>Recycling Symbol For Generic Materials using Hexa Decimal: &#x267A;</p> <p>Recycling Symbol For Generic Materials using HTML Code: &#9850;</p> <p id="point">Recycling Symbol For Generic Materials using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private