HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02216"; } </style> </head> <body> <p>Set Minus using Hexa Decimal: &#x2216;</p> <p>Set Minus using HTML Code: &#8726;</p> <p>Set Minus using HTML Entity: &setminus;</p> <p id="point">Set Minus using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private