| Nombre del símbolo | Shallow Pan Of Food |
| Versión Unicode | 3.0 |
| Unicode | U+1F958 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F958 |
| Código hexadecimal | 0x1F958 |
| 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%98 |
| Nombre oral / lector de pantalla | Shallow Pan Of Food |
| UTF-8 | F0 9F A5 98 |
| UTF-16 | D83E DD58 |
| UTF-32 | 0001F958 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo shallow pan of food 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 "shallow pan of food".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Food & Drink, or search "shallow pan of food".
Emoji keyboard → Food; search "shallow pan of food".
1span.shallow-pan-of-food::before { content: "\1F958"; } /* prefer inline grapheme for ZWJ */1<span>🥘</span>La representación del símbolo Shallow Pan Of Food en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD58' or String.fromCodePoint(0x1F958) |
| Python | '\N{SHALLOW PAN OF FOOD}' |
| Rust | '\u{1F958}' |
| Swift | "\u{1F958}" |
| Go | string(rune(0x1F958)) |
| Ruby | "\u{1F958}" |