Fullwidth Latin Capital Letter K
K
Shortcodes
Copy useful codes for fullwidth latin capital letter k symbol K to use in websites, apps, blogs, and docs.
Unicode
U+FF2B HTML Code
K HEX Code
K CSS Code
\FF2B JS/JSON
\uFF2B Unix/C/PHP/JAVA
0xFF2B URL-encode
%EF%BC%AB Customize Fullwidth Latin Capital Letter K
Customize K, download it as SVG or PNG, or copy the generated HTML snippet.
K
How to use Fullwidth Latin Capital Letter K Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>K</span> HTML Code:
<span>K</span> HEX Code:
<span>K</span> Add with CSS
.fullwidth-latin-capital-letter-k::before {
content: '\\FF2B';
} Set it in JavaScript
document.querySelector('.fullwidth-latin-capital-letter-k').textContent = 'K';