Ribbon

๐ŸŽ€

Shortcodes

Copy and paste codes for Ribbon symbol ๐ŸŽ€ to use in your websites, apps, blogs, and more.

Unicode
U+1F380
HTML Code
🎀
HEX Code
🎀
CSS Code
\1F380
JS/JSON
\u1F380
Unix/C/PHP/JAVA
0x1F380
URL-encode
%F0%9F%8E%80
copied

Customize Ribbon Symbol

Customize ๐ŸŽ€ symbol as you like and download Ribbon 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 Ribbon symbol in HTML, CSS, and JS?

Insert ๐ŸŽ€ Ribbon using HTML

1. Copy-paste Ribbon directly:
<span>๐ŸŽ€</span>
2. HTML Decimal Code:
<span>&#127872;</span>
3. Hexadecimal Code:
<span>&#x1F380;</span>
Preview: ๐ŸŽ€

Add Ribbon symbol with CSS

.ribbon::before {
    content: '\\1F380';
}
Preview: Ribbon

Ribbon JavaScript Code

1. Direct Symbol:
document.querySelector('.ribbon').textContent = '๐ŸŽ€';
2. Unicode Escape for ๐ŸŽ€:
document.querySelector('.ribbon').textContent = '\u1F380';
Preview: ๐ŸŽ€