Square Kpa

Shortcodes

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

Unicode
U+33AA
HTML Code
㎪
HEX Code
㎪
CSS Code
\33AA
JS/JSON
\u33AA
Unix/C/PHP/JAVA
0x33AA
URL-encode
%E3%8E%AA
copied

Customize Square Kpa Symbol

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

Insert ㎪ Square Kpa using HTML

1. Copy-paste Square Kpa directly:
<span>㎪</span>
2. HTML Decimal Code:
<span>&#13226;</span>
3. Hexadecimal Code:
<span>&#x33AA;</span>
Preview:

Add Square Kpa symbol with CSS

.square-kpa::before {
    content: '\\33AA';
}
Preview: Square Kpa

Square Kpa JavaScript Code

1. Direct Symbol:
document.querySelector('.square-kpa').textContent = '㎪';
2. Unicode Escape for ㎪:
document.querySelector('.square-kpa').textContent = '\u33AA';
Preview: