Symbol For Device Control Three

Shortcodes

Copy and paste codes for Symbol For Device Control Three ␓ to use in your websites, apps, blogs, and more.

Unicode
U+2413
HTML Code
␓
HEX Code
␓
CSS Code
\2413
JS/JSON
\u2413
Unix/C/PHP/JAVA
0x2413
URL-encode
%E2%90%93
copied

Customize Symbol For Device Control Three Symbol

Customize ␓ symbol as you like and download Symbol For Device Control Three 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 Symbol For Device Control Three in HTML, CSS, and JS?

Insert ␓ Symbol For Device Control Three using HTML

1. Copy-paste Symbol For Device Control Three directly:
<span>␓</span>
2. HTML Decimal Code:
<span>&#9235;</span>
3. Hexadecimal Code:
<span>&#x2413;</span>
Preview:

Add Symbol For Device Control Three with CSS

.symbol-for-device-control-three::before {
    content: '\\2413';
}
Preview: Symbol For Device Control Three

Symbol For Device Control Three JavaScript Code

1. Direct Symbol:
document.querySelector('.symbol-for-device-control-three').textContent = '␓';
2. Unicode Escape for ␓:
document.querySelector('.symbol-for-device-control-three').textContent = '\u2413';
Preview: