Template:Unicode/doc: Difference between revisions

Content deleted Content added
m fix
Line 7:
In its basic version, this template sets the font for its argument to one which is likely to support special symbols. The argument is specified using [[Html_characters#HTML_character_references|HTML character encoding]], either in decimal (e.g. <code>&amp;#123;</code>) or hexadecimal (e.g. <code>&amp;#xA9;</code>), or by pasting it as plain text. Examples:
 
*the The math symbol termed "LEFT NORMAL FACTOR SEMIDIRECT PRODUCT"
** {{#invoke:DemoTemplate|unicode|&#x22CA;}}
** {{#invoke:DemoTemplate|unicode|&#8906;}}
** {{#invoke:DemoTemplate|unicode|&#8906;}}
*the The math symbol termed "'''RIGHT''' NORMAL FACTOR SEMIDIRECT PRODUCT"
** {{#invoke:DemoTemplate|unicode|&#x22C9;}}
** {{#invoke:DemoTemplate|unicode|&#8905;}}
** {{#invoke:DemoTemplate|unicode|&#8905;}}
 
== Purpose ==