| Nome del simbolo | Parrot |
| Versione Unicode | 11.0 |
| Unicode | U+1F99C |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F99C |
| Codice esadecimale | 0x1F99C |
| Codice HTML | 🦜 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🦜 |
| Codifica URL (percentuale UTF-8) | %F0%9F%A6%9C |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo parrot sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Parrot nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD9C' or String.fromCodePoint(0x1F99C) |
| Python | '\N{PARROT}' |
| Rust | '\u{1F99C}' |
| Swift | "\u{1F99C}" |
| Go | string(rune(0x1F99C)) |
| Ruby | "\u{1F99C}" |