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