Symbol For Device Control Four

Shortcodes

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

Unicode
U+2414
HTML Code
␔
HEX Code
␔
CSS Code
\2414
JS/JSON
\u2414
Unix/C/PHP/JAVA
0x2414
URL-encode
%E2%90%94

Customize Symbol For Device Control Four

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

  

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

Insert in HTML

1. Direct symbol:
<span>␔</span>
HTML Code:
<span>&#9236;</span>
HEX Code:
<span>&#x2414;</span>

Add with CSS

.symbol-for-device-control-four::before {
  content: '\\2414';
}

Set it in JavaScript

document.querySelector('.symbol-for-device-control-four').textContent = '␔';
copied