| Nombre del símbolo | Service Dog |
| Versión Unicode | 12.0 |
| Unicode | U+1F415 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F415 |
| Código hexadecimal | 0x1F415 |
| 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%95%E2%80%8D%F0%9F%A6%BA |
| Atajo Discord / Slack | :dog2: |
| Atajo GitHub | :dog2: |
| Nombre oral / lector de pantalla | Service Dog |
Este emoji se forma con varios puntos de código (incluido el combinador de anchura cero U+200D). Copia cada parte o usa la secuencia completa como un solo carácter.
| UTF-8 | F0 9F 90 95 E2 80 8D F0 9F A6 BA |
| UTF-16 | D83D DC15 200D D83E DDBA |
| UTF-32 | 0001F415 0000200D 0001F9BA |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo service 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 "service dog".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "service dog".
Emoji keyboard → Animals; search "service dog".
1span.service-dog::before { content: "\1F415"; } /* prefer inline grapheme for ZWJ */1<span>🐕‍🦺</span>La representación del símbolo Service Dog en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1F415, 0x200D, 0x1F9BA) |
| Python | '\N{SERVICE DOG}' |
| Rust | '\u{1F415}' |
| Swift | "\u{1F415}" |
| Go | string(rune(0x1F415)) |
| Ruby | "\u{1F415}" |