Emoji Zone — an infinite emoji playground: roam the wall, stand in the rain, or dive the vortex

← exit

move to steer · hold / space to warp · the original, reborn ♥

about ↓

About this experiment

Emoji Zone: an infinite emoji vortex, reborn

A free browser toy that revives the legendary emoji.zone — a blind dive through a tunnel of 1,900+ emoji — plus two new scenes it never had.

Around 2014, the New York design studio OKFocus put a strange little website on the internet at emoji.zone. There was no menu, no sign-up, no explanation — just emoji streaming past you as if you were flying a cockpit through an asteroid field made of 😂 and 🍕. Moving your cursor tilted the view. That was the whole site, and it was perfect. At some point it quietly went offline, and a small corner of the web lost one of its purest toys.

This page is a loving, from-scratch tribute. The default scene — the vortex — recreates that original blind dive: emoji rush toward you out of the dark, your pointer steers the vanishing point, and holding click (or pressing space) kicks the whole tunnel into hyperspeed. Two extra scenes, the wall and the rain, are new twists the original never had.

The three scenes

Vortexis the faithful revival. A few hundred emoji are scattered through a virtual tunnel and pulled past the camera on every frame. Perspective is simulated by dividing each particle's position by its depth, so near emoji balloon across the screen while distant ones shrink to specks. Move your pointer to bend the dive; hold click or space to warp.

Wallis an endless, deterministic field of emoji — scroll or drag in any direction forever and you will never hit an edge. Each grid cell's emoji is picked by a hash of its coordinates, so the same spot always shows the same emoji: it is a real infinite place, not random noise. Hovering blooms the emoji under your cursor like a magnifying lens, and clicking sends a ripple pulsing across the field.

Rain is the calm one: a steady downpour of emoji drifting from the top of the screen. Moving your pointer left or right bends the fall like wind, and holding click or space turns drizzle into a torrent.

Every emoji, all 1,900+ of them

The palette ships the complete Unicode 16.0 emoji set — everything from the classic smileys through the newest additions like the shaking face and the leafless tree — with skin-tone variants collapsed to one base glyph each. The shuffle button cycles between the full set and single categories: smileys, people, nature, food, travel, activities, objects, symbols, and flags. Try the flags palette in vortex mode; a tunnel of every national flag on Earth is stranger than it sounds.

How it works under the hood

Everything renders on a single HTML canvas — no WebGL, no libraries, no image sprites. Each emoji is drawn as text using your operating system's own color emoji font (Apple Color Emoji on Mac and iOS, Segoe UI Emoji on Windows, Noto Color Emoji on Android and Linux), which is why the vortex looks native to whatever device you open it on. The trails come from painting a translucent dark wash over the previous frame instead of fully clearing it — a classic demoscene motion-blur trick.

The page respects your system's reduced-motion preference: if you have it enabled, particle counts drop, spins slow down, and the motion-blur trails are replaced with clean frames.

Why keep dead websites alive?

Toys like the original emoji.zone are part of web history that disappears without ceremony — no shutdown notice, no archive, just a domain that stops resolving. A reader of this site once wrote in heartbroken that it was gone. Rebuilding it is partly nostalgia, partly preservation, and partly a reminder that the web is allowed to be pointless and joyful. Not everything needs a conversion funnel.

Frequently asked questions

Is this the original emoji.zone?
No — the original by OKFocus went offline. This is an independent tribute that recreates the vortex dive from scratch and adds two new scenes (the endless wall and the rain) that the original never had.
Does it work on mobile?
Yes. Touch drag steers the vortex, and all three scenes run on iOS Safari, Chrome for Android, and any modern mobile browser. The fullscreen button only appears on browsers that support fullscreen — iOS Safari does not, so there the toy simply fills the screen.
Is it free? Do I need an account?
Completely free, no account, no install. It is a single web page that runs entirely in your browser.
Why do emoji look different on my phone versus my laptop?
Emoji are drawn with your device’s own emoji font, so an Apple device shows Apple’s designs, Windows shows Segoe UI Emoji, and Android shows Noto Color Emoji. Same codepoints, different artwork — that is just how emoji work.
Can it trigger motion sensitivity?
The vortex is intentionally intense. If your system has "reduce motion" enabled, the page automatically calms down: fewer particles, slower movement, no motion-blur trails. The wall scene is the gentlest of the three.

The original emoji.zone was created by OKFocus and covered by Fast Company (“A Web App Where Emojis Fly At Your Face”, 2014) and Vice's Creators Project (“Travel Through An Emoji Vortex”, 2014). This tribute shares no code with the original — it is a clean-room rebuild from memory and those descriptions. Emoji data derives from the Unicode 16.0 emoji-test file.