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