HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022AC"; } </style> </head> <body> <p>Does Not Prove using Hexa Decimal: &#x22AC;</p> <p>Does Not Prove using HTML Code: &#8876;</p> <p>Does Not Prove using HTML Code: &nvdash;</p> <p id="point">Does Not Prove using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private