Emoji set

Android emoji, on any page

Google's Noto Color Emoji, as shipped on current Android. The set that redesigned the blobs away, and the default on most Linux servers — which is why so much of the web is accidentally rendered in it.

emoji_set: "android" Ships on Android and Google products
emoji_set: "android" Android
A page rendered with the Android emoji set
When to pick it
Android-facing product shots, and anywhere you want the picture to match what a Pixel would draw.
Why it is not just CSS
Nothing in a stylesheet can produce a glyph the machine does not have. The only way to render Android 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 Android

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

The other sets

Render your page with Android emoji

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