| Symbol Name | Moose |
| Unicode Version | 15.0 |
| Unicode | U+1FACE |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1FACE |
| Hex Code | 0x1FACE |
| HTML Code | 🫎 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🫎 |
| URL encode (UTF-8 percent) | %F0%9F%AB%8E |
| Spoken / screen reader name | 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}You can type the moose symbol on most modern devices with the help of following methods:
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>Moose symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDECE' or String.fromCodePoint(0x1FACE) |
| Python | '\N{MOOSE}' |
| Rust | '\u{1FACE}' |
| Swift | "\u{1FACE}" |
| Go | string(rune(0x1FACE)) |
| Ruby | "\u{1FACE}" |