Square Kl

Shortcodes

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

Unicode
U+3398
HTML Code
㎘
HEX Code
㎘
CSS Code
\3398
JS/JSON
\u3398
Unix/C/PHP/JAVA
0x3398
URL-encode
%E3%8E%98

Customize Square Kl

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

  

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

Insert in HTML

1. Direct symbol:
<span>㎘</span>
HTML Code:
<span>&#13208;</span>
HEX Code:
<span>&#x3398;</span>

Add with CSS

.square-kl::before {
  content: '\\3398';
}

Set it in JavaScript

document.querySelector('.square-kl').textContent = '㎘';
copied