Reminder Ribbon

๐ŸŽ—

Shortcodes

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

Unicode
U+1F397
HTML Code
🎗
HEX Code
🎗
CSS Code
\1F397
JS/JSON
\u1F397
Unix/C/PHP/JAVA
0x1F397
URL-encode
%F0%9F%8E%97
copied

Customize Reminder Ribbon Symbol

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

Insert ๐ŸŽ— Reminder Ribbon using HTML

1. Copy-paste Reminder Ribbon directly:
<span>๐ŸŽ—</span>
2. HTML Decimal Code:
<span>&#127895;</span>
3. Hexadecimal Code:
<span>&#x1F397;</span>
Preview: ๐ŸŽ—

Add Reminder Ribbon symbol with CSS

.reminder-ribbon::before {
    content: '\\1F397';
}
Preview: Reminder Ribbon

Reminder Ribbon JavaScript Code

1. Direct Symbol:
document.querySelector('.reminder-ribbon').textContent = '๐ŸŽ—';
2. Unicode Escape for ๐ŸŽ—:
document.querySelector('.reminder-ribbon').textContent = '\u1F397';
Preview: ๐ŸŽ—