Square Pf

Shortcodes

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

Unicode
U+338A
HTML Code
㎊
HEX Code
㎊
CSS Code
\338A
JS/JSON
\u338A
Unix/C/PHP/JAVA
0x338A
URL-encode
%E3%8E%8A
copied

Customize Square Pf Symbol

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

Insert ㎊ Square Pf using HTML

1. Copy-paste Square Pf directly:
<span>㎊</span>
2. HTML Decimal Code:
<span>&#13194;</span>
3. Hexadecimal Code:
<span>&#x338A;</span>
Preview:

Add Square Pf symbol with CSS

.square-pf::before {
    content: '\\338A';
}
Preview: Square Pf

Square Pf JavaScript Code

1. Direct Symbol:
document.querySelector('.square-pf').textContent = '㎊';
2. Unicode Escape for ㎊:
document.querySelector('.square-pf').textContent = '\u338A';
Preview: