HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022D1"; } </style> </head> <body> <p>Double Superset using Hexa Decimal: &#x22D1;</p> <p>Double Superset using HTML Code: &#8913;</p> <p>Double Superset using HTML Entity: &Sup;</p> <p id="point">Double Superset using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private