你的位置:首页 > 软件开发 > 网页设计 > 【HTML】字符(Glyphs)收集

【HTML】字符(Glyphs)收集

发布时间:2016-12-03 16:00:04
Special Characters""quotation marku+0022 ISOnump:before { content:"\0022"; }alert("\42")&&ampe ...

Special Characters

"""quotation marku+0022 ISOnump:before { content:"\0022"; }alert("\42")
&&&ampersandu+0026 ISOnump:before { content:"\0026"; }alert("\46")
&lt;&#60;<less-than signu+003C ISOnump:before { content:"\003c"; }alert("\74");
&gt;&#62;>greater-than signu+003E ISOnump:before { content:"\003e"; }alert("\76");

#Latin-1 entity set for HTML

Name NumericDescriptionHexISO in CSS contentOctal
&nbsp; &#160;no-break space%A0p:before { content:"\00a0"; }alert("\240");
&iexcl;¡&#161;inverted exclamation mark%A1p:before { content:"\00a1"; }alert("\241");
&cent;¢&#162;cent sign%A2p:before { content:"\00a2"; }alert("\242");
&pound;£&#163;pound sterling sign%A3p:before { content:"\00a3"; }alert("\243");
&curren;¤&#164;general currency sign%A4p:before { content:"\00a4"; }alert("\244");
&yen;¥&#165;yen sign%A5p:before { content:"\00a5"; }alert("\245");
&brvbar;¦&#166;broken (vertical) bar%A6p:before { content:"\00a6"; }alert("\246");
&sect;§&#167;section sign%A7p:before { content:"\00a7"; }alert("\247");
&uml;¨&#168;umlaut (dieresis)%A8p:before { content:"\00a8"; }alert("\250");
&copy;©&#169;copyright sign%A9p:before { content:"\00a9"; }alert("\251");
&ordf;ª&#170;ordinal indicator, feminine%AAp:before { content:"\00aa"; }alert("\252");
&laquo;«&#171;angle quotation mark, left%ABp:before { content:"\00ab"; }alert("\253");
&not;¬&#172;not sign%ACp:before { content:"\00ac"; }alert("\254");
&shy; &#173;soft hyphen%ADp:before { content:"\00ad"; }alert("\255");
&reg;®&#174;registered sign%AEp:before { content:"\00ae"; }alert("\256");
&macr;¯&#175;macron%AFp:before { content:"\00af"; }alert("\257");
&deg;°&#176;degree sign%B0p:before { content:"\00b0"; }alert("\260");
&plusmn;±&#177;plus-or-minus sign%B1p:before { content:"\00b1"; }alert("\261");
&sup2;²&#178;superscript two%B2p:before { content:"\00b2"; }alert("\262");
&sup3;³&#179;superscript three%B3p:before { content:"\00b3"; }alert("\263");
&acute;´&#180;acute accent%B4p:before { content:"\00b4"; }alert("\264");
&micro;µ&#181;micro sign%B5p:before { content:"\00b5"; }alert("\265");
&para;&#182;pilcrow (paragraph sign)%B6p:before { content:"\00b6"; }alert("\266");
&middot;·&#183;middle dot%B7p:before { content:"\00b7"; }alert("\267");
&cedil;¸&#184;cedilla%B8p:before { content:"\00b8"; }alert("\270");
&sup1;¹&#185;superscript one%B9p:before { content:"\00b9"; }alert("\271");
&ordm;º&#186;ordinal indicator, masculine%BAp:before { content:"\00ba"; }alert("\272");
&raquo;»&#187;angle quotation mark, right%BBp:before { content:"\00bb"; }alert("\273");
&frac14;¼&#188;fraction one-quarter%BCp:before { content:"\00bc"; }alert("\274");
&frac12;½&#189;fraction one-half%BDp:before { content:"\00bd"; }alert("\275");
&frac34;¾&#190;fraction three-quarters%BEp:before { content:"\00be"; }alert("\276");
&iquest;¿&#191;inverted question mark%BFp:before { content:"\00bf"; }alert("\277");
&Agrave;À&#192;capital A, grave accent%C0p:before { content:"\00c0"; }alert("\300");
&Aacute;Á&#193;capital A, acute accent%C1p:before { content:"\00c1"; }alert("\301");
&Acirc;Â&#194;capital A, circumflex accent%C2p:before { content:"\00c2"; }alert("\302");
&Atilde;Ã&#195;capital A, tilde%C3p:before { content:"\00c3"; }alert("\303");
&Auml;Ä&#196;capital A, dieresis or umlaut mark%C4p:before { content:"\00c4"; }alert("\304");
&Aring;Å&#197;capital A, ring%C5p:before { content:"\00c5"; }alert("\305");
&AElig;Æ&#198;capital AE diphthong (ligature)%C6p:before { content:"\00c6"; }alert("\306");
&Ccedil;Ç&#199;capital C, cedilla%C7p:before { content:"\00c7"; }alert("\307");
&Egrave;È&#200;capital E, grave accent%C8p:before { content:"\00c8"; }alert("\310");
&Eacute;É&#201;capital E, acute accent%C9p:before { content:"\00c9"; }alert("\311");
&Ecirc;Ê&#202;capital E, circumflex accent%CAp:before { content:"\00ca"; }alert("\312");
&Euml;Ë&#203;capital E, dieresis or umlaut mark%CBp:before { content:"\00cb"; }alert("\313");
&Igrave;Ì&#204;capital I, grave accent%CCp:before { content:"\00cc"; }alert("\314");
&Iacute;Í&#205;capital I, acute accent%CDp:before { content:"\00cd"; }alert("\315");
&Icirc;Î&#206;capital I, circumflex accent%CEp:before { content:"\00ce"; }alert("\316");
&Iuml;Ï&#207;capital I, dieresis or umlaut mark%CFp:before { content:"\00cf"; }alert("\317");
&ETH;Ð&#208;capital Eth, Icelandic%D0p:before { content:"\00d0"; }alert("\320");
&Ntilde;Ñ&#209;capital N, tilde%D1p:before { content:"\00d1"; }alert("\321");
&Ograve;Ò&#210;capital O, grave accent%D2p:before { content:"\00d2"; }alert("\322");
&Oacute;Ó&#211;capital O, acute accent%D3p:before { content:"\00d3"; }alert("\323");
&Ocirc;Ô&#212;capital O, circumflex accent%D4p:before { content:"\00d4"; }alert("\324");
&Otilde;Õ&#213;capital O, tilde%D5p:before { content:"\00d5"; }alert("\325");
&Ouml;Ö&#214;capital O, dieresis or umlaut mark%D6p:before { content:"\00d6"; }alert("\326");
&times;×&#215;multiply sign%D7p:before { content:"\00d7"; }alert("\327");
&Oslash;Ø&#216;

capital O, slash

%D8p:before { content:"\00d8"; }alert("\330");
&Ugrave;Ù&#217;capital U, grave accent%D9p:before { content:"\00d9"; }alert("\331");
&Uacute;Ú&#218;capital U, acute accent%DAp:before { content:"\00da"; }alert("\332");
&Ucirc;Û&#219;capital U, circumflex accent%DBp:before { content:"\00db"; }alert("\333");
&Uuml;Ü&#220;capital U, dieresis or umlaut mark%DCp:before { content:"\00dc"; }alert("\334");
&Yacute;Ý&#221;capital Y, acute accent%DDp:before { content:"\00dd"; }alert("\335");
&THORN;Þ&#222;capital THORN, Icelandic%DEp:before { content:"\00de"; }alert("\336");
&szlig;ß&#223;small sharp s, German (sz ligature)%DFp:before { content:"\00df"; }alert("\337");
&agrave;à&#224;small a, grave accent%E0p:before { content:"\00e0"; }alert("\340");
&aacute;á&#225;small a, acute accent%E1p:before { content:"\00e1"; }alert("\341");
&acirc;â&#226;small a, circumflex accent%E2p:before { content:"\00e2"; }alert("\342");
&atilde;ã&#227;small a, tilde%E3p:before { content:"\00e3"; }alert("\343");
&auml;ä&#228;small a, dieresis or umlaut mark%E4p:before { content:"\00e4"; }alert("\344");
&aring;å&#229;small a, ring%E5p:before { content:"\00e5"; }alert("\345");
&aelig;æ&#230;small ae diphthong (ligature)%E6p:before { content:"\00e6"; }alert("\346");
&ccedil;ç&#231;small c, cedilla%E7p:before { content:"\00e7"; }alert("\347");
&egrave;è&#232;small e, grave accent%E8p:before { content:"\00e8"; }alert("\350");
&eacute;é&#233;small e, acute accent%E9p:before { content:"\00e9"; }alert("\351");
&ecirc;ê&#234;small e, circumflex accent%EAp:before { content:"\00ea"; }alert("\352");
&euml;ë&#235;small e, dieresis or umlaut mark%EBp:before { content:"\00eb"; }alert("\353");
&igrave;ì&#236;small i, grave accent%ECp:before { content:"\00ec"; }alert("\354");
&iacute;í&#237;small i, acute accent%EDp:before { content:"\00ed"; }alert("\355");
&icirc;î&#238;small i, circumflex accent%EEp:before { content:"\00ee"; }alert("\356");
&iuml;ï&#239;small i, dieresis or umlaut mark%EFp:before { content:"\00ef"; }alert("\357");
&eth;ð&#240;small eth, Icelandic%F0p:before { content:"\00f0"; }alert("\360");
&ntilde;ñ&#241;small n, tilde%F1p:before { content:"\00f1"; }alert("\361");
&ograve;ò&#242;small o, grave accent%F2p:before { content:"\00f2"; }alert("\362");
&oacute;ó&#243;small o, acute accent%F3p:before { content:"\00f3"; }alert("\363");
&ocirc;ô&#244;small o, circumflex accent%F4p:before { content:"\00f4"; }alert("\364");
&otilde;õ&#245;small o, tilde%F5p:before { content:"\00f5"; }alert("\365");
&ouml;ö&#246;small o, dieresis or umlaut mark%F6p:before { content:"\00f6"; }alert("\366");
&divide;÷&#247;divide sign%F7p:before { content:"\00f7"; }alert("\367");
&oslash;ø&#248;small o, slash%F8p:before { content:"\00f8"; }alert("\370");
&ugrave;ù&#249;small u, grave accent%F9p:before { content:"\00f9"; }alert("\371");
&uacute;ú&#250;small u, acute accent%FAp:before { content:"\00fa"; }alert("\372");
&ucirc;û&#251;small u, circumflex accent%FBp:before { content:"\00fb"; }alert("\373");
&uuml;ü&#252;small u, dieresis or umlaut mark%FCp:before { content:"\00fc"; }alert("\374");
&yacute;ý&#253;small y, acute accent%FDp:before { content:"\00fd"; }alert("\375");
&thorn;þ&#254;small thorn, Icelandic%FEp:before { content:"\00fe"; }alert("\376");
&yuml;ÿ&#255;small y, dieresis or umlaut mark%FFp:before { content:"\00ff"; }alert("\377");

#Latin Extended-A

&OElig;Œ&#338;latin capital ligature oeu+0152 ISOlat2p:before { content:"\0152"; }alert("\u0152");
&oelig;œ&#339;latin small ligature oe

原标题:【HTML】字符(Glyphs)收集

关键词:HTML

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。