| Nom du symbole | Steaming Bowl |
| Version Unicode | 0.6 |
| Unicode | U+1F35C |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1F35C |
| Code hexadécimal | 0x1F35C |
| Code HTML | 🍜 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🍜 |
| Encodage URL (pourcent UTF-8) | %F0%9F%8D%9C |
| Raccourci Discord / Slack | :ramen: |
| Raccourci GitHub | :ramen: |
| Nom oral / lecteur d’écran | Steaming Bowl |
| UTF-8 | F0 9F 8D 9C |
| UTF-16 | D83C DF5C |
| UTF-32 | 0001F35C |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole steaming bowl sur la plupart des appareils modernes avec les méthodes suivantes :
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Food & Drink in emoji keyboard.
Edit → Emoji & Symbols, search "steaming bowl".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Food & Drink, or search "steaming bowl".
Emoji keyboard → Food; search "steaming bowl".
1span.steaming-bowl::before { content: "\1F35C"; } /* prefer inline grapheme for ZWJ */1<span>🍜</span>La représentation du symbole Steaming Bowl dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDF5C' or String.fromCodePoint(0x1F35C) |
| Python | '\N{STEAMING BOWL}' |
| Rust | '\u{1F35C}' |
| Swift | "\u{1F35C}" |
| Go | string(rune(0x1F35C)) |
| Ruby | "\u{1F35C}" |