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

Save as Private