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