HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02238"; } </style> </head> <body> <p>Dot Minus using Hexa Decimal: &#x2238;</p> <p>Dot Minus using HTML Code: &#8760;</p> <p>Dot Minus using HTML Entity: &minusd;</p> <p id="point">Dot Minus using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private