| Nome del simbolo | Person Fencing |
| Versione Unicode | 3.0 |
| Unicode | U+1F93A |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F93A |
| Codice esadecimale | 0x1F93A |
| Codice HTML | 🤺 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🤺 |
| Codifica URL (percentuale UTF-8) | %F0%9F%A4%BA |
| Nome parlato / screen reader | Person Fencing |
| UTF-8 | F0 9F A4 BA |
| UTF-16 | D83E DD3A |
| UTF-32 | 0001F93A |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo person fencing sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Win + . or mobile emoji keyboard; long-press base gesture for Fitzpatrick skin-tone stripes when available.
Edit → Emoji & Symbols, search "person fencing".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → People, or search "person fencing".
Emoji keyboard → People; search "person fencing".
1span.person-fencing::before { content: "\1F93A"; } /* prefer inline grapheme for tones/ZWJ */1<span>🤺</span>La rappresentazione del simbolo Person Fencing nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD3A' or String.fromCodePoint(0x1F93A) |
| Python | '\N{PERSON FENCING}' |
| Rust | '\u{1F93A}' |
| Swift | "\u{1F93A}" |
| Go | string(rune(0x1F93A)) |
| Ruby | "\u{1F93A}" |