Briefcase
๐ผ
Shortcodes
Copy useful codes for briefcase symbol ๐ผ to use in websites, apps, blogs, and docs.
Unicode
U+1F4BC HTML Code
💼 HEX Code
💼 CSS Code
\1F4BC JS/JSON
\u1F4BC Unix/C/PHP/JAVA
0x1F4BC URL-encode
%F0%9F%92%BC Customize Briefcase
Customize ๐ผ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ผ
How to use Briefcase Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ผ</span> HTML Code:
<span>💼</span> HEX Code:
<span>💼</span> Add with CSS
.briefcase::before {
content: '\\1F4BC';
} Set it in JavaScript
document.querySelector('.briefcase').textContent = '๐ผ';