Fullwidth Latin Small Letter K

Shortcodes

Copy and paste codes for Fullwidth Latin Small Letter K symbol k to use in your websites, apps, blogs, and more.

Unicode
U+FF4B
HTML Code
k
HEX Code
k
CSS Code
\FF4B
JS/JSON
\uFF4B
Unix/C/PHP/JAVA
0xFF4B
URL-encode
%EF%BD%8B
copied

Customize Fullwidth Latin Small Letter K Symbol

Customize k symbol as you like and download Fullwidth Latin Small Letter K as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Fullwidth Latin Small Letter K symbol in HTML, CSS, and JS?

Insert k Fullwidth Latin Small Letter K using HTML

1. Copy-paste Fullwidth Latin Small Letter K directly:
<span>k</span>
2. HTML Decimal Code:
<span>&#65355;</span>
3. Hexadecimal Code:
<span>&#xFF4B;</span>
Preview:

Add Fullwidth Latin Small Letter K symbol with CSS

.fullwidth-latin-small-letter-k::before {
    content: '\\FF4B';
}
Preview: Fullwidth Latin Small Letter K

Fullwidth Latin Small Letter K JavaScript Code

1. Direct Symbol:
document.querySelector('.fullwidth-latin-small-letter-k').textContent = 'k';
2. Unicode Escape for k:
document.querySelector('.fullwidth-latin-small-letter-k').textContent = '\uFF4B';
Preview: