HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02213"; } </style> </head> <body> <p>Minus or Plus using Hexa Decimal: &#x2213;</p> <p>Minus or Plus using HTML Code: &#8723;</p> <p>Minus or Plus using HTML Entity: &mnplus;</p> <p id="point">Minus or Plus using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private