Greek Small Letter Kappa

κ

Shortcodes

Copy and paste codes for Greek Small Letter Kappa symbol κ to use in your websites, apps, blogs, and more.

Unicode
U+03BA
HTML Code
κ
HTML Entity
κ
HEX Code
κ
CSS Code
\03BA
JS/JSON
\u03BA
Unix/C/PHP/JAVA
0x03BA
URL-encode
%CE%BA
copied

Customize Greek Small Letter Kappa Symbol

Customize κ symbol as you like and download Greek Small Letter Kappa 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 Greek Small Letter Kappa symbol in HTML, CSS, and JS?

Insert κ Greek Small Letter Kappa using HTML

1. Copy-paste Greek Small Letter Kappa directly:
<span>κ</span>
2. HTML Decimal Code:
<span>&#954;</span>
3. HTML Entity:
<span>&kappa;</span>
4. Hexadecimal Code:
<span>&#x3BA;</span>
Preview: κ

Add Greek Small Letter Kappa symbol with CSS

.greek-small-letter-kappa::before {
    content: '\\03BA';
}
Preview: Greek Small Letter Kappa

Greek Small Letter Kappa JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-small-letter-kappa').textContent = 'κ';
2. Unicode Escape for κ:
document.querySelector('.greek-small-letter-kappa').textContent = '\u03BA';
Preview: κ