HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02282"; } </style> </head> <body> <p>Subset Of using Hexa Decimal: &#x2282;</p> <p>Subset Of using HTML Code: &#8834;</p> <p>Subset Of using HTML Entity: &sub;</p> <p id="point">Subset Of using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private