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