Square Ppm

Shortcodes

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

Unicode
U+33D9
HTML Code
㏙
HEX Code
㏙
CSS Code
\33D9
JS/JSON
\u33D9
Unix/C/PHP/JAVA
0x33D9
URL-encode
%E3%8F%99

Customize Square Ppm

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

  

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

Insert in HTML

1. Direct symbol:
<span>㏙</span>
HTML Code:
<span>&#13273;</span>
HEX Code:
<span>&#x33D9;</span>

Add with CSS

.square-ppm::before {
  content: '\\33D9';
}

Set it in JavaScript

document.querySelector('.square-ppm').textContent = '㏙';
copied