设为首页
加入收藏
站内地图
旧版入口
当前位置:首页 > 站长学院 > 网络编程 > ASP

html中的特殊字符

作者:佚名 出处:网络转载 时间:09-11 点击:

内容载入中...

 html中的特殊字符

下表给出了插入特殊字符到文档所需要的代码。有的字符具有自己的记忆名,如注册商标字符在html中可写为&reg。在没有记忆符时,可直接插入其十进制代码。

       字符       十进制代码       HTML                     描述

    "        "        "            Quotation mark

    &        &        &            Ampersand

    <        &#60;        &lt;             Less than

    >        &#62;        &gt;                Greater than

             &#160;     &nbsp;         Non-breaking space

¡               &#161      &iexcl;         Inverted exclamation
¢            &#162      &cent;         Cent sign
£            &#163      &pound;         Pound sterling
¤            &#164      &curren;         General currency sign
¥        &#165      &yen;         Yen sign
¦               &#166      &brvbar;         broken vertical bar
§            &#167      &sect;         Section sign
¨               &#168      &uml;         Diæresis / umlaut
©              &#169      &copy;         Copyright
ª               &#170      &ordf;         Feminine ordinal
«            &#171      &laquo;         Left angle quote,
¬            &#172      &not;         Not sign
­­              &#173      &sny;         Soft hyphen
®              &#174      &reg;         Registered trademark
¯            &#175      &macr;         Macron accent
°            &#176      &deg;         Degree sign
±              &#177      &plusmn;      Plus or minus
²               &#178      &sup2;         Superscript two
³               &#179      &sup3;         Superscript three
´               &#180      &acute;         Acute accent
document.getElementById('loading').style.display="none";

收藏本文:
】【打印页面】【推荐给朋友】【关闭窗口

站长学院

推荐信息