HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02704"; } </style> </head> <body> <p>White Scissors using Hexa Decimal: &#x2704;</p> <p>White Scissors using HTML Code: &#9988;</p> <p id="point">White Scissors using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private