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

Save as Private