Square Ps

Shortcodes

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

Unicode
U+33B0
HTML Code
㎰
HEX Code
㎰
CSS Code
\33B0
JS/JSON
\u33B0
Unix/C/PHP/JAVA
0x33B0
URL-encode
%E3%8E%B0
copied

Customize Square Ps Symbol

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

Insert ㎰ Square Ps using HTML

1. Copy-paste Square Ps directly:
<span>㎰</span>
2. HTML Decimal Code:
<span>&#13232;</span>
3. Hexadecimal Code:
<span>&#x33B0;</span>
Preview:

Add Square Ps symbol with CSS

.square-ps::before {
    content: '\\33B0';
}
Preview: Square Ps

Square Ps JavaScript Code

1. Direct Symbol:
document.querySelector('.square-ps').textContent = '㎰';
2. Unicode Escape for ㎰:
document.querySelector('.square-ps').textContent = '\u33B0';
Preview: