| Nombre del símbolo | Moose |
| Versión Unicode | 15.0 |
| Unicode | U+1FACE |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1FACE |
| Código hexadecimal | 0x1FACE |
| Código HTML | 🫎 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🫎 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%AB%8E |
| Nombre oral / lector de pantalla | Moose |
| UTF-8 | F0 9F AB 8E |
| UTF-16 | D83E DECE |
| UTF-32 | 0001FACE |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo moose 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 "moose".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "moose".
Emoji keyboard → Animals; search "moose".
1span.moose::before { content: "\1FACE"; } /* prefer inline grapheme for ZWJ */1<span>🫎</span>La representación del símbolo Moose en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDECE' or String.fromCodePoint(0x1FACE) |
| Python | '\N{MOOSE}' |
| Rust | '\u{1FACE}' |
| Swift | "\u{1FACE}" |
| Go | string(rune(0x1FACE)) |
| Ruby | "\u{1FACE}" |