| Nombre del símbolo | Bug |
| Versión Unicode | 0.6 |
| Unicode | U+1F41B |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F41B |
| Código hexadecimal | 0x1F41B |
| Código HTML | 🐛 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🐛 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%90%9B |
| Nombre oral / lector de pantalla | Bug |
| UTF-8 | F0 9F 90 9B |
| UTF-16 | D83D DC1B |
| UTF-32 | 0001F41B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo bug en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Animals & Nature in emoji keyboard.
Edit → Emoji & Symbols, search "bug".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "bug".
Emoji keyboard → Animals; search "bug".
1span.bug::before { content: "\1F41B"; } /* prefer inline grapheme for ZWJ */1<span>🐛</span>La representación del símbolo Bug en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDC1B' or String.fromCodePoint(0x1F41B) |
| Python | '\N{BUG}' |
| Rust | '\u{1F41B}' |
| Swift | "\u{1F41B}" |
| Go | string(rune(0x1F41B)) |
| Ruby | "\u{1F41B}" |