Symbol For Device Control One

Shortcodes

Copy useful codes for symbol for device control one ␑ to use in websites, apps, blogs, and docs.

Unicode
U+2411
HTML Code
␑
HEX Code
␑
CSS Code
\2411
JS/JSON
\u2411
Unix/C/PHP/JAVA
0x2411
URL-encode
%E2%90%91

Customize Symbol For Device Control One

Customize ␑, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Symbol For Device Control One in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>␑</span>
HTML Code:
<span>&#9233;</span>
HEX Code:
<span>&#x2411;</span>

Add with CSS

.symbol-for-device-control-one::before {
  content: '\\2411';
}

Set it in JavaScript

document.querySelector('.symbol-for-device-control-one').textContent = '␑';
copied