Square Pw

Shortcodes

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

Unicode
U+33BA
HTML Code
㎺
HEX Code
㎺
CSS Code
\33BA
JS/JSON
\u33BA
Unix/C/PHP/JAVA
0x33BA
URL-encode
%E3%8E%BA
copied

Customize Square Pw Symbol

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

Insert ㎺ Square Pw using HTML

1. Copy-paste Square Pw directly:
<span>㎺</span>
2. HTML Decimal Code:
<span>&#13242;</span>
3. Hexadecimal Code:
<span>&#x33BA;</span>
Preview:

Add Square Pw symbol with CSS

.square-pw::before {
    content: '\\33BA';
}
Preview: Square Pw

Square Pw JavaScript Code

1. Direct Symbol:
document.querySelector('.square-pw').textContent = '㎺';
2. Unicode Escape for ㎺:
document.querySelector('.square-pw').textContent = '\u33BA';
Preview: