HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022A6"; } </style> </head> <body> <p>Assertion using Hexa Decimal: &#x22A6;</p> <p>Assertion using HTML Code: &#8870;</p> <p id="point">Assertion using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private