𝜘
This template returns the Greek letter kappa for use in mathematics. A call to this template will produce characters such as 𝜘, 𝝒 (with |bold=
), or 𝛫 (with |uc=
).
Wiki code | Rendered result | Compared to: | which is produced by: |
---|---|---|---|
<math>\kappa</math>
|
|||
{{kappa}}
|
𝜘 | κ | ''κ''
|
{{kappa|bold=true}}
|
𝝒 | κ | '''''κ'''''
|
{{kappa|noitalic=true}}
|
κ | κ | κ
|
{{kappa|noitalic=true|bold=true}}
|
𝛋 | κ | '''κ'''
|
<math>\Kappa</math>
|
|||
{{kappa|uc=true}}
|
𝛫 | Κ | ''Κ''
|
{{kappa|uc=true|bold=true}}
|
𝜥 | Κ | '''''Κ'''''
|
{{kappa|uc=true|noitalic=true}}
|
Κ | Κ | Κ
|
{{kappa|uc=true|noitalic=true|bold=true}}
|
𝚱 | Κ | '''Κ'''
|
This template displays the Greek letter kappa for use in mathematical equations.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Uppercase | uc uppercase | Whether or not the character displayed is uppercase. | Unknown | optional |
No italic | noitalic | Whether or not the character displayed is not italic. | Unknown | optional |
bold | bold | Whether or not the character displayed is bold face. | Unknown | optional |