| Symbol Name | Baseball |
| Unicode Version | 0.6 |
| Unicode | U+26BE |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \26BE |
| Hex Code | 0x26BE |
| HTML Code | ⚾ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ⚾ |
| URL encode (UTF-8 percent) | %E2%9A%BE |
| Discord / Slack shortcode | :baseball: |
| GitHub shortcode | :baseball: |
| Spoken / screen reader name | 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}You can type the baseball 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 "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>Baseball symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u26BE' or String.fromCodePoint(9918) |
| Python | '\N{BASEBALL}' |
| Rust | '\u{26BE}' |
| Swift | "\u{26BE}" |
| Go | string(rune(0x26BE)) |
| Ruby | "\u{26BE}" |