Template:Vartheta
Appearance
𝜗
This template returns the Greek letter theta for use in mathematics. A call to this template will produce characters such as 𝜗, 𝛳 (with |uc=
), or 𝝑 (with |bold=
).
Wiki code | Rendered result | Compared to: | which is produced by: |
---|---|---|---|
<math>\theta</math>
|
|||
<math>\vartheta</math>
|
|||
{{vartheta}}
|
𝜗 | ϑ | ''ϑ''
|
{{vartheta|bold=true}}
|
𝝑 | ϑ | '''''ϑ'''''
|
{{vartheta|noitalic=true}}
|
ϑ | ϑ | ϑ
|
{{vartheta|noitalic=true|bold=true}}
|
𝛝 | ϑ | '''ϑ'''
|
<math>\Theta</math>
|
|||
{{vartheta|uc=true}}
|
𝛳 | ϴ | ''ϴ'' [note 1]
|
{{vartheta|uc=true|bold=true}}
|
𝜭 | ϴ | '''''ϴ''''' [note 1]
|
{{vartheta|uc=true|noitalic=true}}
|
ϴ | ϴ | ϴ [note 1]
|
TemplateData
[edit]This template displays the alternative variation of the Greek letter theta 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 to use the variation of the character that is bold. Note: Not every symbol has a corresponding bold character. | Unknown | optional |