| Symbol Name | Martial Arts Uniform |
| Unicode Version | 3.0 |
| Unicode | U+1F94B |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F94B |
| Hex Code | 0x1F94B |
| HTML Code | 🥋 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🥋 |
| URL encode (UTF-8 percent) | %F0%9F%A5%8B |
| Spoken / screen reader name | Martial Arts Uniform |
| UTF-8 | F0 9F A5 8B |
| UTF-16 | D83E DD4B |
| UTF-32 | 0001F94B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the martial arts uniform 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 "martial arts uniform".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Activities, or search "martial arts uniform".
Emoji keyboard → Activities; search "martial arts uniform".
1span.martial-arts-uniform::before { content: "\1F94B"; } /* prefer inline grapheme for ZWJ */1<span>🥋</span>Martial Arts Uniform symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD4B' or String.fromCodePoint(0x1F94B) |
| Python | '\N{MARTIAL ARTS UNIFORM}' |
| Rust | '\u{1F94B}' |
| Swift | "\u{1F94B}" |
| Go | string(rune(0x1F94B)) |
| Ruby | "\u{1F94B}" |