Emoji set
Samsung emoji, on any page
Samsung One UI ships its own set over Android's. On the best-selling Android handsets on earth, this — not Noto — is what a person actually sees.
emoji_set: "samsung"
Ships on Samsung Galaxy devices
emoji_set: "samsung"
Samsung
When to pick it
Design QA for a Korean or European mobile audience, where Galaxy share is high enough that the Android set is the wrong preview.
Why it is not just CSS
Nothing in a stylesheet can produce a glyph the machine does not have. The only
way to render Samsung emoji is for that font to be installed and chosen —
which is a container decision, not a request one, and is why this is eight
browsers rather than eight parameters on one.
Rendering with Samsung
The response body is the image. Change the one word to compare it against another set.
bash
curl -X POST https://webshotter.com/api/v1/webshots \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com", "emoji_set": "samsung"}' \
-o samsung.png
The other sets
Render your page with Samsung emoji
A hundred webshots a month on the free plan, no card. One parameter changes the browser.