Square Fm

Shortcodes

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

Unicode
U+3399
HTML Code
㎙
HEX Code
㎙
CSS Code
\3399
JS/JSON
\u3399
Unix/C/PHP/JAVA
0x3399
URL-encode
%E3%8E%99
copied

Customize Square Fm Symbol

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

Insert ㎙ Square Fm using HTML

1. Copy-paste Square Fm directly:
<span>㎙</span>
2. HTML Decimal Code:
<span>&#13209;</span>
3. Hexadecimal Code:
<span>&#x3399;</span>
Preview:

Add Square Fm symbol with CSS

.square-fm::before {
    content: '\\3399';
}
Preview: Square Fm

Square Fm JavaScript Code

1. Direct Symbol:
document.querySelector('.square-fm').textContent = '㎙';
2. Unicode Escape for ㎙:
document.querySelector('.square-fm').textContent = '\u3399';
Preview: