html_css:special_characters

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
html_css:special_characters [2020/03/03 02:07] – [その他] ともやんhtml_css:special_characters [2020/03/03 04:47] (現在) – [参考文献] ともやん
行 1: 行 1:
 +<html>
 +  <style>
 +    #mintbl table {
 +      font-size: 12px;
 +    }
 +    #mintbl pre {
 +      padding: 0;
 +      margin: 0;
 +    }
 +    .dokuwiki .plugin_wrap table {
 +      width: auto;
 +    }
 +  </style>
 +</html>
 ====== 特殊文字 ====== ====== 特殊文字 ======
 +<WRAP prewrap 100% #mintbl>
 ^  表示  ^  名前表現  ^  数値表現  ^  説明  ^ ^  表示  ^  名前表現  ^  数値表現  ^  説明  ^
 |  <html>&nbsp;</html>  |  &nbsp;  |  &#160;  | 改行しないスペース  | |  <html>&nbsp;</html>  |  &nbsp;  |  &#160;  | 改行しないスペース  |
行 6: 行 21:
 |  <html>&quot;</html>  |  &quot;  |  &#034;  | ダブルクォーテーション  | |  <html>&quot;</html>  |  &quot;  |  &#034;  | ダブルクォーテーション  |
 |  <html>&amp;</html>  |  &amp;  |  &#038;  | アンパサンド  | |  <html>&amp;</html>  |  &amp;  |  &#038;  | アンパサンド  |
 +</WRAP>
  
-===== 双方向テキスト(BiDi) ===== +===== 双方向テキスト(BiDi text) ===== 
-^  表示  ^  名前表現  ^  数値表現  ^  説明 +双方向テキスト(そうほうこうテキスト、英語: Bi-directional textとは、横書き(左から右に書く、LTR)と右横書き(右から左に書く、RTL)混在するテキストを言う。英語略語である BiDi(バイダイ)もよく使われる。コンピュ上で双方向テキストを正しく処理するためアルゴリズムを双方向アルゴリズムと呼ぶ。\\
-|  <html>&#8236;</html>  |  -  |  &#8236;  |   | +
-|  <html>&#8237;</html>  |  -  |  &#8237;  |   | +
- +
-U+061C アラビア文字 - Arabic letter mark (ALM) +
-U+200E 左から右のマーク Left-to-right mark (LRM) +
-U+200F 右からのマーク - Right-to-left mark (RLM) +
-U+202A 左から右への埋め込み - Left-to-right embedding (LRE) +
-U+202B 右から左埋め込み - Right-to-left embedding (RLE) +
-U+202C ポップ方向書式設定 - Pop directional formatting (PDF) +
-U+202D 左から右へのオーーラド - Left-to-right override (LRO) +
-U+202E 右から左へのオライド - Right-to-left override (RLO) +
-U+2066 左から右へ分離 - Left-to-right isolate (LRI) +
-U+2067 右から左への分離 - Right-to-left isolate (RLI) +
-U+2068 最初の強い分離 - First strong isolate (FSI) +
-U+2069 ポップ方向分離 - Pop directional isolate (PDI)+
  
 +<WRAP prewrap 100% #mintbl>
 +^  表示  ^  名前  ^  名前表現  ^  数値表現  ^  Unicode  ^  説明  ^
 +|  <html>&#1564;</html>  |  ALM\\ Arabic letter mark  |  -  |  &#1564;  |  [[https://0g0.org/unicode/061C/|U+061C]]  | アラビア文字  |
 +|  <html>&#8206;</html>  |  LRM\\ Left-to-right mark  |  [[https://en.wikipedia.org/wiki/Left-to-right_mark|&lrm;]]  |  &#8206;  |  [[https://0g0.org/unicode/200E/|U+200E]]  | 左から右(LTR) マーク  |
 +|  <html>&#8207;</html>  |  RLM\\ Right-to-left mark  |  [[https://en.wikipedia.org/wiki/Right-to-left_mark|&rlm;]]  |  &#8207;  |  [[https://0g0.org/unicode/200F/|U+200F]]  | 右から左(RTL) マーク  |
 +|  <html>&#8234;</html>  |  LRE\\ Left-to-right embedding  |  -  |  &#8234;  |  [[https://0g0.org/unicode/202A/|U+202A]]  | 左から右へ(LTR) 埋め込み  |
 +|  <html>&#8235;</html>  |  RLE\\ Right-to-left embedding  |  -  |  &#8235;  |  [[https://0g0.org/unicode/202B/|U+202B]]  | 右から左へ(RTL) 埋め込み  |
 +|  <html>&#8236;</html>  |  PDF\\ Pop directional formatting  |  -  |  &#8236;  |  [[https://0g0.org/unicode/202C/|U+202C]]  | ポップ方向 書式設定  |
 +|  <html>&#8237;</html>  |  LRO\\ Left-to-right override  |  -  |  &#8237;  |  [[https://0g0.org/unicode/202D/|U+202D]]  | 左から右へ(LTR) オーバーライド  |
 +|  <html>&#8238;</html>  |  RLO\\ Right-to-left override  |  -  |  &#8238;  |  [[https://0g0.org/unicode/202E/|U+202E]]  | 右から左へ(RTL) オーバーライド  |
 +|  <html>&#8294;</html>  |  LRI\\ Left-to-right isolate  |  -  |  &#8294;  |  [[https://0g0.org/unicode/2066/|U+2066]]  | 左から右へ(LTR) 分離  |
 +|  <html>&#8295;</html>  |  RLI\\ Right-to-left isolate  |  -  |  &#8295;  |  [[https://0g0.org/unicode/2067/|U+2067]]  | 右から左へ(RTL) 分離  |
 +|  <html>&#8296;</html>  |  FSI\\ First strong isolate  |  -  |  &#8296;  |  [[https://0g0.org/unicode/2068/|U+2068]]  | 最初の強い分離  |
 +|  <html>&#8297;</html>  |  PDI\\ Pop directional isolate  |  -  |  &#8297;  |  [[https://0g0.org/unicode/2069/|U+2069]]  | ポップ方向分離  |
 +</WRAP>
 +例(&rlm;):
 +<code>مفتاح معايير الويب!&rlm;</code>
 +<html>
 +  <pre lang="ar" xml:lang="ar">مفتاح معايير الويب!&rlm;</pre>
 +</html>
 +例(Right-to-left override):
 +<code>
 +0123456789 &#8238;0123456789
 +</code>
 +<html>
 +  <pre>0123456789 &#8238;0123456789</pre>
 +</html>
 [[https://ja.wikipedia.org/wiki/%E5%8F%8C%E6%96%B9%E5%90%91%E3%83%86%E3%82%AD%E3%82%B9%E3%83%88|双方向テキスト - Wikipedia]] より\\ [[https://ja.wikipedia.org/wiki/%E5%8F%8C%E6%96%B9%E5%90%91%E3%83%86%E3%82%AD%E3%82%B9%E3%83%88|双方向テキスト - Wikipedia]] より\\
  
行 36: 行 64:
 [[https://mrkn.hatenadiary.org/entry/20070830/bidi|Unicode の BiDi 処理が流行りそう!? - ドレッシングのような]]\\ [[https://mrkn.hatenadiary.org/entry/20070830/bidi|Unicode の BiDi 処理が流行りそう!? - ドレッシングのような]]\\
 [[https://www.freeformatter.com/html-entities.html|Complete list of HTML entities - FreeFormatter.com]]\\ [[https://www.freeformatter.com/html-entities.html|Complete list of HTML entities - FreeFormatter.com]]\\
 +[[https://en.wikipedia.org/wiki/Bidirectional_text|Bidirectional text - Wikipedia]]\\
 +[[https://waic.jp/docs/WCAG-TECHS/H34|H34: インラインでテキストの方向を混在させるために、Unicode の right-to-left mark (RLM) 又は left-to-right mark (LRM) を使用する | WCAG 2.0 達成方法集]]\\
 +[[https://www.asahi-net.or.jp/~ax2s-kmtn/ref/write_dir.html|書字方向 - CyberLibrarian]]\\
  
  • html_css/special_characters.1583168851.txt.gz
  • 最終更新: 2020/03/03 02:07
  • by ともやん