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

Save as Private