ISO in CSS content

Source: Internet
Author: User

Name Numeric Description Hex ISO in CSS content octal
  & #160; No-break Space %a0 P:before {content: "\00a0";} Alert ("\240");
¡ ? & #161; Inverted exclamation mark %a1 P:before {content: "\00A1";} Alert ("\241");
¢ & #162; Cent sign %a2 P:before {content: "\00A2";} Alert ("\242");
£ & #163; Pound sterling Sign %a3 P:before {content: "\00A3";} Alert ("\243");
¤ ¤ & #164; General Currency Sign %a4 P:before {content: "\00A4";} Alert ("\244");
¥ & #165; Yen Sign %a5 P:before {content: "\00a5";} Alert ("\245");
¦ | & #166; Broken (vertical) bar %a6 P:before {content: "\00a6";} Alert ("\246");
§ § & #167; Section Sign %a7 P:before {content: "\00a7";} Alert ("\247");
¨ ¨ & #168; Umlaut (dieresis) %a8 P:before {content: "\00a8";} Alert ("\250");
© ? & #169; Copyright sign %a9 P:before {content: "\00A9";} Alert ("\251");
ª A & #170; Ordinal indicator, feminine %aa P:before {content: "\00AA";} Alert ("\252");
« ? & #171; Angle quotation mark, left %ab P:before {content: "\00ab";} Alert ("\253");
¬ ? & #172; Not sign %ac P:before {content: "\00AC";} Alert ("\254");
­ & #173; Soft hyphen %ad P:before {content: "\00AD";} Alert ("\255");
® ? & #174; Registered Sign %ae P:before {content: "\00ae";} Alert ("\256");
¯ ˉt & #175; Macron %af P:before {content: "\00AF";} Alert ("\257");
° ° & #176; Degree sign %b0 P:before {content: "\00b0";} Alert ("\260");
± ± & #177; Plus-or-minus Sign %b1 P:before {content: "\00B1";} Alert ("\261");
² 2 & #178; Superscript %b2 P:before {content: "\00B2";} Alert ("\262");
³ 3 & #179; Superscript three %b3 P:before {content: "\00B3";} Alert ("\263");
´ & #180; Acute accent %b4 P:before {content: "\00B4";} Alert ("\264");
µ Μ & #181; Micro Sign %b5 P:before {content: "\00b5";} Alert ("\265");
¶ ? & #182; Pilcrow (paragraph sign) %b6 P:before {content: "\00b6";} Alert ("\266");
· · & #183; Middle Dot %b7 P:before {content: "\00b7";} Alert ("\267");
¸ ? & #184; Cedilla %b8 P:before {content: "\00b8";} Alert ("\270");
¹ 1 & #185; Superscript One %b9 P:before {content: "\00B9";} Alert ("\271");
º O & #186; Ordinal indicator, masculine %ba P:before {content: "\00BA";} Alert ("\272");
» ? & #187; Angle quotation mark, right %bb P:before {content: "\00BB";} Alert ("\273");
¼ ? & #188; Fraction one-quarter %bc P:before {content: "\00BC";} Alert ("\274");
½ ? & #189; Fraction one-half %bd P:before {content: "\00BD";} Alert ("\275");
¾ ? & #190; Fraction three-quarters %be P:before {content: "\00be";} Alert ("\276");
¿ ? & #191; Inverted question mark %bf P:before {content: "\00BF";} Alert ("\277");
À à & #192; Capital A, grave accent %c0 P:before {content: "\00C0";} Alert ("\300");
Á á & #193; Capital A, acute accent %c1 P:before {content: "\00C1";} Alert ("\301");
 ? & #194; Capital A, circumflex accent %c2 P:before {content: "\00C2";} Alert ("\302");
à ? & #195; Capital A, Tilde %c3 P:before {content: "\00C3";} Alert ("\303");
Ä ? & #196; Capital A, dieresis or umlaut mark %c4 P:before {content: "\00C4";} Alert ("\304");
Å ? & #197; Capital A, Ring %c5 P:before {content: "\00c5";} Alert ("\305");
Æ ? & #198; Capital AE diphthong (ligature) %c6 P:before {content: "\00c6";} Alert ("\306");
Ç ? & #199; Capital C, Cedilla %c7 P:before {content: "\00c7";} Alert ("\307");
È È & #200; Capital E, grave accent %c8 P:before {content: "\00c8";} Alert ("\310");
É E & #201; Capital E, acute accent %c9 P:before {content: "\00C9";} Alert ("\311");
Ê Ê & #202; Capital E, circumflex accent %ca P:before {content: "\00CA";} Alert ("\312");
Ë ? & #203; Capital E, dieresis or umlaut mark %cb P:before {content: "\00CB";} Alert ("\313");
Ì ì & #204; Capital I, grave accent %cc P:before {content: "\00cc";} Alert ("\314");
Í í & #205; Capital I, acute accent %cd P:before {content: "\00CD";} Alert ("\315");
Î ? & #206; Capital I, circumflex accent %ce P:before {content: "\00CE";} Alert ("\316");
Ï ? & #207; Capital I, dieresis or umlaut mark %cf P:before {content: "\00CF";} Alert ("\317");
Ð D & #208; Capital Eth, Icelandic %d0 P:before {content: "\00d0";} Alert ("\320");
Ñ ? & #209; Capital N, Tilde %d1 P:before {content: "\00d1";} Alert ("\321");
Ò Ò & #210; Capital O, grave accent %d2 P:before {content: "\00d2";} Alert ("\322");
Ó Ó & #211; Capital O, acute accent %d3 P:before {content: "\00d3";} Alert ("\323");
Ô ? & #212; Capital O, circumflex accent %d4 P:before {content: "\00d4";} Alert ("\324");
Õ ? & #213; Capital O, Tilde %d5 P:before {content: "\00d5";} Alert ("\325");
Ö ? & #214; Capital O, dieresis or umlaut mark %d6 P:before {content: "\00d6";} Alert ("\326");
× X & #215; Multiply sign %d7 P:before {content: "\00d7";} Alert ("\327");
Ø ? & #216;

Capital O, Slash

%d8 P:before {content: "\00d8";} Alert ("\330");
Ù Ù & #217; Capital U, grave accent %d9 P:before {content: "\00d9";} Alert ("\331");
Ú Ú & #218; Capital U, acute accent %da P:before {content: "\00da";} Alert ("\332");
Û ? & #219; Capital U, circumflex accent %db P:before {content: "\00db";} Alert ("\333");
Ü U & #220; Capital U, dieresis or umlaut mark %dc P:before {content: "\00DC";} Alert ("\334");
Ý Y & #221; Capital Y, acute accent %DD P:before {content: "\00DD";} Alert ("\335");
Þ T & #222; Capital THORN, Icelandic %de P:before {content: "\00DE";} Alert ("\336");
ß ? & #223; Small sharp S, German (sz ligature) %df P:before {content: "\00DF";} Alert ("\337");
à à & #224; Small A, grave accent %e0 P:before {content: "\00e0";} Alert ("\340");
á á & #225; Small A, acute accent %e1 P:before {content: "\00e1";} Alert ("\341");
â A & #226; Small A, circumflex accent %e2 P:before {content: "\00e2";} Alert ("\342");
ã ? & #227; Small A, tilde %e3 P:before {content: "\00e3";} Alert ("\343");
ä ? & #228; Small A, dieresis or umlaut mark %e4 P:before {content: "\00e4";} Alert ("\344");
å ? & #229; Small A, ring %e5 P:before {content: "\00e5";} Alert ("\345");
æ ? & #230; Small ae diphthong (ligature) %e6 P:before {content: "\00e6";} Alert ("\346");
ç ? & #231; Small C, cedilla %e7 P:before {content: "\00e7";} Alert ("\347");
è È & #232; Small e, grave accent %e8 P:before {content: "\00e8";} Alert ("\350");
é E & #233; Small e, acute accent %e9 P:before {content: "\00e9";} Alert ("\351");
ê Ê & #234; Small E, circumflex accent %ea P:before {content: "\00ea";} Alert ("\352");
ë ? & #235; Small e, dieresis or umlaut mark %eb P:before {content: "\00eb";} Alert ("\353");
ì ì & #236; Small I, grave accent %ec P:before {content: "\00ec";} Alert ("\354");
í í & #237; Small I, acute accent %ed P:before {content: "\00ed";} Alert ("\355");
î ? & #238; Small I, circumflex accent %ee P:before {content: "\00ee";} Alert ("\356");
ï ? & #239; Small I, dieresis or umlaut mark %ef P:before {content: "\00ef";} Alert ("\357");
ð E & #240; Small ETH, Icelandic %f0 P:before {content: "\00f0";} Alert ("\360");
ñ ? & #241; Small N, Tilde %f1 P:before {content: "\00f1";} Alert ("\361");
ò Ò & #242; Small O, grave accent %f2 P:before {content: "\00f2";} Alert ("\362");
ó Ó & #243; Small O, acute accent %f3 P:before {content: "\00F3";} Alert ("\363");
ô ? & #244; Small O, circumflex accent %f4 P:before {content: "\00f4";} Alert ("\364");
õ ? & #245; Small O, tilde %f5 P:before {content: "\00f5";} Alert ("\365");
ö ? & #246; Small o, dieresis or umlaut mark %f6 P:before {content: "\00f6";} Alert ("\366");
÷ ÷ & #247; Divide sign %f7 P:before {content: "\00f7";} Alert ("\367");
ø ? & #248; Small O, Slash %f8 P:before {content: "\00f8";} Alert ("\370");
ù Ù & #249; Small u, grave accent %f9 P:before {content: "\00f9";} Alert ("\371");
ú Ú & #250; Small u, acute accent %fa P:before {content: "\00FA";} Alert ("\372");
û ? & #251; Small u, circumflex accent %fb P:before {content: "\00FB";} Alert ("\373");
ü U & #252; Small u, dieresis or umlaut mark %fc P:before {content: "\00FC";} Alert ("\374");
ý Y & #253; Small Y, acute accent %fd P:before {content: "\00FD";} Alert ("\375");
þ T & #254; Small Thorn, Icelandic %fe P:before {content: "\00fe";} Alert ("\376");
ÿ ? & #255; Small y, dieresis or umlaut mark %ff P:before {content: "\00FF";} Alert ("\377");

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.