HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02672"; } </style> </head> <body> <p>Universal Recycling Symbol using Hexa Decimal: &#x2672;</p> <p>Universal Recycling Symbol using HTML Code: &#9842;</p> <p id="point">Universal Recycling Symbol using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private