Emoji tests

unicode

📫🥳🫣🤩

CDN
Local images
My best guess:
  1. Use CDN
  2. Use emoji unicode as alt (alt will not be same size unless we use hacky css) 📫
  3. Create component
    1. [Required input]: Unicode
    2. [Optional input]: Size -> enum
    3. Renders emoji with unicode as fallback
    4. As emojis are always same (enum) sizes, -> reserve spacing to prevent cumulative layout shift during load times
    5. maybe use preloading