Content deleted Content added
why is this helpful in certain browsers? I'm intrigued |
|||
Line 5:
== Usage ==
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. <tt>&#123;</tt>) or hexadecimal (e.g. <tt>&#xA9;</tt>), or by pasting it as plain text. Examples:
* {{code|<nowiki>{{unicode|&#x22CA;}}</nowiki>}} → {{unicode|⋊}}
* {{code|<nowiki>{{unicode|&#8906;}}</nowiki>}} → {{unicode|⋊}}
* {{code|<nowiki>{{unicode|⋊}}</nowiki>}} → {{unicode|⋊
or
* {{code|<nowiki>{{unicode|&#x22C9;}}</nowiki>}} → {{unicode|⋉}}
|