Square Pr

Shortcodes

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

Unicode
U+33DA
HTML Code
㏚
HEX Code
㏚
CSS Code
\33DA
JS/JSON
\u33DA
Unix/C/PHP/JAVA
0x33DA
URL-encode
%E3%8F%9A
copied

Customize Square Pr Symbol

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

Insert ㏚ Square Pr using HTML

1. Copy-paste Square Pr directly:
<span>㏚</span>
2. HTML Decimal Code:
<span>&#13274;</span>
3. Hexadecimal Code:
<span>&#x33DA;</span>
Preview:

Add Square Pr symbol with CSS

.square-pr::before {
    content: '\\33DA';
}
Preview: Square Pr

Square Pr JavaScript Code

1. Direct Symbol:
document.querySelector('.square-pr').textContent = '㏚';
2. Unicode Escape for ㏚:
document.querySelector('.square-pr').textContent = '\u33DA';
Preview: