Square Dm Cubed

Shortcodes

Copy and paste codes for Square Dm Cubed symbol ㍹ to use in your websites, apps, blogs, and more.

Unicode
U+3379
HTML Code
㍹
HEX Code
㍹
CSS Code
\3379
JS/JSON
\u3379
Unix/C/PHP/JAVA
0x3379
URL-encode
%E3%8D%B9
copied

Customize Square Dm Cubed Symbol

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

Insert ㍹ Square Dm Cubed using HTML

1. Copy-paste Square Dm Cubed directly:
<span>㍹</span>
2. HTML Decimal Code:
<span>&#13177;</span>
3. Hexadecimal Code:
<span>&#x3379;</span>
Preview:

Add Square Dm Cubed symbol with CSS

.square-dm-cubed::before {
    content: '\\3379';
}
Preview: Square Dm Cubed

Square Dm Cubed JavaScript Code

1. Direct Symbol:
document.querySelector('.square-dm-cubed').textContent = '㍹';
2. Unicode Escape for ㍹:
document.querySelector('.square-dm-cubed').textContent = '\u3379';
Preview: