Square Fm

Shortcodes

Copy useful codes for square fm symbol ㎙ to use in websites, apps, blogs, and docs.

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

Customize Square Fm

Customize ㎙, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Square Fm Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>㎙</span>
HTML Code:
<span>&#13209;</span>
HEX Code:
<span>&#x3399;</span>

Add with CSS

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

Set it in JavaScript

document.querySelector('.square-fm').textContent = '㎙';
copied