Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 04:24, 1 November 2025 by imported>RedX
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]

Template:Documentation header

Usage

This template sets the font for its argument to one which is likely to support special symbols. The argument is specified using HTML character encoding, either in decimal (e.g. {) or hexadecimal (e.g. ©). Examples:

or

Purpose

This template was created to allow easy switching to Unicode fonts. It should only be used for characters which do not render correctly on some browsers, such as Microsoft Internet Explorer on Windows XP.

The fonts selected are designed to maximize the probability of rendering uncommon Unicode characters correctly. However, different fonts cover different Unicode ranges. It is probably mostly useful for various Unicode symbols. Do not use it for the following:

Internals

The source for the template is: <span class="Unicode">{{{1}}}</span> and class="Unicode" is defined in MediaWiki:Common.js as follows:

.Unicode {
    font-family: "Arial Unicode MS", "Lucida Sans Unicode"; 
}

Note it defines this only for Windows XP.

You can override this with your own Unicode class definition in your personal stylesheet (e.g. User:username/common.css).
The above text is transcluded from Template:MC/Unicode/doc; you can change it or view its history.
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:MC/Unicode/doc. (View all subpages of this page.)