0g0.org

Unicode(ユニコード)一覧とURLエンコード検索・変換サイト

 U+EE28 Unicode文字

Unicode

U+EE28

数値文字参照

 

URLエンコード(UTF-8)

%EE%B8%A8

一般カテゴリ-

Other, Private Use(その他,プライベート用途)

文字化けする可能性のある文字

Base64エンコード : 7rio

「」に似ている意味の文字

の説明

In Unicode, a Private Use Area (PUA) is a range of code points that, by definition, will not be assigned characters by the Unicode Consortium. Three private use areas are defined: one in the Basic Multilingual Plane (U+E000–U+F8FF), and one each in, and nearly covering, planes 15 and 16 (U+F0000–U+FFFFD, U+100000–U+10FFFD). The code points in these areas cannot be considered as standardized characters in Unicode itself. They are intentionally left undefined so that third parties may define their own characters without conflicting with Unicode Consortium assignments. Under the Unicode Stability Policy, the Private Use Areas will remain allocated for that purpose in all future Unicode versions.
Assignments to Private Use Area characters need not be private in the sense of strictly internal to an organisation; a number of assignment schemes have been published by several organisations. Such publication may include a font that supports the definition (showing the glyphs), and software making use of the private-use characters (e.g. a graphics character for a "print document" function). By definition, multiple private parties may assign different characters to the same code point, with the consequence that a user may see one private character from an installed font where a different one was intended.[出典:Wikipedia]

の文字を使った例文

は言語仕様に応じた異なる意味を持つことがある特殊な文字である。 一例として、C言語においてこの文字はテキスト置換マクロの開始を示す。例えば、以下のようなマクロ定義が考えられる。 #define MAX(a,b) \ \ a > b ? a : b \  このマクロは、MAX(x,y)という形式で呼び出された場合にxとyのうち大きい方を返す。例えば、MAX(3,8)という呼び出しは8を返す。このマクロでは、とで囲まれた部分が置換される。このようなマクロを使うことで、プログラマは簡単に再利用可能なコードを書くことができる。 一方、日本語の漢字変換においてもが使われることがある。例えば、MicrosoftのIMEでは、ひらがな入力中に変換を実行する際に、変換の候補が表示される部分をとで囲むことがある。このように表示された候補リストから、選択したい候補をキーボードで選択することで、正しい漢字を入力することができる。 また、Unicodeにおいては、この文字は「左二重角引用符」という名前で定義されている。この文字は、右側が省略された場合にも使用されることがある。例えば、「〇〇機製造」という文中において、「機製造」という単語が強調される。 このように、一つの文字でも言語や文化によって異なる意味を持つことがある。Unicodeのような国際的な規格が普及することで、これらの意味が統一され、コンピュータ間の相互運用性が向上していくことが期待される。

(この例文はAIにより作成されています。特定の文字を含む文章を出力していますが内容が正確でない場合があります。)