সাঁচ:Unicode
{{{1}}}
Usage
সম্পাদনা কৰকThe template looks for letter font families that are broadly supporting incurrent characters (symbols, characters). Input can be decimal like { or hexadecimal ©. E.g. (mind the 'x' for hex values):
--> ⋊{{unicode|⋊}}
--> ⋊{{unicode|⋊}}
--> ⋊ (this may look trivial, but could be helpful in other browsers){{unicode|⋊}}
or
--> ⋉{{unicode|⋉}}
--> ⋉{{unicode|⋉}}
--> ⋉{{unicode|⋉}}
Purpose
সম্পাদনা কৰকThis template is created to allow easy switching to unicode fonts. It should only be used in cases where characters otherwise do not render correctly on some browsers, such as Microsoft Internet Explorer.
The fonts selected are designed to maximize the probability to render 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:
- For strings in the International Phonetic Alphabet, use {{IPA}}.
- For various non-Latin scripts, use {{lang}} if possible, or {{script}} otherwise.
Guts of template
সম্পাদনা কৰক<span class="Unicode">{{{1}}}</span>
...wherein class="Unicode" is defined in মিডিয়াৱিকি:Common.js:
.Unicode {
font-family: "Arial Unicode MS", "Lucida Sans Unicode";
}
A personal stylesheet (/monobook.css &c, class .Unicode) may be used to enforce a "prettier" display where preferred.
See also
সম্পাদনা কৰক- {{IPA}} — to produce symbols from the International Phonetic Alphabet
- {{transl}} — generic romanization
- {{script}} — Scripts in Unicode navigation box
|
The above documentation is transcluded from সাঁচ:Unicode/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |