Template:Xi
Appearance
𝜉
This template returns the Greek letter xi 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>\xi</math>
|
|||
{{xi}}
|
𝜉 | ξ | ''ξ''
|
{{xi|bold=true}}
|
𝝃 | ξ | '''''ξ'''''
|
{{xi|noitalic=true}}
|
ξ | ξ | ξ
|
{{xi|noitalic=true|bold=true}}
|
𝛏 | ξ | '''ξ'''
|
<math>\Xi</math>
|
|||
{{xi|uc=true}}
|
𝛯 | Ξ | ''Ξ''
|
{{xi|uc=true|bold=true}}
|
𝜩 | Ξ | '''''Ξ'''''
|
{{xi|uc=true|noitalic=true}}
|
Ξ | Ξ | Ξ
|
{{xi|uc=true|noitalic=true|bold=true}}
|
𝚵 | Ξ | '''Ξ'''
|
TemplateData
[edit]This template displays the Greek letter xi 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 |