move to steer · hold / space to warp · the original, reborn ♥
About this experiment
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.
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.
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.
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.
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.
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.