HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0263D"; } </style> </head> <body> <p>First Quarter Moon using Hexa Decimal: &#x263D;</p> <p>First Quarter Moon using HTML Code: &#9789;</p> <p id="point">First Quarter Moon using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private