00

Documentation icon တမ်းပလိတ်မှတ်တမ်းလက်စွဲ[ကြည့်ရှု] [တည်းဖြတ်] [ရာဇဝင်] [ရှင်းသန့်]

အသုံးပြုပုံ ပြင်ဆင်ရန်

{{UTF-8|code point|base=}}

Takes a single Unicode code point and returns the UTF-8 byte encoding.

Code Point - a Unicode code point scalar value, without the "U+".

Base - template returns UTF-8 bytes in upper case hexadecimal by default. Base = Dec or 10 outputs decimal values for UTF-8 bytes. Base = LChex, LC16, Lower Case Hex, or Lower Case 16 will output hex codes in lower case.

All inputs are case insensitive.

ဥပမာများ ပြင်ဆင်ရန်

နည်းလမ်းဆက်စပ်မှုများ ပြင်ဆင်ရန်

This template makes use of the following sub-templates:

  • {{UTF-8/main}} - calls other sub templates, based on options and the format of the UTF-8 sequence
  • {{UTF-8/1}} - the last byte of multi-byte UTF-8 sequences, and the only byte of a single-byte UTF-8 sequence.
  • {{UTF-8/2}} - the first byte of two-byte sequences, and second to last of 3- and 4-byte UTF-8 sequences.
  • {{UTF-8/3}} - the first byte of three-byte sequences, and the second byte of 4-byte UTF-8 sequences.
  • {{UTF-8/4}} - the first byte of four-byte sequences.

This template is dependent on the following transcluded templates:

and the magic words / parser functions padleft:, #ifexpr:, #expr:, #switch:, uc:, and lc:.