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

Save as Private