| Symbol Name | Paw Prints |
| Unicode Version | 0.6 |
| Unicode | U+1F43E |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F43E |
| Hex Code | 0x1F43E |
| HTML Code | 🐾 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🐾 |
| URL encode (UTF-8 percent) | %F0%9F%90%BE |
| Spoken / screen reader name | Paw Prints |
| UTF-8 | F0 9F 90 BE |
| UTF-16 | D83D DC3E |
| UTF-32 | 0001F43E |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the paw prints 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 "paw prints".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "paw prints".
Emoji keyboard → Animals; search "paw prints".
1span.paw-prints::before { content: "\1F43E"; } /* prefer inline grapheme for ZWJ */1<span>🐾</span>Paw Prints symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDC3E' or String.fromCodePoint(0x1F43E) |
| Python | '\N{PAW PRINTS}' |
| Rust | '\u{1F43E}' |
| Swift | "\u{1F43E}" |
| Go | string(rune(0x1F43E)) |
| Ruby | "\u{1F43E}" |