| Symbol Name | Service Dog |
| Unicode Version | 12.0 |
| Unicode | U+1F415 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F415 |
| Hex Code | 0x1F415 |
| HTML Code | 🐕‍🦺 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🐕🦺 |
| URL encode (UTF-8 percent) | %F0%9F%90%95%E2%80%8D%F0%9F%A6%BA |
| Discord / Slack shortcode | :dog2: |
| GitHub shortcode | :dog2: |
| Spoken / screen reader name | Service Dog |
This emoji is formed from multiple code points (including zero-width joiner U+200D). Copy individual components or use the full sequence as one character.
| 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}You can type the service dog 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 "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>Service Dog symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1F415, 0x200D, 0x1F9BA) |
| Python | '\N{SERVICE DOG}' |
| Rust | '\u{1F415}' |
| Swift | "\u{1F415}" |
| Go | string(rune(0x1F415)) |
| Ruby | "\u{1F415}" |