Automated Teller Machine

๐Ÿง

Shortcodes

Copy and paste codes for Automated Teller Machine symbol ๐Ÿง to use in your websites, apps, blogs, and more.

Unicode
U+1F3E7
HTML Code
🏧
HEX Code
🏧
CSS Code
\1F3E7
JS/JSON
\u1F3E7
Unix/C/PHP/JAVA
0x1F3E7
URL-encode
%F0%9F%8F%A7
copied

Customize Automated Teller Machine Symbol

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

Insert ๐Ÿง Automated Teller Machine using HTML

1. Copy-paste Automated Teller Machine directly:
<span>๐Ÿง</span>
2. HTML Decimal Code:
<span>&#127975;</span>
3. Hexadecimal Code:
<span>&#x1F3E7;</span>
Preview: ๐Ÿง

Add Automated Teller Machine symbol with CSS

.automated-teller-machine::before {
    content: '\\1F3E7';
}
Preview: Automated Teller Machine

Automated Teller Machine JavaScript Code

1. Direct Symbol:
document.querySelector('.automated-teller-machine').textContent = '๐Ÿง';
2. Unicode Escape for ๐Ÿง:
document.querySelector('.automated-teller-machine').textContent = '\u1F3E7';
Preview: ๐Ÿง