Square Hpa

Shortcodes

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

Unicode
U+3371
HTML Code
㍱
HEX Code
㍱
CSS Code
\3371
JS/JSON
\u3371
Unix/C/PHP/JAVA
0x3371
URL-encode
%E3%8D%B1
copied

Customize Square Hpa Symbol

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

Insert ㍱ Square Hpa using HTML

1. Copy-paste Square Hpa directly:
<span>㍱</span>
2. HTML Decimal Code:
<span>&#13169;</span>
3. Hexadecimal Code:
<span>&#x3371;</span>
Preview:

Add Square Hpa symbol with CSS

.square-hpa::before {
    content: '\\3371';
}
Preview: Square Hpa

Square Hpa JavaScript Code

1. Direct Symbol:
document.querySelector('.square-hpa').textContent = '㍱';
2. Unicode Escape for ㍱:
document.querySelector('.square-hpa').textContent = '\u3371';
Preview: