School Satchel

๐ŸŽ’

Shortcodes

Copy and paste codes for School Satchel symbol ๐ŸŽ’ to use in your websites, apps, blogs, and more.

Unicode
U+1F392
HTML Code
🎒
HEX Code
🎒
CSS Code
\1F392
JS/JSON
\u1F392
Unix/C/PHP/JAVA
0x1F392
URL-encode
%F0%9F%8E%92
copied

Customize School Satchel Symbol

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

Insert ๐ŸŽ’ School Satchel using HTML

1. Copy-paste School Satchel directly:
<span>๐ŸŽ’</span>
2. HTML Decimal Code:
<span>&#127890;</span>
3. Hexadecimal Code:
<span>&#x1F392;</span>
Preview: ๐ŸŽ’

Add School Satchel symbol with CSS

.school-satchel::before {
    content: '\\1F392';
}
Preview: School Satchel

School Satchel JavaScript Code

1. Direct Symbol:
document.querySelector('.school-satchel').textContent = '๐ŸŽ’';
2. Unicode Escape for ๐ŸŽ’:
document.querySelector('.school-satchel').textContent = '\u1F392';
Preview: ๐ŸŽ’