Briefcase

๐Ÿ’ผ

Shortcodes

Copy and paste codes for Briefcase symbol ๐Ÿ’ผ to use in your websites, apps, blogs, and more.

Unicode
U+1F4BC
HTML Code
💼
HEX Code
💼
CSS Code
\1F4BC
JS/JSON
\u1F4BC
Unix/C/PHP/JAVA
0x1F4BC
URL-encode
%F0%9F%92%BC
copied

Customize Briefcase Symbol

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

Insert ๐Ÿ’ผ Briefcase using HTML

1. Copy-paste Briefcase directly:
<span>๐Ÿ’ผ</span>
2. HTML Decimal Code:
<span>&#128188;</span>
3. Hexadecimal Code:
<span>&#x1F4BC;</span>
Preview: ๐Ÿ’ผ

Add Briefcase symbol with CSS

.briefcase::before {
    content: '\\1F4BC';
}
Preview: Briefcase

Briefcase JavaScript Code

1. Direct Symbol:
document.querySelector('.briefcase').textContent = '๐Ÿ’ผ';
2. Unicode Escape for ๐Ÿ’ผ:
document.querySelector('.briefcase').textContent = '\u1F4BC';
Preview: ๐Ÿ’ผ