Viewdata Square

Shortcodes

Copy and paste codes for Viewdata Square symbol ⌗ to use in your websites, apps, blogs, and more.

Unicode
U+2317
HTML Code
⌗
HEX Code
⌗
CSS Code
\2317
JS/JSON
\u2317
Unix/C/PHP/JAVA
0x2317
URL-encode
%E2%8C%97
copied

Customize Viewdata Square Symbol

Customize ⌗ symbol as you like and download Viewdata Square 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 Viewdata Square symbol in HTML, CSS, and JS?

Insert ⌗ Viewdata Square using HTML

1. Copy-paste Viewdata Square directly:
<span>⌗</span>
2. HTML Decimal Code:
<span>&#8983;</span>
3. Hexadecimal Code:
<span>&#x2317;</span>
Preview:

Add Viewdata Square symbol with CSS

.viewdata-square::before {
    content: '\\2317';
}
Preview: Viewdata Square

Viewdata Square JavaScript Code

1. Direct Symbol:
document.querySelector('.viewdata-square').textContent = '⌗';
2. Unicode Escape for ⌗:
document.querySelector('.viewdata-square').textContent = '\u2317';
Preview: