码迷,mamicode.com
首页 > Web开发 > 详细

&nbsp|&quot|&amp|&lt|&gt等html字符转义

时间:2017-08-21 14:53:56      阅读:343      评论:0      收藏:0      [点我收藏+]

标签:phi   htm   prim   exist   data   rmi   des   erp   yum   

本文转自:版权声明:https://github.com/wusuopubupt

本文地址:http://blog.csdn.net/wusuopubupt/article/details/8817826

by wusuopubupt

提示:请直接按CTRL+F搜索您要查找的转义字符。

常用表:

 

 

No.文字表記10進表記16進表記文字 Comment
001 " " " """   quotation mark = APL quote
002 & & & "&"   ampersand
003 &lt; &#60; &#x3C; "<"   less-than sign
004 &gt; &#62; &#x3E; ">"   greater-than sign
005 &nbsp; &#160; &#xA0; " "   no-break space = non-breaking space

 

iSO 8859-1 characters

char glyphHTML tag
  &nbsp;
? &iexcl;
&cent;
&pound;
¤ &curren;
&yen;
| &brvbar;
§ &sect;
¨ &uml;
? &copy;
a &ordf;
? &laquo;
? &not;
  &shy;
? &reg;
ˉ &macr;
° &deg;
± &plusmn;
2 &sup2;
3 &sup3;
&acute;
μ &micro;
? &para;
· &middot;
? &cedil;
1 &sup1;
o &ordm;
? &raquo;
? &frac14;
? &frac12;
? &frac34;
? &iquest;
à &Agrave;
á &Aacute;
? &Acirc;
? &Atilde;
? &Auml;
? &Aring;
? &AElig;
? &Ccedil;
è &Egrave;
é &Eacute;
ê &Ecirc;
? &Euml;
ì &Igrave;
í &Iacute;
? &Icirc;
? &Iuml;
D &ETH;
? &Ntilde;
ò &Ograve;
ó &Oacute;
? &Ocirc;
? &Otilde;
? &Ouml;
× &times;
? &Oslash;
ù &Ugrave;
ú &Uacute;
? &Ucirc;
ü &Uuml;
Y &Yacute;
T &THORN;
? &szlig;
à &agrave;
á &aacute;
a &acirc;
? &atilde;
? &auml;
? &aring;
? &aelig;
? &ccedil;
è &egrave;
é &eacute;
ê &ecirc;
? &euml;
ì &igrave;
í &iacute;
? &icirc;
? &iuml;
e &eth;
? &ntilde;
ò &ograve;
ó &oacute;
? &ocirc;
? &otilde;
? &ouml;
÷ &divide;
? &oslash;
ù &ugrave;
ú &uacute;
? &ucirc;
ü &uuml;
y &yacute;
t &thorn;
? &yuml;

 

Math symbols

Latin Extended-B
char glyphHTML tag
? &fnof;
 
Arrows
char glyphHTML tag
&larr;
&uarr;
&rarr;
&darr;
? &harr;
? &crarr;
? &lArr;
? &uArr;
? &rArr;
? &dArr;
? &hArr;
 
Mathematical Operators
char glyphHTML tag
? &forall;
? &part;
? &exist;
? &empty;
? &nabla;
&isin;
? &notin;
? &ni;
&prod;
&sum;
? &minus;
? &lowast;
&radic;
&prop;
&infin;
&ang;
&and;
&or;
&cap;
&cup;
&int;
&there4;
&sim;
? &cong;
&asymp;
&ne;
&equiv;
&le;
&ge;
? &sub;
? &sup;
? &nsub;
? &sube;
? &supe;
&oplus;
? &otimes;
&perp;
? &sdot;
 
General Punctuation
char glyphHTML tag
? &bull;
&hellip;
&prime;
&Prime;
&oline;
? &frasl;
 
Miscellaneous Technical
char glyphHTML tag
? &lceil;
? &rceil;
? &lfloor;
? &rfloor;
? &lang;
? &rang;
 
Geometric Shapes
char glyphHTML tag
? &loz;
 
Miscellaneous Symbols
char glyphHTML tag
? &spades;
? &clubs;
? &hearts;
? &diams;

 

Letterlike Symbols
char glyphHTML tag
? &weierp;
? &image;
? &real;
? &trade;
? &alefsym;
 
Greek
char glyphHTML tag
Α &Alpha;
Β &Beta;
Γ &Gamma;
Δ &Delta;
Ε &Epsilon;
Ζ &Zeta;
Η &Eta;
Θ &Theta;
Ι &Iota;
Κ &Kappa;
Λ &Lambda;
Μ &Mu;
Ν &Nu;
Ξ &Xi;
Ο &Omicron;
Π &Pi;
Ρ &Rho;
Σ &Sigma;
Τ &Tau;
Υ &Upsilon;
Φ &Phi;
Χ &Chi;
Ψ &Psi;
Ω &Omega;
α &alpha;
β &beta;
γ &gamma;
δ &delta;
ε &epsilon;
ζ &zeta;
η &eta;
θ &theta;
ι &iota;
κ &kappa;
λ &lambda;
μ &mu;
ν &nu;
ξ &xi;
ο &omicron;
π &pi;
ρ &rho;
? &sigmaf;
σ &sigma;
τ &tau;
υ &upsilon;
φ &phi;
χ &chi;
ψ &psi;
ω &omega;
? &thetasym;
? &upsih;
? &piv;



 
 

&nbsp|&quot|&amp|&lt|&gt等html字符转义

标签:phi   htm   prim   exist   data   rmi   des   erp   yum   

原文地址:http://www.cnblogs.com/duminghui/p/7404068.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!