| Nome del simbolo | Softball |
| Versione Unicode | 11.0 |
| Unicode | U+1F94E |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F94E |
| Codice esadecimale | 0x1F94E |
| Codice HTML | 🥎 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🥎 |
| Codifica URL (percentuale UTF-8) | %F0%9F%A5%8E |
| Nome parlato / screen reader | Softball |
| UTF-8 | F0 9F A5 8E |
| UTF-16 | D83E DD4E |
| UTF-32 | 0001F94E |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo softball sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Activities & Sports in emoji keyboard.
Edit → Emoji & Symbols, search "softball".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Activities, or search "softball".
Emoji keyboard → Activities; search "softball".
1span.softball::before { content: "\1F94E"; } /* prefer inline grapheme for ZWJ */1<span>🥎</span>La rappresentazione del simbolo Softball nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD4E' or String.fromCodePoint(0x1F94E) |
| Python | '\N{SOFTBALL}' |
| Rust | '\u{1F94E}' |
| Swift | "\u{1F94E}" |
| Go | string(rune(0x1F94E)) |
| Ruby | "\u{1F94E}" |