Handbag

๐Ÿ‘œ

Shortcodes

Copy and paste codes for Handbag symbol ๐Ÿ‘œ to use in your websites, apps, blogs, and more.

Unicode
U+1F45C
HTML Code
👜
HEX Code
👜
CSS Code
\1F45C
JS/JSON
\u1F45C
Unix/C/PHP/JAVA
0x1F45C
URL-encode
%F0%9F%91%9C
copied

Customize Handbag Symbol

Customize ๐Ÿ‘œ symbol as you like and download Handbag 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 Handbag symbol in HTML, CSS, and JS?

Insert ๐Ÿ‘œ Handbag using HTML

1. Copy-paste Handbag directly:
<span>๐Ÿ‘œ</span>
2. HTML Decimal Code:
<span>&#128092;</span>
3. Hexadecimal Code:
<span>&#x1F45C;</span>
Preview: ๐Ÿ‘œ

Add Handbag symbol with CSS

.handbag::before {
    content: '\\1F45C';
}
Preview: Handbag

Handbag JavaScript Code

1. Direct Symbol:
document.querySelector('.handbag').textContent = '๐Ÿ‘œ';
2. Unicode Escape for ๐Ÿ‘œ:
document.querySelector('.handbag').textContent = '\u1F45C';
Preview: ๐Ÿ‘œ