特殊文字

特定の特殊文字は、代用表記を使って作成することができます。

(R) = ®

(c) = ©

HTMLの名前付き文字参照

いくつかの名前付き文字参照は、<<entity>> マクロによって作成することができます。 名前付き文字参照の「&」と「;」を抜いて入力します。

たとえば <<entity>>mdash<</entity>> を使用して &mdash; を作成すると、次のように表示されます:

<<entity>> マクロで利用できる名前付き文字参照

  • — - &mdash;
  •   - &nbsp;
  • & - &amp;
  • “ - &ldquo;
  • ” - &rdquo;
  • ‘ - &lsquo;
  • ’ - &rsquo;
  • ® - &reg;
  • © - &copy;
  • ™ - &trade;
  • ¶ - &para;
  • • - &bull;
  • · - &middot;
  • § - &sect;
  • – - &ndash;

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.