HTML Entity/SymbolΚ(GREEK CAPITAL LETTER KAPPA )

Κ
Copy this symbol

GREEK CAPITAL LETTER KAPPA

Click on any of the following code values to copy to clipboard.

Κ
Κ
U+0039A
\039a
Κ

HTML Examples

Using HTML Code value in HTML file

<span> &#922; </span>

Using HTML Entity value in HTML file

<span> &Kappa; </span>

CSS Example

Using CSS content code of the HTML entity &Kappa; to specify in a CSS file

span { 
    content: "\039a";
}
All HTML Symbols