টেমপ্লেট:ইউনিকোড/নথি

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে

ব্যবহার[সম্পাদনা]

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 character encoding, either in decimal (e.g. {) or hexadecimal (e.g. ©), or by pasting it as plain text. Examples:

  • {{unicode|⋊}}
  • {{unicode|⋊}}
  • {{unicode|⋊}}

or

  • {{unicode|⋉}}
  • {{unicode|⋉}}
  • {{unicode|⋉}}

উদ্দেশ্য[সম্পাদনা]

This template was created to allow easy switching to Unicode fonts. It helps some browsers in which characters do not render correctly, 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:

অভ্যন্তরীণ[সম্পাদনা]

The source for the template is:

<span class="Unicode">{{{1}}}</span>

and class="Unicode" is defined in CSS at মিডিয়াউইকি:Common.js as follows (but only for Windows XP, by targeting XP in JavaScript):

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

You can override this with your own Unicode class definition in your personal stylesheet (i.e., বিশেষ:MyPage/common.css).

টেমপ্লেট তথ্য[সম্পাদনা]

নতুন দৃশ্যমান সম্পাদনা দ্বারা ব্যবহৃত টেমপ্লেটের জন্য টেমপ্লেটডাটা নথি।

ইউনিকোড শীর্ষ

This template is used to set the font so that Unicode symbols are more likely to work.

টেমপ্লেট প্যারামিটার[টেমপ্লেটের উপাত্ত সম্পাদনা করুন]

প্যারামিটারবিবরণধরনঅবস্থা
Symbol1

The code, either in decimal, hexadecimal, or symbol form.

স্ট্রিংঐচ্ছিক

আরও দেখুন[সম্পাদনা]

  • {{IPA}} – To format symbols of the International Phonetic Alphabet
  • {{PUA}} – To mark characters from the Private Use Area that should be retained
  • {{transl}} – Generic romanization
  • {{script}} – Scripts in Unicode navigation box
  • {{UnicodeTitle}}
  • {{unichar}} – to format an Unicode character description