First Place Medal

๐Ÿฅ‡

Shortcodes

Copy and paste codes for First Place Medal symbol ๐Ÿฅ‡ to use in your websites, apps, blogs, and more.

Unicode
U+1F947
HTML Code
🥇
HEX Code
🥇
CSS Code
\1F947
JS/JSON
\u1F947
Unix/C/PHP/JAVA
0x1F947
URL-encode
%F0%9F%A5%87
copied

Customize First Place Medal Symbol

Customize ๐Ÿฅ‡ symbol as you like and download First 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 First Place Medal symbol in HTML, CSS, and JS?

Insert ๐Ÿฅ‡ First Place Medal using HTML

1. Copy-paste First Place Medal directly:
<span>๐Ÿฅ‡</span>
2. HTML Decimal Code:
<span>&#129351;</span>
3. Hexadecimal Code:
<span>&#x1F947;</span>
Preview: ๐Ÿฅ‡

Add First Place Medal symbol with CSS

.first-place-medal::before {
    content: '\\1F947';
}
Preview: First Place Medal

First Place Medal JavaScript Code

1. Direct Symbol:
document.querySelector('.first-place-medal').textContent = '๐Ÿฅ‡';
2. Unicode Escape for ๐Ÿฅ‡:
document.querySelector('.first-place-medal').textContent = '\u1F947';
Preview: ๐Ÿฅ‡