This is the plain, generic fish — a side-on silhouette, encoded at U+1F41F in Unicode 6.0. The "generic" matters, because the emoji set gives you several fish and they aren't interchangeable: the brightly striped tropical fish is its own character, as are the puffed-up blowfish and the fishing-rod-with-catch. Reach for 🐟 when you mean fish in the everyday sense — the animal, the food, the zodiac, the pet in a bowl.
Beyond the literal, it does a fair amount of idiomatic work. It shows up for "something smells fishy," for Pisces, for a Friday fish-fry or sushi talk, and occasionally as a stand-in for the Christian ichthys. None of that is baked into the character; it's all context layered onto a fairly neutral picture, which is part of why the generic fish stays broadly useful while the fancier ones stay niche.
Platform rendering is the thing to watch. Most vendors draw a bluish or orange fish, but the exact colour and apparent species differ across Apple, Google, and the rest, so a 🐟 that looks like a goldfish on one phone can look like a mackerel on another. If a specific look matters — a clownfish, say — the dedicated tropical version travels more predictably than hoping the plain fish renders the way you pictured it.
About Fish
Fish is the Unicode character 🐟 at codepoint U+1F41F in the Miscellaneous Symbols and Pictographs block of the Supplementary Multilingual Plane (SMP).
Technical Reference
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Fish
To use the Fish symbol (🐟) in HTML, insert the
entity 🐟 directly into your markup. The decimal entity 🐟 works in any HTML-serialised document.
In CSS pseudo-elements use content: '\1F41F';.
In JavaScript and TypeScript the escape '\u{1F41F}' evaluates to 🐟. In Python source, write '\U0001F41F'.
The character encodes to F0 9F 90 9F as UTF-8 bytes and D83D DC1F as UTF-16 code units. Its decimal codepoint is 128031.
This is a fully-qualified emoji and should render with colour on iOS, Android, Windows and macOS. Appearance may vary between platforms, but the underlying codepoint is identical everywhere.