HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0270F"; } </style> </head> <body> <p>Pencil using Hexa Decimal: &#x270F;</p> <p>Pencil using HTML Code: &#9999;</p> <p id="point">Pencil using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private