Graduation Cap

๐ŸŽ“

Shortcodes

Copy and paste codes for Graduation Cap symbol ๐ŸŽ“ to use in your websites, apps, blogs, and more.

Unicode
U+1F393
HTML Code
🎓
HEX Code
🎓
CSS Code
\1F393
JS/JSON
\u1F393
Unix/C/PHP/JAVA
0x1F393
URL-encode
%F0%9F%8E%93
copied

Customize Graduation Cap Symbol

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

Insert ๐ŸŽ“ Graduation Cap using HTML

1. Copy-paste Graduation Cap directly:
<span>๐ŸŽ“</span>
2. HTML Decimal Code:
<span>&#127891;</span>
3. Hexadecimal Code:
<span>&#x1F393;</span>
Preview: ๐ŸŽ“

Add Graduation Cap symbol with CSS

.graduation-cap::before {
    content: '\\1F393';
}
Preview: Graduation Cap

Graduation Cap JavaScript Code

1. Direct Symbol:
document.querySelector('.graduation-cap').textContent = '๐ŸŽ“';
2. Unicode Escape for ๐ŸŽ“:
document.querySelector('.graduation-cap').textContent = '\u1F393';
Preview: ๐ŸŽ“