Square Pa Amps

Shortcodes

Copy useful codes for square pa amps symbol ㎀ to use in websites, apps, blogs, and docs.

Unicode
U+3380
HTML Code
㎀
HEX Code
㎀
CSS Code
\3380
JS/JSON
\u3380
Unix/C/PHP/JAVA
0x3380
URL-encode
%E3%8E%80

Customize Square Pa Amps

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

  

How to use Square Pa Amps Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>㎀</span>
HTML Code:
<span>&#13184;</span>
HEX Code:
<span>&#x3380;</span>

Add with CSS

.square-pa-amps::before {
  content: '\\3380';
}

Set it in JavaScript

document.querySelector('.square-pa-amps').textContent = '㎀';
copied