<?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%3AUnichar%2Fdoc</id>
		<title>Template:Unichar/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%3AUnichar%2Fdoc"/>
		<link rel="alternate" type="text/html" href="http://www.mansun.wiki/index.php?title=Template:Unichar/doc&amp;action=history"/>
		<updated>2026-05-02T00:23:12Z</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:Unichar/doc&amp;diff=2384&amp;oldid=prev</id>
		<title>DarkMavis: Created page with &quot;{{Documentation subpage}} This template produces a formatted description of a Unicode character, to be used in-line with regular text.  * &lt;code&gt;The character {{tlx|unichar...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.mansun.wiki/index.php?title=Template:Unichar/doc&amp;diff=2384&amp;oldid=prev"/>
				<updated>2015-07-16T11:05:26Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation subpage}} This template produces a formatted description of a &lt;a href=&quot;/index.php?title=Unicode&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Unicode (page does not exist)&quot;&gt;Unicode&lt;/a&gt; character, to be used in-line with regular text.  * &amp;lt;code&amp;gt;The character {{tlx|unichar...&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;
This template produces a formatted description of a [[Unicode]] character, to be used in-line with regular text. &lt;br /&gt;
* &amp;lt;code&amp;gt;The character {{tlx|unichar|&amp;lt;nowiki&amp;gt;a9|Copyright sign&amp;lt;/nowiki&amp;gt;}} is about intellectual property.&amp;lt;/code&amp;gt; →&lt;br /&gt;
:The character {{unichar|a9|Copyright sign}} is about intellectual property.&lt;br /&gt;
==Usage==&lt;br /&gt;
This template produces a ''formatted description'' of a [[Unicode]] character, to be used ''in-line'' with regular text. It needs Unicode hexadecimal value and name as input, like &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{unichar|00A9|Copyright sign}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{unichar|00A9|Copyright sign}}.&lt;br /&gt;
&lt;br /&gt;
It follows the standard Unicode presentation of a character such as using the pattern &amp;quot;U+00A9&amp;quot;, and allowing Unicode's all caps naming habit (which is undesired in Wikipedia text) by using {{smallcaps|small caps}}. The hexadecimal value is required (e.g. A9), other input is optional. The actual glyph is looked for in a font that covers Unicode quite well, and this can be set more specific to e.g. language or IPA-specialized fonts. To show the glyph, the font character can be overridden with an image. A wikilink to an article and another to Unicode can be created, it is possible to add (in brackets), the calculated decimal value, HTML-notations, and a note.&lt;br /&gt;
&lt;br /&gt;
Some special code points are given extra care, like controls and space characters. These special code points are automatically detected by the [[Template:unichar/gc|unichar/gc]] sub-template.&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{unichar|00A9|Copyright sign}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{unichar|00A9|Copyright sign}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{unichar|00A9|Copyright sign|nlink=Copyright symbol}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{unichar|00A9|Copyright sign|nlink=Copyright symbol}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{unichar|00A9|Copyright sign|nlink=Copyright symbol|note=See also [[Copyleft]] symbol}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{unichar|00A9|Copyright sign|nlink=Copyright symbol|note=See also [[Copyleft]] symbol}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{unichar|00A9|Copyright sign|nlink=Copyright symbol|dec=|html=}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{unichar|00A9|Copyright sign|nlink=Copyright symbol|dec=|html=}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{unichar|00A0|No-break space|note=NBSP}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{unichar|00A0|No-break space|note=NBSP}}&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{unichar|0007|nlink=Bell character}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{unichar|0007|nlink=Bell character}}&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
The blank template, with all parameters, is as follows:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{unichar&lt;br /&gt;
| &amp;lt;!-- hex value, code point (do not add the &amp;quot;U+&amp;quot;)  --&amp;gt;&lt;br /&gt;
| &amp;lt;!-- Unicode name --&amp;gt;&lt;br /&gt;
| ulink =&lt;br /&gt;
| image =&lt;br /&gt;
| cwith =&lt;br /&gt;
| size  =&lt;br /&gt;
| use   =&lt;br /&gt;
| use2  =&lt;br /&gt;
| nlink =&lt;br /&gt;
| dec   =&lt;br /&gt;
| html  =&lt;br /&gt;
| note  =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Inline version:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{unichar| &amp;lt;!-- hex value (do not add &amp;quot;U+&amp;quot;) --&amp;gt;| &amp;lt;!-- Unicode name --&amp;gt;|ulink= |image= |cwith= |size= |use= |use2= |nlink= |dec= |html= |note= }}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''First parameter''', '''1=''' Unnamed, required (prefix &amp;quot;1=&amp;quot; may be omitted). The hexadecimal value of the code point, e.g. {{code|00A9}}.&lt;br /&gt;
:''Notes'': The parameter accepts input like {{code|A9}}, {{code|a9}} and {{code|00A9}} as hexadecimal value. Decimal values are not detected being decimal, and will give unexpected results (see Error messages, below).&lt;br /&gt;
&lt;br /&gt;
* '''Second parameter''', '''2=''' Unnamed (prefix &amp;quot;2=&amp;quot; may be omitted). The Unicode name of the character. The template uses this input as the {{Smallcaps|name in small caps}}, forced into these small capitals whatever the input. This name may differ from the name of the corresponding Wikipedia article (see below: nlink=).&lt;br /&gt;
&lt;br /&gt;
* '''nlink=''' Optional.wikilink.  Name of the Wikipedia page that will be linked to. If used, the Unicode name (second parameter) has a wikilink to the article. When the article name and the Unicode name are the same, using a straight &amp;quot;nlink=&amp;quot; without a name will do. &amp;lt;br/&amp;gt;&lt;br /&gt;
::For control characters using the ''nlink'' parameter, the Unicode name parameter is not used: the ''nlink'' parameter is displayed instead, without small caps.&lt;br /&gt;
:''Note'': the name of the page is case sensitive as with all wikipages.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{unichar|00A9|Copyright sign|nlink=Copyright symbol}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;rarr; {{unichar|00A9|Copyright sign|nlink=Copyright symbol}}&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{unichar|00A3|Pound sign|nlink=}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;rarr; {{unichar|00A3|Pound sign|nlink=}}.&lt;br /&gt;
&lt;br /&gt;
* '''ulink'''  Optional. Creates a wikilink in the &amp;quot;U+&amp;quot; prefix. When used without name ({{code|ulink={{!}}}}), the default value, [[Unicode]] page, is used: [[Unicode|U+]].&lt;br /&gt;
&lt;br /&gt;
* '''dec=''' Optional. Adds the decimal value to the text, in the bracketed note.&lt;br /&gt;
&lt;br /&gt;
* '''html=''' Optional. Adds the HTML character reference to the text, like &amp;lt;code&amp;gt;&amp;amp;amp;#160;&amp;lt;/code&amp;gt; in the bracketed note. If a ''named character reference'' exists, like &amp;lt;code&amp;gt;&amp;quot;&amp;amp;amp;nbsp;&amp;quot;&amp;lt;/code&amp;gt;, that is added too.&lt;br /&gt;
&lt;br /&gt;
*'''use=''' Optional. Sets the font-hinting template to get the glyph, since the character may not be present in a regular browser font. Default is {{tl|unicode}}, other options are {{tl|IPA}}, {{tl|lang}} and {{tl|script}}. When setting &amp;quot;use=lang&amp;quot; or &amp;quot;use=script&amp;quot;, '''use2''' should be used to set the language (&amp;quot;use2=fr&amp;quot;) or the script (&amp;quot;use2=Cyrs&amp;quot;). A glyph may still not show as expected due to browser effects. For a detailed description, see the templates documentation.&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{unichar|0485|COMBINING CYRILLIC DASIA PNEUMATA|cwith=|use=script|use2=Cyrs}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;rarr; {{unichar|0485|COMBINING CYRILLIC DASIA PNEUMATA|cwith=|use=script|use2=Cyrs}}&lt;br /&gt;
&lt;br /&gt;
* '''image=''' Optional. Allows for a ''file'' (graphic image) to represent the glyph, overrules the font completely. The filename should include the extension like &amp;quot;.svg&amp;quot;, but ''not'' the prefix &amp;quot;File:&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* '''cwith=''' Optional. Useful when the Unicode character is ''combining''. Using {{code|1=cwith=}} adds a space before the character, allowing the combining effect. So when used with a character like {{code|1=cwith=a}}, the character will be combined with the letter &amp;quot;a&amp;quot;. In Unicode, a general glyph used to place a combined character is {{unichar|25CC|DOTTED CIRCLE|html=}}.&lt;br /&gt;
: without '''cwith=''':&lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{unichar|0485|COMBINING CYRILLIC DASIA PNEUMATA}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;rarr; {{unichar|0485|COMBINING CYRILLIC DASIA PNEUMATA}}&lt;br /&gt;
: '''cwith=''' without parameter:&lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{unichar|0485|COMBINING CYRILLIC DASIA PNEUMATA|cwith=}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;rarr; {{unichar|0485|COMBINING CYRILLIC DASIA PNEUMATA|cwith=}}&lt;br /&gt;
: '''cwith=''' with dotted circle:&lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{unichar|0485|COMBINING CYRILLIC DASIA PNEUMATA|cwith=&amp;amp;amp;#9676;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;rarr; {{unichar|0485|COMBINING CYRILLIC DASIA PNEUMATA|cwith=&amp;amp;#9676;}}&lt;br /&gt;
&lt;br /&gt;
* '''size=''' Optional. Can be used to set the size ''of the glyph''. By default &amp;quot;size=125%&amp;quot;. For the font, all font-size style inputs are accepted: &amp;quot;7px&amp;quot;, &amp;quot;150%&amp;quot;, &amp;quot;2em&amp;quot;, &amp;quot;larger&amp;quot;.&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{unichar|0041|LATIN CAPITAL LETTER A|size=2em}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;rarr; {{unichar|0041|LATIN CAPITAL LETTER A|size=2em}}&lt;br /&gt;
: When using an ''image'' (file) instead of a font, this size can only accept sizes in px like &amp;quot;12px&amp;quot;. Default for images is &amp;quot;10px&amp;quot; .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{unichar&lt;br /&gt;
| A9&lt;br /&gt;
| Copyright sign&lt;br /&gt;
| ulink = Universal Character Set characters&lt;br /&gt;
| image = &lt;br /&gt;
| size  = 150%&lt;br /&gt;
| nlink = Copyright symbol&lt;br /&gt;
| note  = Example&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt; Produces:&lt;br /&gt;
* {{unichar&lt;br /&gt;
| A9&lt;br /&gt;
| Copyright sign&lt;br /&gt;
| ulink = Universal Character Set characters&lt;br /&gt;
| image = &lt;br /&gt;
| size  = 150%&lt;br /&gt;
| nlink = Copyright symbol&lt;br /&gt;
| note  = Example&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Presentation effects===&lt;br /&gt;
Since this template is aimed at presenting a ''formatted, inline description'', some effects are introduced to sustain this target.&lt;br /&gt;
* '''Showing space characters''': All space characters (those with [[Unicode_character_property#General_Category|General Category]]: Zs) are presented with a light-blue background, to show their actual presence and width: &amp;lt;code&amp;gt;{{unichar|00A0|No-break space|nlink=NBSP}}&amp;lt;/code&amp;gt;.&lt;br /&gt;
:Incidentally, the regular space &amp;lt;nowiki&amp;gt; &amp;lt;/nowiki&amp;gt; is replaced with &amp;lt;code&amp;gt;&amp;amp;amp;#00A0;&amp;lt;/code&amp;gt; (NBSP) to prevent wiki-markup deleting it as repeated spaces.&lt;br /&gt;
&lt;br /&gt;
* '''Removing formatting characters''': Formatting characters (those with [[Unicode_character_property#General_Category|General Category]]: Cf, Zl and Zp) are removed from the output. By definition, formatting characters have no glyph. By removing them they cannot have a formatting effect.&lt;br /&gt;
&lt;br /&gt;
Exception: five Arabic Cf/formatting number markings U+0600..U+0603 and U+60DD, are shown. While Cf formatting characters usually have no glyph, these five have. By internally adding &amp;quot;(visible)&amp;quot; to the category, these characters are shown.&lt;br /&gt;
&lt;br /&gt;
*'''Removing whitespace''': The template removes formatting code and surrounding whitespace from the input. A &amp;lt;Return&amp;gt; in the Name-input (possibly unintended) would frustrate the in-line behaviour expectation.&lt;br /&gt;
&lt;br /&gt;
* '''Showing a label like &amp;lt;control-0007&amp;gt;''': Unicode states, that an code point has ''[[Unicode character property#General Category|no name]]'' when it is one of these: a control character, a private use character, a surrogate, a not assigned code point (reserved), or a non-character. These code points instead should be referred to by using a &amp;quot;Code Point Label&amp;quot;, such as &amp;lt;private-use&amp;gt; or &amp;lt;private-use-E000&amp;gt;. In this situation, this template ''replaces'' the glyph with that label. This way, the correct presentation wins it over Unicode-usage to the letter of the law.&lt;br /&gt;
* &amp;quot;Control&amp;quot; general category=Cc: &amp;lt;code&amp;gt;&amp;lt;control&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;lt;control-''0007''&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;quot;Surrogate&amp;quot; general category=Cs: &amp;lt;code&amp;gt;&amp;lt;surrogate&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;lt;surrogate-''D800''&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;quot;Private Use&amp;quot;: general category=Co: &amp;lt;code&amp;gt;&amp;lt;private-use&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;lt;private-use-''FFA0''&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;quot;Not a character&amp;quot; (minus the reserved code points, see below): general category=Cn: &amp;lt;code&amp;gt;&amp;lt;not-a-character&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;non-character&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;lt;not-a-character-''FFA0''&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The second parameter (Unicode name) is not presented, since it cannot exist. It is possible to create a link to an article.&lt;br /&gt;
:''Note'': A &amp;lt;reserved&amp;gt; (unassigned) code point cannot be detected yet, and so is not presented with this label. These code points too are given Cn category.&lt;br /&gt;
:(Background on &amp;lt;&amp;gt;-labels: A Name can never have &amp;lt;&amp;gt;-brackets at all. These rules prevent mixing up a name with an actual control-character. So it will not happen that a [[Bell character|bell]] rings when a page is opened that contains a Name of U+0007).&lt;br /&gt;
&lt;br /&gt;
===Possible errors===&lt;br /&gt;
* The template produces an {{error|Error-message|tag=span}} when parameter #1 (hex value) is missing.&lt;br /&gt;
* A non-hexadecimal input like ''00G9'' produces an error (Because ''G/g'' is not hexadecimal).&lt;br /&gt;
* Do not add the U+-prefix like ''U+00A9''. It will not be recognised.&lt;br /&gt;
* If the template ''only'' shows the code point number, like &amp;quot;{{unicode|2038}}&amp;quot;, you're probably using the wrong template {{tlb|unicode}}, instead of {{tlb|unichar}}.&lt;br /&gt;
* The glyph may be overruled and changed into a ''label'' like &amp;lt;control-0007&amp;gt;. These characters have no Unicode name. An nlink will be directly to the article (entered in &amp;quot;nlink=Bell signal&amp;quot;). A blank like this &amp;quot;nlink=&amp;quot;, (which links fine for regular characters like Pound sign), cannot work for &amp;lt;labeled&amp;gt; characters (there is no character name at all to make into a link). This produces an error.&lt;br /&gt;
* A decimal value input like ''1=98'' will be read as being hexadecimal value 0098. There is ''no way'' that the template can detect you intended to enter 98&amp;lt;sub&amp;gt;10&amp;lt;/sub&amp;gt;=62&amp;lt;sub&amp;gt;16&amp;lt;/sub&amp;gt;.No warning is issued, and the wrong character, U+0098&amp;lt;sub&amp;gt;16&amp;lt;/sub&amp;gt;, will be shown (''not'' U+0062).&lt;br /&gt;
&lt;br /&gt;
===Technical notes===&lt;br /&gt;
The word &amp;quot;unichar&amp;quot; is used only in this English Wikipedia, as a name for this template. It has no meaning outside.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The template uses these subtemplates:&lt;br /&gt;
* {{tl|unichar/main}} Accepts all the input from {{tlx|unichar}}. Calls several subtemplates to produce the textstrings, and then strings them together. Also checks for the error non-hex input.&lt;br /&gt;
* {{tl|unichar/ulink}} creates a piped link for the &amp;quot;U+&amp;quot; prefix.&lt;br /&gt;
* {{tl|unichar/gc}} determines the Unicode general category, when this category is special (like, for control characters).&lt;br /&gt;
* {{tl|unichar/glyph}} for rendering the glyph by font. Accepts &amp;quot;image=&amp;quot; that overrules the font. Uses also &amp;quot;use&amp;quot;, &amp;quot;use2&amp;quot;, &amp;quot;size&amp;quot;, &amp;quot;cwith&amp;quot;.&lt;br /&gt;
* {{tl|unichar/na}} Produces the formatted name of the character in {{Smallcaps|smallcaps}}. Accepts the &amp;quot;nlink=&amp;quot; to create a piped wikilink to an article. When the [[Unicode_character_property#General_Category|general category]] (gc) is special, the name will change into a &amp;lt;''label''-''hhhh''&amp;gt;.&lt;br /&gt;
* {{tl|unichar/notes}} - Produces the three optional notes in brackets: ''decimal value'', ''HTML-character reference'' (both decimal and by name like {{code|&amp;amp;amp;nbsp;}} if that exists using {{tlx|numcr2namecr}}) and the free text ''note'' as provided by the editor. Also does the brackets themselves.&lt;br /&gt;
&lt;br /&gt;
* Using the main template as an input-easy feature, there are few calculations done (actually only two hex2dec), and allows for adding default values not too deep in the templates.&lt;br /&gt;
&lt;br /&gt;
* The value &amp;quot;&amp;lt;#salted#&amp;gt;&amp;quot; is used internally to pass through a non-defined input parameter. This value is correct when about the Name, because a Unicode name cannot have the characters &amp;lt;##&amp;gt;, and so [[Salting the earth|salted]] is the right word (meaning uninhibitable). For ease of code maintenance it is used in more places around.&lt;br /&gt;
&lt;br /&gt;
====Issues====&lt;br /&gt;
* Unassigned code points, to be labelled &amp;lt;reserved&amp;gt;, cannot be detected.&lt;br /&gt;
* When using use-script, use2 needs lowercase (e.g. 0485, Cyrs or cyrs)&lt;br /&gt;
* When using for one off the RTL formatting marks, its effect may break out of the template (text following goed rtl too). As it is now, this requires extra code.&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
* {{tl|unicode}} - Produces rare characters, using fonts that cover Unicode more widely.&lt;br /&gt;
{{Unicode templates}}&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
Useful links for researching Unicode characters:&lt;br /&gt;
* [http://unicode.org/charts/ Unicode charts], gives the chart (in PDF) on which the U+value is located.&lt;br /&gt;
* [http://www.fileformat.info/info/unicode/char/search.htm Fileformat.com search], to search by ''name'' (whole or partial), by U+ ''hex value'' or ''decimal value'', by the font ''symbol'' (copy-past it). Extra information per character. One character only.&lt;br /&gt;
* [http://www.branah.com/unicode-converter] a multi-character converter.&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&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>