Mathematical Script Capital K

๐’ฆ

Shortcodes

Copy useful codes for mathematical script capital k symbol ๐’ฆ to use in websites, apps, blogs, and docs.

Unicode
U+1D4A6
HTML Code
𝒦
HEX Code
𝒦
CSS Code
\1D4A6
JS/JSON
\u1D4A6
Unix/C/PHP/JAVA
0x1D4A6
URL-encode
%F0%9D%92%A6

Customize Mathematical Script Capital K

Customize ๐’ฆ, download it as SVG or PNG, or copy the generated HTML snippet.

๐’ฆ
  

How to use Mathematical Script Capital K Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐’ฆ</span>
HTML Code:
<span>&#119974;</span>
HEX Code:
<span>&#x1D4A6;</span>

Add with CSS

.mathematical-script-capital-k::before {
  content: '\\1D4A6';
}

Set it in JavaScript

document.querySelector('.mathematical-script-capital-k').textContent = '๐’ฆ';
copied