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