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>&#129352;</span>
3. Hexadecimal Code:
<span>&#x1F948;</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: ๐Ÿฅˆ