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

Save as Private