HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022E9"; } </style> </head> <body> <p>Succeeds But Not Equivalent To using Hexa Decimal: &#x22E9;</p> <p>Succeeds But Not Equivalent To using HTML Code: &#8937;</p> <p>Succeeds But Not Equivalent To using HTML Entity: &scnsim;</p> <p id="point">Succeeds But Not Equivalent To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private