Receipt

๐Ÿงพ

Shortcodes

Copy and paste codes for Receipt symbol ๐Ÿงพ to use in your websites, apps, blogs, and more.

Unicode
U+1F9FE
HTML Code
🧾
HEX Code
🧾
CSS Code
\1F9FE
JS/JSON
\u1F9FE
Unix/C/PHP/JAVA
0x1F9FE
URL-encode
%F0%9F%A7%BE
copied

Customize Receipt Symbol

Customize ๐Ÿงพ symbol as you like and download Receipt 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 Receipt symbol in HTML, CSS, and JS?

Insert ๐Ÿงพ Receipt using HTML

1. Copy-paste Receipt directly:
<span>๐Ÿงพ</span>
2. HTML Decimal Code:
<span>&#129534;</span>
3. Hexadecimal Code:
<span>&#x1F9FE;</span>
Preview: ๐Ÿงพ

Add Receipt symbol with CSS

.receipt::before {
    content: '\\1F9FE';
}
Preview: Receipt

Receipt JavaScript Code

1. Direct Symbol:
document.querySelector('.receipt').textContent = '๐Ÿงพ';
2. Unicode Escape for ๐Ÿงพ:
document.querySelector('.receipt').textContent = '\u1F9FE';
Preview: ๐Ÿงพ