Template:Gamma
Appearance
𝛾
This template returns the Greek letter gamma 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>\gamma</math>
|
|||
{{gamma}}
|
𝛾 | γ | ''γ''
|
{{gamma|bold=true}}
|
𝜸 | γ | '''''γ'''''
|
{{gamma|noitalic=true}}
|
γ | γ | γ
|
{{gamma|noitalic=true|bold=true}}
|
𝛄 | γ | '''γ'''
|
<math>\Gamma</math>
|
|||
{{gamma|uc=true}}
|
𝛤 | Γ | ''Γ''
|
{{gamma|uc=true|bold=true}}
|
𝜞 | Γ | '''''Γ'''''
|
{{gamma|uc=true|noitalic=true}}
|
Γ | Γ | Γ
|
{{gamma|uc=true|noitalic=true|bold=true}}
|
𝚪 | Γ | '''Γ'''
|
TemplateData
[edit]This template displays the Greek letter gamma 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 |