Square Dm

Shortcodes

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

Unicode
U+3377
HTML Code
㍷
HEX Code
㍷
CSS Code
\3377
JS/JSON
\u3377
Unix/C/PHP/JAVA
0x3377
URL-encode
%E3%8D%B7
copied

Customize Square Dm Symbol

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

Insert ㍷ Square Dm using HTML

1. Copy-paste Square Dm directly:
<span>㍷</span>
2. HTML Decimal Code:
<span>&#13175;</span>
3. Hexadecimal Code:
<span>&#x3377;</span>
Preview:

Add Square Dm symbol with CSS

.square-dm::before {
    content: '\\3377';
}
Preview: Square Dm

Square Dm JavaScript Code

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