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