Second Place Medal
๐ฅ
Shortcodes
Copy and paste codes for Second Place Medal symbol ๐ฅ to use in your websites, apps, blogs, and more.
Unicode
U+1F948
HTML Code
🥈
HEX Code
🥈
CSS Code
\1F948
JS/JSON
\u1F948
Unix/C/PHP/JAVA
0x1F948
URL-encode
%F0%9F%A5%88
copied
Customize Second Place Medal Symbol
Customize ๐ฅ symbol as you like and download Second Place Medal 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 Second Place Medal symbol in HTML, CSS, and JS?
Insert ๐ฅ Second Place Medal using HTML
1. Copy-paste Second Place Medal directly:
<span>๐ฅ</span>
2. HTML Decimal Code:
<span>🥈</span>
3. Hexadecimal Code:
<span>🥈</span>
Preview: ๐ฅ
Add Second Place Medal symbol with CSS
.second-place-medal::before {
content: '\\1F948';
}
Preview: Second Place Medal
Second Place Medal JavaScript Code
1. Direct Symbol:
document.querySelector('.second-place-medal').textContent = '๐ฅ';
2. Unicode Escape for ๐ฅ:
document.querySelector('.second-place-medal').textContent = '\u1F948';
Preview: ๐ฅ