This site is supported by donations to The OEIS Foundation.
Template:Mathscr/doc
The {{mathscr}} ([mathematical] script typeface) mathematical alphanumeric symbols template simulates a script typeface (using Unicode) for use in mathematical formulas using standard HTML+CSS (see notes about LaTeX support).
Contents
Usage
- {{mathscr|character}}
or
- {{mathscr|character|format}}
or
- {{mathscr|character|font}}
or
- {{mathscr|character|font|format}}
where character
is from
- a single Latin uppercase/lowercase character or Hindu-arabic numeral digit,
-
ell
: ell, -
wp
orweierp
: Weierstrass p;
and where
- you may ask for Cambria bold script, e.g.
'''a'''
, - although this won’t get Symbola bold script: it gives a different typeface instead...;
and font
(optional second argument) is from
-
-
ormath
orcambria
: to get font-family: 'Cambria Math' (default), or -
~
orfancy
orsymbola
: to get [curlier] font-family: Symbola;
and format
(optional last argument) is either
-
htm
: to get HTML+CSS (default), or -
tex
: to get LaTeX code.
Examples
Cambria script typeface
The code
: {{math|<!-- -->{{mathscr|A}} {{mathscr|B}} {{mathscr|C}} {{mathscr|D}} {{mathscr|E}} {{mathscr|F}} {{mathscr|G}} {{mathscr|H}} {{mathscr|I}} {{mathscr|J}} {{mathscr|K}} {{mathscr|L}} {{mathscr|M}} <!-- -->{{mathscr|N}} {{mathscr|O}} {{mathscr|P}} {{mathscr|Q}} {{mathscr|R}} {{mathscr|S}} {{mathscr|T}} {{mathscr|U}} {{mathscr|V}} {{mathscr|W}} {{mathscr|X}} {{mathscr|Y}} {{mathscr|Z}} |tex = {{#replace: <!-- -->{{mathscr|A|tex}} {{mathscr|B|tex}} {{mathscr|C|tex}} {{mathscr|D|tex}} {{mathscr|E|tex}} {{mathscr|F|tex}} {{mathscr|G|tex}} {{mathscr|H|tex}} {{mathscr|I|tex}} <!-- -->{{mathscr|J|tex}} {{mathscr|K|tex}} {{mathscr|L|tex}} {{mathscr|M|tex}} {{mathscr|N|tex}} {{mathscr|O|tex}} {{mathscr|P|tex}} {{mathscr|Q|tex}} {{mathscr|R|tex}} <!-- -->{{mathscr|S|tex}} {{mathscr|T|tex}} {{mathscr|U|tex}} {{mathscr|V|tex}} {{mathscr|W|tex}} {{mathscr|X|tex}} {{mathscr|Y|tex}} {{mathscr|Z|tex}} ||\,}} |&}}{{nl}}<!-- -->{{math|<!-- -->{{mathscr|a}} {{mathscr|b}} {{mathscr|c}} {{mathscr|d}} {{mathscr|e}} {{mathscr|f}} {{mathscr|g}} {{mathscr|h}} {{mathscr|i}} {{mathscr|j}} {{mathscr|k}} {{mathscr|l}} {{mathscr|m}} <!-- -->{{mathscr|n}} {{mathscr|o}} {{mathscr|p}} {{mathscr|q}} {{mathscr|r}} {{mathscr|s}} {{mathscr|t}} {{mathscr|u}} {{mathscr|v}} {{mathscr|w}} {{mathscr|x}} {{mathscr|y}} {{mathscr|z}} <!-- -->{{nbsp|2}}{{mathscr|ell}} {{mathscr|wp}} {{mathscr|weierp}} |tex = {{#replace: <!-- -->{{mathscr|a|tex}} {{mathscr|b|tex}} {{mathscr|c|tex}} {{mathscr|d|tex}} {{mathscr|e|tex}} {{mathscr|f|tex}} {{mathscr|g|tex}} {{mathscr|h|tex}} {{mathscr|i|tex}} <!-- -->{{mathscr|j|tex}} {{mathscr|k|tex}} {{mathscr|l|tex}} {{mathscr|m|tex}} {{mathscr|n|tex}} {{mathscr|o|tex}} {{mathscr|p|tex}} {{mathscr|q|tex}} {{mathscr|r|tex}} <!-- -->{{mathscr|s|tex}} {{mathscr|t|tex}} {{mathscr|u|tex}} {{mathscr|v|tex}} {{mathscr|w|tex}} {{mathscr|x|tex}} {{mathscr|y|tex}} {{mathscr|z|tex}} <!-- -->\;\; {{mathscr|ell|tex}} {{mathscr|wp|tex}} {{mathscr|weierp|tex}} ||\,}} |&}}{{nl}}<!-- -->{{math|<!-- -->{{mathscr|0}} {{mathscr|1}} {{mathscr|2}} {{mathscr|3}} {{mathscr|4}} {{mathscr|5}} {{mathscr|6}} {{mathscr|7}} {{mathscr|8}} {{mathscr|9}} |tex = {{#replace: <!-- -->{{mathscr|0|tex}} {{mathscr|1|tex}} {{mathscr|2|tex}} {{mathscr|3|tex}} {{mathscr|4|tex}} {{mathscr|5|tex}} {{mathscr|6|tex}} {{mathscr|7|tex}} {{mathscr|8|tex}} {{mathscr|9|tex}} ||\,}} |&}}
yields the text style HTML+CSS (Hindu-arabic numeral digits are [automatically] rendered in calligraphic typeface using {{mathcal|...}}
)
-
𝒜 ℬ 𝒞 𝒟 ℰ ℱ 𝒢 ℋ ℐ 𝒥 𝒦 ℒ ℳ 𝒩 𝒪 𝒫 𝒬 ℛ 𝒮 𝒯 𝒰 𝒱 𝒲 𝒳 𝒴 𝒵 𝒶 𝒷 𝒸 𝒹 ℯ 𝒻 ℊ 𝒽 𝒾 𝒿 𝓀 𝓁 𝓂 𝓃 ℴ 𝓅 𝓆 𝓇 𝓈 𝓉 𝓊 𝓋 𝓌 𝓍 𝓎 𝓏 ℓ ℘ ℘ 0 1 2 3 4 5 6 7 8 9
and with the $
option, yields the text style LaTeX (currently using \mathcal{ }
to get calligraphic typeface, except for \ell
giving lowercase script instead of lowercase calligraphic )
Symbola script typeface
The code
: {{math|<!-- -->{{mathscr|A|~}} {{mathscr|B|~}} {{mathscr|C|~}} {{mathscr|D|~}} {{mathscr|E|~}} {{mathscr|F|~}} {{mathscr|G|~}} {{mathscr|H|~}} {{mathscr|I|~}} {{mathscr|J|~}} {{mathscr|K|~}} {{mathscr|L|~}} <!-- -->{{mathscr|M|~}} {{mathscr|N|~}} {{mathscr|O|~}} {{mathscr|P|~}} {{mathscr|Q|~}} {{mathscr|R|~}} {{mathscr|S|~}} {{mathscr|T|~}} {{mathscr|U|~}} {{mathscr|V|~}} {{mathscr|W|~}} {{mathscr|X|~}} <!-- -->{{mathscr|Y|~}} {{mathscr|Z|~}} |tex = {{#replace: <!-- -->{{mathscr|A|tex}} {{mathscr|B|tex}} {{mathscr|C|tex}} {{mathscr|D|tex}} {{mathscr|E|tex}} {{mathscr|F|tex}} {{mathscr|G|tex}} {{mathscr|H|tex}} {{mathscr|I|tex}} <!-- -->{{mathscr|J|tex}} {{mathscr|K|tex}} {{mathscr|L|tex}} {{mathscr|M|tex}} {{mathscr|N|tex}} {{mathscr|O|tex}} {{mathscr|P|tex}} {{mathscr|Q|tex}} {{mathscr|R|tex}} <!-- -->{{mathscr|S|tex}} {{mathscr|T|tex}} {{mathscr|U|tex}} {{mathscr|V|tex}} {{mathscr|W|tex}} {{mathscr|X|tex}} {{mathscr|Y|tex}} {{mathscr|Z|tex}} ||\,}} |&}}{{nl}}<!-- -->{{math|<!-- -->{{mathscr|a|~}} {{mathscr|b|~}} {{mathscr|c|~}} {{mathscr|d|~}} {{mathscr|e|~}} {{mathscr|f|~}} {{mathscr|g|~}} {{mathscr|h|~}} {{mathscr|i|~}} {{mathscr|j|~}} {{mathscr|k|~}} {{mathscr|l|~}} <!-- -->{{mathscr|m|~}} {{mathscr|n|~}} {{mathscr|o|~}} {{mathscr|p|~}} {{mathscr|q|~}} {{mathscr|r|~}} {{mathscr|s|~}} {{mathscr|t|~}} {{mathscr|u|~}} {{mathscr|v|~}} {{mathscr|w|~}} {{mathscr|x|~}} <!-- -->{{mathscr|y|~}} {{mathscr|z|~}} {{nbsp|2}}{{mathscr|ell|~}} {{mathscr|wp|~}} {{mathscr|weierp|~}} |tex = {{#replace: <!-- -->{{mathscr|a|tex}} {{mathscr|b|tex}} {{mathscr|c|tex}} {{mathscr|d|tex}} {{mathscr|e|tex}} {{mathscr|f|tex}} {{mathscr|g|tex}} {{mathscr|h|tex}} {{mathscr|i|tex}} <!-- -->{{mathscr|j|tex}} {{mathscr|k|tex}} {{mathscr|l|tex}} {{mathscr|m|tex}} {{mathscr|n|tex}} {{mathscr|o|tex}} {{mathscr|p|tex}} {{mathscr|q|tex}} {{mathscr|r|tex}} <!-- -->{{mathscr|s|tex}} {{mathscr|t|tex}} {{mathscr|u|tex}} {{mathscr|v|tex}} {{mathscr|w|tex}} {{mathscr|x|tex}} {{mathscr|y|tex}} {{mathscr|z|tex}} <!-- -->\;\; {{mathscr|ell|tex}} {{mathscr|wp|tex}} {{mathscr|weierp|tex}} ||\,}} |&}}{{nl}}<!-- -->{{math|<!-- -->{{mathscr|0|~}} {{mathscr|1|~}} {{mathscr|2|~}} {{mathscr|3|~}} {{mathscr|4|~}} {{mathscr|5|~}} {{mathscr|6|~}} {{mathscr|7|~}} {{mathscr|8|~}} {{mathscr|9|~}} |tex = {{#replace: <!-- -->{{mathscr|0|tex}} {{mathscr|1|tex}} {{mathscr|2|tex}} {{mathscr|3|tex}} {{mathscr|4|tex}} {{mathscr|5|tex}} {{mathscr|6|tex}} {{mathscr|7|tex}} {{mathscr|8|tex}} {{mathscr|9|tex}} ||\,}} |&}}
yields the text style HTML+CSS (Hindu-arabic numeral digits are [automatically] rendered in calligraphic typeface using {{mathcal|...}}
)
-
𝒜 ℬ 𝒞 𝒟 ℰ ℱ 𝒢 ℋ ℐ 𝒥 𝒦 ℒ ℳ 𝒩 𝒪 𝒫 𝒬 ℛ 𝒮 𝒯 𝒰 𝒱 𝒲 𝒳 𝒴 𝒵 𝒶 𝒷 𝒸 𝒹 ℯ 𝒻 ℊ 𝒽 𝒾 𝒿 𝓀 𝓁 𝓂 𝓃 ℴ 𝓅 𝓆 𝓇 𝓈 𝓉 𝓊 𝓋 𝓌 𝓍 𝓎 𝓏 ℓ ℘ ℘ 0 1 2 3 4 5 6 7 8 9
Cambria bold script typeface
The code
: {{math|<!-- -->{{mathscr|'''A'''}} {{mathscr|'''B'''}} {{mathscr|'''C'''}} {{mathscr|'''D'''}} {{mathscr|'''E'''}} {{mathscr|'''F'''}} {{mathscr|'''G'''}} {{mathscr|'''H'''}} {{mathscr|'''I'''}} <!-- -->{{mathscr|'''J'''}} {{mathscr|'''K'''}} {{mathscr|'''L'''}} {{mathscr|'''M'''}} {{mathscr|'''N'''}} {{mathscr|'''O'''}} {{mathscr|'''P'''}} {{mathscr|'''Q'''}} {{mathscr|'''R'''}} <!-- -->{{mathscr|'''S'''}} {{mathscr|'''T'''}} {{mathscr|'''U'''}} {{mathscr|'''V'''}} {{mathscr|'''W'''}} {{mathscr|'''X'''}} {{mathscr|'''Y'''}} {{mathscr|'''Z'''}} |tex = {{#replace: <!-- -->{{mathscr|'''A'''|tex}} {{mathscr|'''B'''|tex}} {{mathscr|'''C'''|tex}} {{mathscr|'''D'''|tex}} {{mathscr|'''E'''|tex}} {{mathscr|'''F'''|tex}} {{mathscr|'''G'''|tex}} {{mathscr|'''H'''|tex}} <!-- -->{{mathscr|'''I'''|tex}} {{mathscr|'''J'''|tex}} {{mathscr|'''K'''|tex}} {{mathscr|'''L'''|tex}} {{mathscr|'''M'''|tex}} {{mathscr|'''N'''|tex}} {{mathscr|'''O'''|tex}} {{mathscr|'''P'''|tex}} <!-- -->{{mathscr|'''Q'''|tex}} {{mathscr|'''R'''|tex}} {{mathscr|'''S'''|tex}} {{mathscr|'''T'''|tex}} {{mathscr|'''U'''|tex}} {{mathscr|'''V'''|tex}} {{mathscr|'''W'''|tex}} {{mathscr|'''X'''|tex}} <!-- -->{{mathscr|'''Y'''|tex}} {{mathscr|'''Z'''|tex}} ||\,}} |&}}{{nl}}<!-- -->{{math|<!-- -->{{mathscr|'''a'''}} {{mathscr|'''b'''}} {{mathscr|'''c'''}} {{mathscr|'''d'''}} {{mathscr|'''e'''}} {{mathscr|'''f'''}} {{mathscr|'''g'''}} {{mathscr|'''h'''}} {{mathscr|'''i'''}} <!-- -->{{mathscr|'''j'''}} {{mathscr|'''k'''}} {{mathscr|'''l'''}} {{mathscr|'''m'''}} {{mathscr|'''n'''}} {{mathscr|'''o'''}} {{mathscr|'''p'''}} {{mathscr|'''q'''}} {{mathscr|'''r'''}} <!-- -->{{mathscr|'''s'''}} {{mathscr|'''t'''}} {{mathscr|'''u'''}} {{mathscr|'''v'''}} {{mathscr|'''w'''}} {{mathscr|'''x'''}} {{mathscr|'''y'''}} {{mathscr|'''z'''}} <!-- -->{{nbsp|2}}{{mathscr|'''ell'''}} {{mathscr|'''wp'''}} {{mathscr|'''weierp'''}} |tex = {{#replace: <!-- -->{{mathscr|'''a'''|tex}} {{mathscr|'''b'''|tex}} {{mathscr|'''c'''|tex}} {{mathscr|'''d'''|tex}} {{mathscr|'''e'''|tex}} {{mathscr|'''f'''|tex}} {{mathscr|'''g'''|tex}} {{mathscr|'''h'''|tex}} <!-- -->{{mathscr|'''i'''|tex}} {{mathscr|'''j'''|tex}} {{mathscr|'''k'''|tex}} {{mathscr|'''l'''|tex}} {{mathscr|'''m'''|tex}} {{mathscr|'''n'''|tex}} {{mathscr|'''o'''|tex}} {{mathscr|'''p'''|tex}} <!-- -->{{mathscr|'''q'''|tex}} {{mathscr|'''r'''|tex}} {{mathscr|'''s'''|tex}} {{mathscr|'''t'''|tex}} {{mathscr|'''u'''|tex}} {{mathscr|'''v'''|tex}} {{mathscr|'''w'''|tex}} {{mathscr|'''x'''|tex}} <!-- -->{{mathscr|'''y'''|tex}} {{mathscr|'''z'''|tex}} <!-- -->\;\; {{mathscr|'''ell'''|tex}} {{mathscr|'''wp'''|tex}} {{mathscr|'''weierp'''|tex}} ||\,}} |&}}{{nl}}<!-- -->{{math|<!-- -->{{mathscr|'''0'''}} {{mathscr|'''1'''}} {{mathscr|'''2'''}} {{mathscr|'''3'''}} {{mathscr|'''4'''}} {{mathscr|'''5'''}} {{mathscr|'''6'''}} {{mathscr|'''7'''}} {{mathscr|'''8'''}} {{mathscr|'''9'''}} |tex = {{#replace: <!-- -->{{mathscr|'''0'''|tex}} {{mathscr|'''1'''|tex}} {{mathscr|'''2'''|tex}} {{mathscr|'''3'''|tex}} {{mathscr|'''4'''|tex}} {{mathscr|'''5'''|tex}} {{mathscr|'''6'''|tex}} {{mathscr|'''7'''|tex}} <!-- -->{{mathscr|'''8'''|tex}} {{mathscr|'''9'''|tex}} ||\,}} |&}}
yields the text style HTML+CSS (Hindu-arabic numeral digits are [automatically] rendered in bold calligraphic typeface using <b>{{mathcal|...}}</b>
)
-
𝓐 𝓑 𝓒 𝓓 𝓔 𝓕 𝓖 𝓗 𝓘 𝓙 𝓚 𝓛 𝓜 𝓝 𝓞 𝓟 𝓠 𝓡 𝓢 𝓣 𝓤 𝓥 𝓦 𝓧 𝓨 𝓩 𝓪 𝓫 𝓬 𝓭 𝓮 𝓯 𝓰 𝓱 𝓲 𝓳 𝓴 𝓵 𝓶 𝓷 𝓸 𝓹 𝓺 𝓻 𝓼 𝓽 𝓾 𝓿 𝔀 𝔁 𝔂 𝔃 ℓ ℘ ℘ 0 1 2 3 4 5 6 7 8 9
and with the $
option, yields the text style LaTeX (currently using \mathcal{ }
to get calligraphic typeface, except for \ell
giving lowercase script instead of lowercase calligraphic )
NOT Symbola [NOT bold] script typeface
The code
: {{math|<!-- -->{{mathscr|'''A'''|~}} {{mathscr|'''B'''|~}} {{mathscr|'''C'''|~}} {{mathscr|'''D'''|~}} {{mathscr|'''E'''|~}} {{mathscr|'''F'''|~}} {{mathscr|'''G'''|~}} {{mathscr|'''H'''|~}} {{mathscr|'''I'''|~}} <!-- -->{{mathscr|'''J'''|~}} {{mathscr|'''K'''|~}} {{mathscr|'''L'''|~}} {{mathscr|'''M'''|~}} {{mathscr|'''N'''|~}} {{mathscr|'''O'''|~}} {{mathscr|'''P'''|~}} {{mathscr|'''Q'''|~}} {{mathscr|'''R'''|~}} <!-- -->{{mathscr|'''S'''|~}} {{mathscr|'''T'''|~}} {{mathscr|'''U'''|~}} {{mathscr|'''V'''|~}} {{mathscr|'''W'''|~}} {{mathscr|'''X'''|~}} {{mathscr|'''Y'''|~}} {{mathscr|'''Z'''|~}} |tex = {{#replace: <!-- -->{{mathscr|'''A'''|tex}} {{mathscr|'''B'''|tex}} {{mathscr|'''C'''|tex}} {{mathscr|'''D'''|tex}} {{mathscr|'''E'''|tex}} {{mathscr|'''F'''|tex}} {{mathscr|'''G'''|tex}} {{mathscr|'''H'''|tex}} <!-- -->{{mathscr|'''I'''|tex}} {{mathscr|'''J'''|tex}} {{mathscr|'''K'''|tex}} {{mathscr|'''L'''|tex}} {{mathscr|'''M'''|tex}} {{mathscr|'''N'''|tex}} {{mathscr|'''O'''|tex}} {{mathscr|'''P'''|tex}} <!-- -->{{mathscr|'''Q'''|tex}} {{mathscr|'''R'''|tex}} {{mathscr|'''S'''|tex}} {{mathscr|'''T'''|tex}} {{mathscr|'''U'''|tex}} {{mathscr|'''V'''|tex}} {{mathscr|'''W'''|tex}} {{mathscr|'''X'''|tex}} <!-- -->{{mathscr|'''Y'''|tex}} {{mathscr|'''Z'''|tex}} ||\,}} |&}}{{nl}}<!-- -->{{math|<!-- -->{{mathscr|'''a'''|~}} {{mathscr|'''b'''|~}} {{mathscr|'''c'''|~}} {{mathscr|'''d'''|~}} {{mathscr|'''e'''|~}} {{mathscr|'''f'''|~}} {{mathscr|'''g'''|~}} {{mathscr|'''h'''|~}} {{mathscr|'''i'''|~}} <!-- -->{{mathscr|'''j'''|~}} {{mathscr|'''k'''|~}} {{mathscr|'''l'''|~}} {{mathscr|'''m'''|~}} {{mathscr|'''n'''|~}} {{mathscr|'''o'''|~}} {{mathscr|'''p'''|~}} {{mathscr|'''q'''|~}} {{mathscr|'''r'''|~}} <!-- -->{{mathscr|'''s'''|~}} {{mathscr|'''t'''|~}} {{mathscr|'''u'''|~}} {{mathscr|'''v'''|~}} {{mathscr|'''w'''|~}} {{mathscr|'''x'''|~}} {{mathscr|'''y'''|~}} {{mathscr|'''z'''|~}} <!-- -->{{nbsp|2}}{{mathscr|'''ell'''|~}} {{mathscr|'''wp'''|~}} {{mathscr|'''weierp'''|~}} |tex = {{#replace: <!-- -->{{mathscr|'''a'''|tex}} {{mathscr|'''b'''|tex}} {{mathscr|'''c'''|tex}} {{mathscr|'''d'''|tex}} {{mathscr|'''e'''|tex}} {{mathscr|'''f'''|tex}} {{mathscr|'''g'''|tex}} {{mathscr|'''h'''|tex}} <!-- -->{{mathscr|'''i'''|tex}} {{mathscr|'''j'''|tex}} {{mathscr|'''k'''|tex}} {{mathscr|'''l'''|tex}} {{mathscr|'''m'''|tex}} {{mathscr|'''n'''|tex}} {{mathscr|'''o'''|tex}} {{mathscr|'''p'''|tex}} <!-- -->{{mathscr|'''q'''|tex}} {{mathscr|'''r'''|tex}} {{mathscr|'''s'''|tex}} {{mathscr|'''t'''|tex}} {{mathscr|'''u'''|tex}} {{mathscr|'''v'''|tex}} {{mathscr|'''w'''|tex}} {{mathscr|'''x'''|tex}} <!-- -->{{mathscr|'''y'''|tex}} {{mathscr|'''z'''|tex}} <!-- -->\;\; {{mathscr|'''ell'''|tex}} {{mathscr|'''wp'''|tex}} {{mathscr|'''weierp'''|tex}} ||\,}} |&}}{{nl}}<!-- -->{{math|<!-- -->{{mathscr|'''0'''|~}} {{mathscr|'''1'''|~}} {{mathscr|'''2'''|~}} {{mathscr|'''3'''|~}} {{mathscr|'''4'''|~}} <!-- -->{{mathscr|'''5'''|~}} {{mathscr|'''6'''|~}} {{mathscr|'''7'''|~}} {{mathscr|'''8'''|~}} {{mathscr|'''9'''|~}} |tex = {{#replace: <!-- -->{{mathscr|'''0'''|tex}} {{mathscr|'''1'''|tex}} {{mathscr|'''2'''|tex}} {{mathscr|'''3'''|tex}} {{mathscr|'''4'''|tex}} {{mathscr|'''5'''|tex}} {{mathscr|'''6'''|tex}} {{mathscr|'''7'''|tex}} <!-- -->{{mathscr|'''8'''|tex}} {{mathscr|'''9'''|tex}} ||\,}} |&}}
yields the text style HTML+CSS (Hindu-arabic numeral digits are [automatically] rendered in bold calligraphic typeface using <b>{{mathcal|...}}</b>
)
-
𝓐 𝓑 𝓒 𝓓 𝓔 𝓕 𝓖 𝓗 𝓘 𝓙 𝓚 𝓛 𝓜 𝓝 𝓞 𝓟 𝓠 𝓡 𝓢 𝓣 𝓤 𝓥 𝓦 𝓧 𝓨 𝓩 𝓪 𝓫 𝓬 𝓭 𝓮 𝓯 𝓰 𝓱 𝓲 𝓳 𝓴 𝓵 𝓶 𝓷 𝓸 𝓹 𝓺 𝓻 𝓼 𝓽 𝓾 𝓿 𝔀 𝔁 𝔂 𝔃 ℓ ℘ ℘ 0 1 2 3 4 5 6 7 8 9
Tests
: {{mathfont|<!-- -->{{text|A a '''A''' '''a''' 5 '''5'''}}{{nl}}<!-- -->{{text|''A'' ''a'' '''''A''''' '''''a''''' ''5'' '''''5'''''}}{{nl}}<!-- -->A a '''A''' '''a''' 5 '''5'''{{nl}}<!-- -->''A'' ''a'' '''''A''''' '''''a''''' ''5'' '''''5'''''{{nl}}<!-- -->{{mathcal|A}} {{mathcal|a}} {{mathcal|'''A'''}} {{mathcal|'''a'''}} {{mathcal|5}} {{mathcal|'''5'''}}{{nl}}<!-- -->{{mathscr|A|-}} {{mathscr|a|-}} {{mathscr|'''A'''|-}} {{mathscr|'''a'''|-}} {{mathscr|5|-}} {{mathscr|'''5'''|-}}{{nl}}<!-- -->{{mathscr|A|~}} {{mathscr|a|~}} {{mathscr|'''A'''|~}} {{mathscr|'''a'''|~}} {{mathscr|5|~}} {{mathscr|'''5'''|~}} }}
yields
- A a A a 5 5
A a A a 5 5
A a A a 5 5
A a A a 5 5
A a A a 5 5
𝒜 𝒶 𝓐 𝓪 5 5
𝒜 𝒶 𝓐 𝓪 5 5
Glyphs
|
|
|
Font support
Local Font List (Adobe Flash tool to see the fonts installed on your machine)—FileFormat.Info.
The following should apply for all the MATHEMATICAL SCRIPT CAPITAL A-Z (U+1D...) and MATHEMATICAL SCRIPT SMALL A-Z (U+1D...):
- MATHEMATICAL SCRIPT CAPITAL A (U+1D49C) Font Support—FileFormat.Info.
- Local Font List for MATHEMATICAL SCRIPT CAPITAL A (U+1D49C) (Adobe Flash tool to see the fonts installed on your machine)—FileFormat.Info.
The following apply for the SCRIPT CAPITAL A-Z (U+02...):
- SCRIPT CAPITAL B (U+212C) Font Support—FileFormat.Info.
- Local Font List for SCRIPT CAPITAL B (U+212C) (Adobe Flash tool to see the fonts installed on your machine)—FileFormat.Info.
- SCRIPT CAPITAL E (U+2130) Font Support—FileFormat.Info.
- SCRIPT CAPITAL F (U+2131) Font Support—FileFormat.Info.
- SCRIPT CAPITAL H (U+210B) Font Support—FileFormat.Info.
- SCRIPT CAPITAL I (U+2110) Font Support—FileFormat.Info.
- SCRIPT CAPITAL L (U+2112) Font Support—FileFormat.Info.
- SCRIPT CAPITAL M (U+2133) Font Support—FileFormat.Info.
- SCRIPT CAPITAL P (U+2118) Font Support—FileFormat.Info.
- SCRIPT CAPITAL R (U+211B) Font Support—FileFormat.Info.
The following apply for the SCRIPT SMALL A-Z (U+02...):
- SCRIPT SMALL E (U+212F) Font Support—FileFormat.Info.
- Local Font List for SCRIPT SMALL E (U+212F) (Adobe Flash tool to see the fonts installed on your machine)—FileFormat.Info.
- SCRIPT SMALL G (U+210A) Font Support—FileFormat.Info.
- SCRIPT SMALL L (U+2113) Font Support—FileFormat.Info.
- SCRIPT SMALL O (U+2134) Font Support—FileFormat.Info.
Comparison with {{mathcal}}
The code
: {{math|{{mathcal|A B C D E F G H I J K L M N O P Q R S T U V W X Y Z{{nbsp}}a b c d e f g h i j k l m n o p q r s t u v w x y z{{nbsp}}0 1 2 3 4 5 6 7 8 9}} |tex = {{#replace:{{mathcal|A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9|tex}}||\,}} |&}}
yields the text style HTML+CSS (calligraphic numerals appear in italic oldstyle figures; not roman oldstyle figures even if we use ''0123456789''
)
-
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9
and with the $
option, yields the text style LaTeX (only yields a calligraphic typeface for uppercase Latin characters!) (numerals appear in roman oldstyle figures)
The code
: {{math|''DEFGHI'' ''defghi'' {{mathcal|DEFGHI defghi}} |tex = DEFGHI \ defghi \ {{mathcal|DEFGHI \ defghi|tex}} |&}}
yields the text style HTML+CSS
-
DEFGHI defghi DEFGHI defghi
and with the $
option yields the text style LaTeX
Notes
HTML+CSS:
LaTeX: \mathscr{ }
requires package: mathrsfs. (Using \mathcal{ }
instead to get calligraphic font, except for \ell
to get lowercase script and \wp
or \weierp
to get Weierstrass )