HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00320"; } </style> </head> <body> <p>Minus Sign Below using Hexa Decimal: &#x0320;</p> <p>Minus Sign Below using HTML Code: &#800;</p> <p id="point">Minus Sign Below using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private