Square Kw

Shortcodes

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

Unicode
U+33BE
HTML Code
㎾
HEX Code
㎾
CSS Code
\33BE
JS/JSON
\u33BE
Unix/C/PHP/JAVA
0x33BE
URL-encode
%E3%8E%BE
copied

Customize Square Kw Symbol

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

Insert ㎾ Square Kw using HTML

1. Copy-paste Square Kw directly:
<span>㎾</span>
2. HTML Decimal Code:
<span>&#13246;</span>
3. Hexadecimal Code:
<span>&#x33BE;</span>
Preview:

Add Square Kw symbol with CSS

.square-kw::before {
    content: '\\33BE';
}
Preview: Square Kw

Square Kw JavaScript Code

1. Direct Symbol:
document.querySelector('.square-kw').textContent = '㎾';
2. Unicode Escape for ㎾:
document.querySelector('.square-kw').textContent = '\u33BE';
Preview: