Electric Plug
๐
Shortcodes
Copy useful codes for electric plug symbol ๐ to use in websites, apps, blogs, and docs.
Unicode
U+1F50C HTML Code
🔌 HEX Code
🔌 CSS Code
\1F50C JS/JSON
\u1F50C Unix/C/PHP/JAVA
0x1F50C URL-encode
%F0%9F%94%8C Customize Electric Plug
Customize ๐, download it as SVG or PNG, or copy the generated HTML snippet.
๐
How to use Electric Plug 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
.electric-plug::before {
content: '\\1F50C';
} Set it in JavaScript
document.querySelector('.electric-plug').textContent = '๐';