| Symbol Name | Running Shoe |
| Unicode Version | 0.6 |
| Unicode | U+1F45F |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F45F |
| Hex Code | 0x1F45F |
| HTML Code | 👟 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 👟 |
| URL encode (UTF-8 percent) | %F0%9F%91%9F |
| Discord / Slack shortcode | :athletic_shoe: |
| GitHub shortcode | :athletic_shoe: |
| Spoken / screen reader name | Running Shoe |
| UTF-8 | F0 9F 91 9F |
| UTF-16 | D83D DC5F |
| UTF-32 | 0001F45F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the running shoe symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Objects & Tech in emoji keyboard.
Edit → Emoji & Symbols, search "running shoe".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Objects, or search "running shoe".
Emoji keyboard → Objects; search "running shoe".
1span.running-shoe::before { content: "\1F45F"; } /* prefer inline grapheme for ZWJ */1<span>👟</span>Running Shoe symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDC5F' or String.fromCodePoint(0x1F45F) |
| Python | '\N{RUNNING SHOE}' |
| Rust | '\u{1F45F}' |
| Swift | "\u{1F45F}" |
| Go | string(rune(0x1F45F)) |
| Ruby | "\u{1F45F}" |