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