Square Nw

Shortcodes

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

Unicode
U+33BB
HTML Code
㎻
HEX Code
㎻
CSS Code
\33BB
JS/JSON
\u33BB
Unix/C/PHP/JAVA
0x33BB
URL-encode
%E3%8E%BB
copied

Customize Square Nw Symbol

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

Insert ㎻ Square Nw using HTML

1. Copy-paste Square Nw directly:
<span>㎻</span>
2. HTML Decimal Code:
<span>&#13243;</span>
3. Hexadecimal Code:
<span>&#x33BB;</span>
Preview:

Add Square Nw symbol with CSS

.square-nw::before {
    content: '\\33BB';
}
Preview: Square Nw

Square Nw JavaScript Code

1. Direct Symbol:
document.querySelector('.square-nw').textContent = '㎻';
2. Unicode Escape for ㎻:
document.querySelector('.square-nw').textContent = '\u33BB';
Preview: