HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02224"; } </style> </head> <body> <p>Does Not Divide using Hexa Decimal: &#x2224;</p> <p>Does Not Divide using HTML Code: &#8740;</p> <p>Does Not Divide using HTML Entity: &nmid;</p> <p id="point">Does Not Divide using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private