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