HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02223"; } </style> </head> <body> <p>Divides using Hexa Decimal: &#x2223;</p> <p>Divides using HTML Code: &#8739;</p> <p>Divides using HTML Entity: &mid;</p> <p id="point">Divides using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private