html_css:special_characters

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
html_css:special_characters [2020/03/02 02:17] – [参考文献] ともやん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 text) =====
 +双方向テキスト(そうほうこうテキスト、英語: Bi-directional text) とは、左横書き(左から右に書く、LTR)と右横書き(右から左に書く、RTL)の混在するテキストを言う。英語の略語である BiDi(バイダイ)もよく使われる。コンピューター上で双方向テキストを正しく処理するためのアルゴリズムを双方向アルゴリズムと呼ぶ。\\
 +
 +<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]] より\\
  
 ===== 参考文献 ===== ===== 参考文献 =====
行 12: 行 60:
 [[http://web-dou.com/html/t023.html|HTMLで良く使われる特殊文字(&~) |]]\\ [[http://web-dou.com/html/t023.html|HTMLで良く使われる特殊文字(&~) |]]\\
 [[https://blog.fenrir-inc.com/jp/2011/06/post_51.html|&nbsp; は半角スペースではないというお話 (フェンリル | デベロッパーズブログ)]]\\ [[https://blog.fenrir-inc.com/jp/2011/06/post_51.html|&nbsp; は半角スペースではないというお話 (フェンリル | デベロッパーズブログ)]]\\
 +\\
 +[[http://anti.rosx.net/etc/memo/002_space.html|2. スペースは" "だけじゃない的な話]]\\
 +[[https://mrkn.hatenadiary.org/entry/20070830/bidi|Unicode の BiDi 処理が流行りそう!? - ドレッシングのような]]\\
 +[[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.1583083023.txt.gz
  • 最終更新: 2020/03/02 02:17
  • by ともやん