Square Pr

Shortcodes

Copy useful codes for square pr symbol ㏚ to use in websites, apps, blogs, and docs.

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

Customize Square Pr

Customize ㏚, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Square Pr Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>㏚</span>
HTML Code:
<span>&#13274;</span>
HEX Code:
<span>&#x33DA;</span>

Add with CSS

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

Set it in JavaScript

document.querySelector('.square-pr').textContent = '㏚';
copied