HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02202"; } </style> </head> <body> <p>Partial Difference using Hexa Decimal: &#x2202;</p> <p>Partial Difference using HTML Code: &#8706;</p> <p>Partial Difference using HTML Entity: &part;</p> <p id="point">Partial Difference using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private