Square Hp

Shortcodes

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

Unicode
U+33CB
HTML Code
㏋
HEX Code
㏋
CSS Code
\33CB
JS/JSON
\u33CB
Unix/C/PHP/JAVA
0x33CB
URL-encode
%E3%8F%8B
copied

Customize Square Hp Symbol

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

Insert ㏋ Square Hp using HTML

1. Copy-paste Square Hp directly:
<span>㏋</span>
2. HTML Decimal Code:
<span>&#13259;</span>
3. Hexadecimal Code:
<span>&#x33CB;</span>
Preview:

Add Square Hp symbol with CSS

.square-hp::before {
    content: '\\33CB';
}
Preview: Square Hp

Square Hp JavaScript Code

1. Direct Symbol:
document.querySelector('.square-hp').textContent = '㏋';
2. Unicode Escape for ㏋:
document.querySelector('.square-hp').textContent = '\u33CB';
Preview: