Automated Teller Machine
๐ง
Shortcodes
Copy useful codes for automated teller machine symbol ๐ง to use in websites, apps, blogs, and docs.
Unicode
U+1F3E7 HTML Code
🏧 HEX Code
🏧 CSS Code
\1F3E7 JS/JSON
\u1F3E7 Unix/C/PHP/JAVA
0x1F3E7 URL-encode
%F0%9F%8F%A7 Customize Automated Teller Machine
Customize ๐ง, download it as SVG or PNG, or copy the generated HTML snippet.
๐ง
How to use Automated Teller Machine 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
.automated-teller-machine::before {
content: '\\1F3E7';
} Set it in JavaScript
document.querySelector('.automated-teller-machine').textContent = '๐ง';