Template:Unicode/doc: Difference between revisions

Content deleted Content added
fix code
Doncram (talk | contribs)
revise to clarify that the two examples are different (it is easy not to see any difference), and to name them. intended only to make the examples better. revert if not helpful
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 math symbol termed "LEFT NORMAL FACTOR SEMIDIRECT PRODUCT"
* {{code|<nowiki>{{unicode|&amp;#x22CA;}}</nowiki>}} → {{unicode|&#x22CA;}}
** {{code|<nowiki>{{unicode|&amp;#8906x22CA;}}</nowiki>}} → {{unicode|&#8906x22CA;}}
** {{code|<nowiki>{{unicode|&amp;#8906;}}</nowiki>}} → {{unicode|&#8906;}}
** {{code|<nowiki>{{unicode|&amp;#x22CA8906;}}</nowiki>}} → {{unicode|&#x22CA8906;}}
or
*the math symbol termed "'''RIGHT''' NORMAL FACTOR SEMIDIRECT PRODUCT"
* {{code|<nowiki>{{unicode|&amp;#x22C9;}}</nowiki>}} → {{unicode|&#x22C9;}}
* {{code|<nowiki>{{unicode|&amp;#8905;}}</nowiki>}} → {{unicode|&#8905;}}