HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0263C"; } </style> </head> <body> <p>White Sun With Rays using Hexa Decimal: &#x263C;</p> <p>White Sun With Rays using HTML Code: &#9788;</p> <p id="point">White Sun With Rays using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private