HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0267C"; } </style> </head> <body> <p>Recycled Paper Symbol using Hexa Decimal: &#x267C;</p> <p>Recycled Paper Symbol using HTML Code: &#9852;</p> <p id="point">Recycled Paper Symbol using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private