| Symbol Name | Orca |
| Unicode Version | 17.0 |
| Unicode | U+1FACD |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1FACD |
| Hex Code | 0x1FACD |
| HTML Code | 🫍 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | |
| URL encode (UTF-8 percent) | %F0%9F%AB%8D |
| Spoken / screen reader name | Orca |
| UTF-8 | F0 9F AB 8D |
| UTF-16 | D83E DECD |
| UTF-32 | 0001FACD |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the orca symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Animals & Nature in emoji keyboard.
Edit → Emoji & Symbols, search "orca".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "orca".
Emoji keyboard → Animals; search "orca".
1span.orca::before { content: "\1FACD"; } /* prefer inline grapheme for ZWJ */1<span>🫍</span>Orca symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDECD' or String.fromCodePoint(0x1FACD) |
| Python | '\N{ORCA}' |
| Rust | '\u{1FACD}' |
| Swift | "\u{1FACD}" |
| Go | string(rune(0x1FACD)) |
| Ruby | "\u{1FACD}" |