HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0262D"; } </style> </head> <body> <p>Hammer and Sickle using Hexa Decimal: &#x262D;</p> <p>Hammer and Sickle using HTML Code: &#9773;</p> <p id="point">Hammer and Sickle using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private