HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02242"; } </style> </head> <body> <p>Minus Tilde using Hexa Decimal: &#x2242;</p> <p>Minus Tilde using HTML Code: &#8770;</p> <p>Minus Tilde using HTML Entity: &esim;</p> <p id="point">Minus Tilde using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private