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