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>🥇</span>
3. Hexadecimal Code:
<span>🥇</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: ๐ฅ