HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02678"; } </style> </head> <body> <p>Recycling Symbol For Type-6 Plastics using Hexa Decimal: &#x2678;</p> <p>Recycling Symbol For Type-6 Plastics using HTML Code: &#9848;</p> <p id="point">Recycling Symbol For Type-6 Plastics using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private