HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0262A"; } </style> </head> <body> <p>Star and Crescent using Hexa Decimal: &#x262A;</p> <p>Star and Crescent using HTML Code: &#9770;</p> <p id="point">Star and Crescent using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private