Modifier Letter Capital K

Shortcodes

Copy useful codes for modifier letter capital k symbol ᴷ to use in websites, apps, blogs, and docs.

Unicode
U+1D37
HTML Code
ᴷ
HEX Code
ᴷ
CSS Code
\1D37
JS/JSON
\u1D37
Unix/C/PHP/JAVA
0x1D37
URL-encode
%E1%B4%B7

Customize Modifier Letter Capital K

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

  

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

Insert in HTML

1. Direct symbol:
<span>ᴷ</span>
HTML Code:
<span>&#7479;</span>
HEX Code:
<span>&#x1D37;</span>

Add with CSS

.modifier-letter-capital-k::before {
  content: '\\1D37';
}

Set it in JavaScript

document.querySelector('.modifier-letter-capital-k').textContent = 'ᴷ';
copied