| Nom du symbole | Curry Rice |
| Version Unicode | 0.6 |
| Unicode | U+1F35B |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1F35B |
| Code hexadécimal | 0x1F35B |
| Code HTML | 🍛 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🍛 |
| Encodage URL (pourcent UTF-8) | %F0%9F%8D%9B |
| Raccourci Discord / Slack | :curry: |
| Raccourci GitHub | :curry: |
| Nom oral / lecteur d’écran | Curry Rice |
| UTF-8 | F0 9F 8D 9B |
| UTF-16 | D83C DF5B |
| UTF-32 | 0001F35B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole curry rice 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 "curry rice".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Food & Drink, or search "curry rice".
Emoji keyboard → Food; search "curry rice".
1span.curry-rice::before { content: "\1F35B"; } /* prefer inline grapheme for ZWJ */1<span>🍛</span>La représentation du symbole Curry Rice dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDF5B' or String.fromCodePoint(0x1F35B) |
| Python | '\N{CURRY RICE}' |
| Rust | '\u{1F35B}' |
| Swift | "\u{1F35B}" |
| Go | string(rune(0x1F35B)) |
| Ruby | "\u{1F35B}" |