<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>http://www.mansun.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AUnicode%2Fdoc</id>
		<title>Template:Unicode/doc - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.mansun.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AUnicode%2Fdoc"/>
		<link rel="alternate" type="text/html" href="http://www.mansun.wiki/index.php?title=Template:Unicode/doc&amp;action=history"/>
		<updated>2026-04-29T19:39:20Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://www.mansun.wiki/index.php?title=Template:Unicode/doc&amp;diff=2111&amp;oldid=prev</id>
		<title>DarkMavis: Created page with &quot;{{documentation subpage}}  {{TOCright}}  == Usage ==  In its basic version, this template sets the font for its argument to one which is likely to support special symbols. The...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.mansun.wiki/index.php?title=Template:Unicode/doc&amp;diff=2111&amp;oldid=prev"/>
				<updated>2015-07-15T20:54:13Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{documentation subpage}}  {{TOCright}}  == Usage ==  In its basic version, this template sets the font for its argument to one which is likely to support special symbols. The...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
&lt;br /&gt;
{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
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. &amp;lt;code&amp;gt;&amp;amp;amp;#123;&amp;lt;/code&amp;gt;) or hexadecimal (e.g. &amp;lt;code&amp;gt;&amp;amp;amp;#xA9;&amp;lt;/code&amp;gt;), or by pasting it as plain text. Examples:&lt;br /&gt;
&lt;br /&gt;
* {{code|&amp;lt;nowiki&amp;gt;{{unicode|&amp;amp;amp;#x22CA;}}&amp;lt;/nowiki&amp;gt;}} → {{unicode|&amp;amp;#x22CA;}}&lt;br /&gt;
* {{code|&amp;lt;nowiki&amp;gt;{{unicode|&amp;amp;amp;#8906;}}&amp;lt;/nowiki&amp;gt;}} → {{unicode|&amp;amp;#8906;}}&lt;br /&gt;
* {{code|&amp;lt;nowiki&amp;gt;{{unicode|&amp;amp;#8906;}}&amp;lt;/nowiki&amp;gt;}} → {{unicode|&amp;amp;#8906;}}&lt;br /&gt;
or&lt;br /&gt;
* {{code|&amp;lt;nowiki&amp;gt;{{unicode|&amp;amp;amp;#x22C9;}}&amp;lt;/nowiki&amp;gt;}} → {{unicode|&amp;amp;#x22C9;}}&lt;br /&gt;
* {{code|&amp;lt;nowiki&amp;gt;{{unicode|&amp;amp;amp;#8905;}}&amp;lt;/nowiki&amp;gt;}} → {{unicode|&amp;amp;#8905;}}&lt;br /&gt;
* {{code|&amp;lt;nowiki&amp;gt;{{unicode|&amp;amp;#8905;}}&amp;lt;/nowiki&amp;gt;}} → {{unicode|&amp;amp;#8905;}}&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
&lt;br /&gt;
This template was created to allow easy switching to [[Unicode font]]s. It helps some browsers in which characters which do not render correctly, such as [[Microsoft]] [[Internet Explorer]] on [[Windows XP]].&lt;br /&gt;
&lt;br /&gt;
The fonts selected are designed to maximize the probability of rendering uncommon [[Unicode]] characters correctly. However, different fonts cover different [[Unicode range]]s. It is probably mostly useful for various [[Unicode symbols]]. Do not use it for the following:&lt;br /&gt;
&lt;br /&gt;
* For strings in the [[International Phonetic Alphabet]], use {{tl|IPA}}.&lt;br /&gt;
* For various non-Latin scripts, use {{tl|lang}} if possible, or {{tl|script}} otherwise.&lt;br /&gt;
&lt;br /&gt;
== Internals ==&lt;br /&gt;
&lt;br /&gt;
The source for the template is:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;XML&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;Unicode&amp;quot;&amp;gt;{{{1}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
and &amp;lt;code&amp;gt;class=&amp;quot;Unicode&amp;quot;&amp;lt;/code&amp;gt; is defined in [[MediaWiki:Common.js]] as follows:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;CSS&amp;quot;&amp;gt;&lt;br /&gt;
.Unicode {&lt;br /&gt;
    font-family: &amp;quot;Arial Unicode MS&amp;quot;, &amp;quot;Lucida Sans Unicode&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Note it is defined ''only'' for Windows XP. It does so by targeting XP in JavaScript.&lt;br /&gt;
&lt;br /&gt;
You can override this with your own &amp;lt;code&amp;gt;Unicode&amp;lt;/code&amp;gt; class definition in your [[Help:User_style|personal stylesheet]] (e.g. &amp;lt;code&amp;gt;User:''username''/common.css&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
== Template data ==&lt;br /&gt;
{{TemplateDataHeader}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;This template is used to set the font so that Unicode symbols are more likely to work.&amp;quot;,&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Symbol&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The code, either in decimal, hexadecimal, or symbol form.&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* {{tl|IPA}} – To format symbols of the International Phonetic Alphabet&lt;br /&gt;
* {{tl|PUA}} – To mark characters from the Private Use Area that should be retained&lt;br /&gt;
* {{tl|transl}} – Generic [[romanization]]&lt;br /&gt;
* {{tl|script}} – Scripts in Unicode navigation box&lt;br /&gt;
* {{tl|UnicodeTitle}}&lt;br /&gt;
* {{tl|unichar}} – to format an [[Unicode]] character description&lt;br /&gt;
&lt;br /&gt;
{{Unicode templates}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:MSIE font fix templates|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Unicode templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>DarkMavis</name></author>	</entry>

	</feed>