| Symbol Name | Honeybee |
| Unicode Version | 0.6 |
| Unicode | U+1F41D |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F41D |
| Hex Code | 0x1F41D |
| HTML Code | 🐝 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🐝 |
| URL encode (UTF-8 percent) | %F0%9F%90%9D |
| Discord / Slack shortcode | :bee: |
| GitHub shortcode | :bee: |
| Spoken / screen reader name | Honeybee |
| UTF-8 | F0 9F 90 9D |
| UTF-16 | D83D DC1D |
| UTF-32 | 0001F41D |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the honeybee 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 "honeybee".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "honeybee".
Emoji keyboard → Animals; search "honeybee".
1span.honeybee::before { content: "\1F41D"; } /* prefer inline grapheme for ZWJ */1<span>🐝</span>Honeybee symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDC1D' or String.fromCodePoint(0x1F41D) |
| Python | '\N{HONEYBEE}' |
| Rust | '\u{1F41D}' |
| Swift | "\u{1F41D}" |
| Go | string(rune(0x1F41D)) |
| Ruby | "\u{1F41D}" |