| Nombre del símbolo | Goose |
| Versión Unicode | 15.0 |
| Unicode | U+1FABF |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1FABF |
| Código hexadecimal | 0x1FABF |
| Código HTML | 🪿 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🪿 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%AA%BF |
| Nombre oral / lector de pantalla | Goose |
| UTF-8 | F0 9F AA BF |
| UTF-16 | D83E DEBF |
| UTF-32 | 0001FABF |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo goose en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Animals & Nature in emoji keyboard.
Edit → Emoji & Symbols, search "goose".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "goose".
Emoji keyboard → Animals; search "goose".
1span.goose::before { content: "\1FABF"; } /* prefer inline grapheme for ZWJ */1<span>🪿</span>La representación del símbolo Goose en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDEBF' or String.fromCodePoint(0x1FABF) |
| Python | '\N{GOOSE}' |
| Rust | '\u{1FABF}' |
| Swift | "\u{1FABF}" |
| Go | string(rune(0x1FABF)) |
| Ruby | "\u{1FABF}" |