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

Save as Private