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