Emoji set

Microsoft emoji, on any page

Segoe UI Emoji — the flat, geometric set on every Windows desktop, and therefore on most of the screens in most offices.

emoji_set: "microsoft" Ships on Windows, Teams and Office
emoji_set: "microsoft" Microsoft
A page rendered with the Microsoft emoji set
When to pick it
Documentation and product shots aimed at a desktop-Windows audience.
Why it is not just CSS
Nothing in a stylesheet can produce a glyph the machine does not have. The only way to render Microsoft 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 Microsoft

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

The other sets

Render your page with Microsoft emoji

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