File Cabinet

๐Ÿ—„๏ธ

Shortcodes

Copy and paste codes for File Cabinet symbol ๐Ÿ—„๏ธ to use in your websites, apps, blogs, and more.

Unicode
U+1F5C4
HTML Code
🗄
HEX Code
🗄
CSS Code
\1F5C4
JS/JSON
\u1F5C4
Unix/C/PHP/JAVA
0x1F5C4
URL-encode
%F0%9F%97%84
copied

Customize File Cabinet Symbol

Customize ๐Ÿ—„๏ธ symbol as you like and download File Cabinet 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 File Cabinet symbol in HTML, CSS, and JS?

Insert ๐Ÿ—„๏ธ File Cabinet using HTML

1. Copy-paste File Cabinet directly:
<span>๐Ÿ—„๏ธ</span>
2. HTML Decimal Code:
<span>&#128452;</span>
3. Hexadecimal Code:
<span>&#x1F5C4;</span>
Preview: ๐Ÿ—„๏ธ

Add File Cabinet symbol with CSS

.file-cabinet::before {
    content: '\\1F5C4';
}
Preview: File Cabinet

File Cabinet JavaScript Code

1. Direct Symbol:
document.querySelector('.file-cabinet').textContent = '๐Ÿ—„๏ธ';
2. Unicode Escape for ๐Ÿ—„๏ธ:
document.querySelector('.file-cabinet').textContent = '\u1F5C4';
Preview: ๐Ÿ—„๏ธ