Squared Latin Capital Letter K

๐Ÿ„บ

Shortcodes

Copy useful codes for squared latin capital letter k symbol ๐Ÿ„บ to use in websites, apps, blogs, and docs.

Unicode
U+1F13A
HTML Code
🄺
HEX Code
🄺
CSS Code
\1F13A
JS/JSON
\u1F13A
Unix/C/PHP/JAVA
0x1F13A
URL-encode
%F0%9F%84%BA

Customize Squared Latin Capital Letter K

Customize ๐Ÿ„บ, download it as SVG or PNG, or copy the generated HTML snippet.

๐Ÿ„บ
  

How to use Squared Latin Capital Letter K Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿ„บ</span>
HTML Code:
<span>&#127290;</span>
HEX Code:
<span>&#x1F13A;</span>

Add with CSS

.squared-latin-capital-letter-k::before {
  content: '\\1F13A';
}

Set it in JavaScript

document.querySelector('.squared-latin-capital-letter-k').textContent = '๐Ÿ„บ';
copied