Softball

๐ŸฅŽ

Shortcodes

Copy and paste codes for Softball symbol ๐ŸฅŽ to use in your websites, apps, blogs, and more.

Unicode
U+1F94E
HTML Code
🥎
HEX Code
🥎
CSS Code
\1F94E
JS/JSON
\u1F94E
Unix/C/PHP/JAVA
0x1F94E
URL-encode
%F0%9F%A5%8E
copied

Customize Softball Symbol

Customize ๐ŸฅŽ symbol as you like and download Softball as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐ŸฅŽ

                        
                    

How to add Softball symbol in HTML, CSS, and JS?

Insert ๐ŸฅŽ Softball using HTML

1. Copy-paste Softball directly:
<span>๐ŸฅŽ</span>
2. HTML Decimal Code:
<span>&#129358;</span>
3. Hexadecimal Code:
<span>&#x1F94E;</span>
Preview: ๐ŸฅŽ

Add Softball symbol with CSS

.softball::before {
    content: '\\1F94E';
}
Preview: Softball

Softball JavaScript Code

1. Direct Symbol:
document.querySelector('.softball').textContent = '๐ŸฅŽ';
2. Unicode Escape for ๐ŸฅŽ:
document.querySelector('.softball').textContent = '\u1F94E';
Preview: ๐ŸฅŽ