Emoji set

Apple emoji, on any page

Apple Color Emoji — the glyphs most people picture when they picture an emoji, because most people compose them on a phone that draws these.

emoji_set: "apple" Ships on iOS, iPadOS and macOS
emoji_set: "apple" Apple
A page rendered with the Apple emoji set
When to pick it
Anything whose audience is on iPhone, and any mockup that has to look like a real iOS screen.
Why it is not just CSS
Nothing in a stylesheet can produce a glyph the machine does not have. The only way to render Apple 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 Apple

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": "apple"}' \
  -o apple.png

The other sets

Render your page with Apple emoji

A hundred webshots a month on the free plan, no card. One parameter changes the browser.