HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022AD"; } </style> </head> <body> <p>Not True using Hexa Decimal: &#x22AD;</p> <p>Not True using HTML Code: &#8877;</p> <p>Not True using HTML Entity: &nvDash;</p> <p id="point">Not True using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private