HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02226"; } </style> </head> <body> <p>Not Parallel To using Hexa Decimal: &#x2226;</p> <p>Not Parallel To using HTML Code: &#8742;</p> <p>Not Parallel To using HTML Entity: &npar;</p> <p id="point">Not Parallel To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private