HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022D0"; } </style> </head> <body> <p>Double Subset using Hexa Decimal: &#x22D0;</p> <p>Double Subset using HTML Code: &#8912;</p> <p>Double Subset using HTML Entity: &Sub;</p> <p id="point">Double Subset using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private