Add emoji support in Node.js app

You’re right. The content you see in the screenshot is written in HTML CSS in a template I designed(not external URL). And that content is being passed to Puppeteer which is being rendered in Chrome

Now, since the environment hosted on Render doesn’t have a default font installed to render emojis it’s not being handled automatically. My question is is there any way to handle automatically, I don’t want to be installing a font or external package(which anyway seems unsupported on Render without dockerizing Install additional packages)

My assumption is the rendering engine, i.e Chrome is using the defaults of the Render machine the app is hosted on. And since the machine doesn’t have proper fonts installed, it’s not being handled. Please correct me if I’m wrong