| Nome del simbolo | Baseball |
| Versione Unicode | 0.6 |
| Unicode | U+26BE |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \26BE |
| Codice esadecimale | 0x26BE |
| Codice HTML | ⚾ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ⚾ |
| Codifica URL (percentuale UTF-8) | %E2%9A%BE |
| Shortcode Discord / Slack | :baseball: |
| Shortcode GitHub | :baseball: |
| Nome parlato / screen reader | Baseball |
| UTF-8 | E2 9A BE |
| UTF-16 | 26BE |
| UTF-32 | 000026BE |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo baseball 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 "baseball".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Activities, or search "baseball".
Emoji keyboard → Activities; search "baseball".
1span.baseball::before { content: "\26BE"; } /* prefer inline grapheme for ZWJ */1<span>⚾</span>La rappresentazione del simbolo Baseball nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u26BE' or String.fromCodePoint(9918) |
| Python | '\N{BASEBALL}' |
| Rust | '\u{26BE}' |
| Swift | "\u{26BE}" |
| Go | string(rune(0x26BE)) |
| Ruby | "\u{26BE}" |