Emoji set

Blobmoji emoji, on any page

Android's original blobs, retired by Google in 2017 and kept alive by the people who never forgave them for it. Gboard still hides a few.

emoji_set: "blobmoji" Ships on Nothing, any more
emoji_set: "blobmoji" Blobmoji
A page rendered with the Blobmoji emoji set
When to pick it
Nostalgia, and any piece about how emoji rendering differs — the blobs make the point in one picture.
Why it is not just CSS
Nothing in a stylesheet can produce a glyph the machine does not have. The only way to render Blobmoji 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 Blobmoji

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

The other sets

Render your page with Blobmoji emoji

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