#emoji-calendar
ID to a block element. Emoji Calendar will
automatically insert a festive emoji into the corresponding
element depending on the date and the time of year.
https://cdn.jsdelivr.net/gh/kcamcam/emoji-calendar/emoji-calendar.js
#emoji-calendar
<script src="https://cdn.jsdelivr.net/gh/kcamcam/emoji-calendar/emoji-calendar.js"></script>
insertEmoji("🙂");
after the script.
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <body> <span id="emoji-calendar">📆</span> <script src="https://cdn.jsdelivr.net/gh/kcamcam/emoji-calendar/emoji-calendar.js"></script> <script> // Optional for a custom emoji insertEmoji("🙂"); </script> </body> </html>
font-size
for an emoji is 8em
.
I have clue why 🤔
charset=UTF-8
in the <head>
section if not
most emojis wont get rendered.