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