HTML转义符和ISO Latin-1

■ 常用特殊字符:

只要你认识了 HTML 标记,你便会知道特殊字符的用处。

 

HTML 原代码 显示结果 描述
&lt; < 小于号或显示标记
&gt; > 大于号或显示标记
&amp; & 可用于显示其它特殊字符
&quot; " 引号
&reg; ® 已注册
&copy; © 版权
&trade; 商标
&ensp;   半个空白位
&emsp;   一个空白位
&nbsp;   不断行的空白


  • Trade Mark - TM (™) is written using this html symbol &#153;


  • Registered Trademark - ( R in a circle) (®) is written using this html symbol &reg;
  • Service Mark - SM -HTML Number is &#8480; (℠) An alternative way to write it is <SUP> SM </SUP> (SM )
  • Copyright - © is written using this html symbol &copy;


  • Superscript - Regular text superscript text - This text is written like this <SUP> superscript text</SUP>


  • Dollar sign $ - HTML Number is &#36


  • Sterling Pound sign - £ HTML Number is &#163; / HTML Name &amppound;

  •  

    ■ ISO Latin-1 特殊字符 :

    HTML 原代码 显示结果 描述
    &AElig; Æ Uppercase AE diphthing
    &Aacute; Á Uppercase A, acute accent
    &Acirc; Â Uppercase A, circumflex accent
    &Agrave; À Uppercase A, grave accent
    &Aring; Å Uppercase A, ring
    &Atilde; Ã Uppercase A, tilde
    &Auml; Ä Uppercase A, dieresis or umlaut mark
    &Ccedil; Ç Uppercase C, cedilla
    &ETH; Ð Uppercase Eth, Icelandic
    &Eacute; É Uppercase E, acute accent
    &Ecirc; Ê Uppercase E, circumflex accent
    &Egrave; È Uppercase E, grave accent
    &Euml; Ë Uppercase E, dieresis or umlaut mark
    &Iacute; Í Uppercase I, acute accent
    &Icirc; Î Uppercase I, circumflex accent
    &Igrave; Ì Uppercase I, grave accent
    &Iuml; Ï Uppercase I, dieresis or umlaut mark
    &Ntilde; Ñ Uppercase N, tilde
    &Oacute; Ó Uppercase O, acute accent
    &Ocirc; Ô Uppercase O, circumflex accent
    &Ograve; Ò Uppercase O, grave accent
    &Oslash; Ø Uppercase O, slash
    &Otilde; Õ Uppercase O, tilde
    &Ouml; Ö Uppercase O, dieresis or umlaut mark
    &THORN; Þ Uppercase THORN, Icelandic
    &Uacute; Ú Uppercase U, acute accent
    &Ucirc; Û Uppercase U, circumflex accent
    &Ugrave; Ù Uppercase u, grave accent
    &Uuml; Ü Uppercase U, dieresis or umlaut mark
    &Yacute; Ý Uppercase Y, acute accent
    &aelig; æ Lowercase ae diphthing
    &aacute; á Lowercase a, acute accent
    &acirc; â Lowercase a, circumflex accent
    &agrave; à Lowercase a, grave accent
    &aring; å Lowercase a, ring
    &atilde; ã Lowercase a, tilde
    &auml; ä Lowercase a, dieresis or umlaut mark
    &ccedil; ç Lowercase c, cedilla
    &eth; ð Lowercase eth, Icelandic
    &eacute; é Lowercase e, acute accent
    &ecirc; ê Lowercase e, circumflex accent
    &egrave; è Lowercase e, grave accent
    &euml; ë Lowercase e, dieresis or umlaut mark
    &iacute; í Lowercase i, acute accent
    &icirc; î Lowercase i, circumflex accent
    &igrave; ì Lowercase i, grave accent
    &iuml; ï Lowercase i, dieresis or umlaut mark
    &ntilde; ñ Lowercase n, tilde
    &oacute; ó Lowercase o, acute accent
    &ocirc; ô Lowercase o, circumflex accent
    &ograve; ò Lowercase o, grave accent
    &oslash; ø Lowercase o, slash
    &otilde; õ Lowercase o, tilde
    &ouml; ö Lowercase o, dieresis or umlaut mark
    &szlig; ß Lowercase sharp s, German (sz ligature)
    &thorn; þ Lowercase thorn, Icelandic
    &uacute; ú Lowercase u, acute accent
    &ucirc; û Lowercase u, circumflex accent
    &ugrave; ù Lowercase u, grave accent
    &uuml; ü Lowercase u, dieresis or umlaut mark
    &yacute; ý Lowercase y, acute accent
    &yuml; ÿ Lowercase y, dieresis or umlaut mark



    International letters         
    &ETH;         Ð (&#208; latin capital letter eth)
    &eth;         ð (&#240; latin small letter eth)
    &THORN;         Þ (&#222; latin capital letter thorn)
    &thorn;         þ (&#254; latin small letter thorn)
    Latin ligatures         
    &AElig;         Æ (&#198; latin capital ligature ae)
    &aelig;         æ (&#230; latin small ligature ae)
    &szlig;         ß (&#223; latin small letter sharp s)
    &OElig;         Œ (&#338; latin capital ligature oe)
    &oelig;         œ (&#339; latin small ligature oe)
    Accents         
    &acute;         ´ (&#180; acute accent)
    &tilde;         ˜ (&#732; small tilde)
    &circ;         ˆ (&#710; circumflex accent)
    &uml;         ¨ (&#168; diaeresis)
    &cedil;         ¸ (&#184; cedilla)
    Accented Latin letters         
    &Agrave;         À (&#192; capital letter a with grave)
    &Aacute;         Á (&#193; capital letter a with acute)
    &Acirc;         Â (&#194; capital letter a with circumflex)
    &Atilde;         Ã (&#195; capital letter a with tilde)
    &Auml;         Ä (&#196; capital letter a with diaeresis)
    &Aring;         Å (&#197; capital letter a with ring above)
    &Ccedil;         Ç (&#199; capital letter c with cedilla)
    &Egrave;         È (&#200; capital letter e with grave)
    &Eacute;         É (&#201; capital letter e with acute)
    &Ecirc;         Ê (&#202; capital letter e with circumflex)
    &Euml;         Ë (&#203; capital letter e with diaeresis)
    &Igrave;         Ì (&#204; capital letter i with grave)
    &Iacute;         Í (&#205; capital letter i with acute)
    &Icirc;         Î (&#206; capital letter i with circumflex)
    &Iuml;         Ï (&#207; capital letter i with diaeresis)
    &Ntilde;         Ñ (&#209; capital letter n with tilde)
    &Ograve;         Ò (&#210; capital letter o with grave)
    &Oacute;         Ó (&#211; capital letter o with acute)
    &Ocirc;         Ô (&#212; capital letter o with circumflex)
    &Otilde;         Õ (&#213; capital letter o with tilde)
    &Ouml;         Ö (&#214; capital letter o with diaeresis)
    &Oslash;         Ø (&#216; capital letter o with stroke)
    &Scaron;         Š (&#352; capital letter s with caron)
    &Ugrave;         Ù (&#217; capital letter u with grave)
    &Uacute;         Ú (&#218; capital letter u with acute)
    &Ucirc;         Û (&#219; capital letter u with circumflex)
    &Uuml;         Ü (&#220; capital letter u with diaeresis)
    &Yacute;         Ý (&#221; capital letter y with acute)
    &Yuml;         Ÿ (&#376; capital letter y with diaeresis)
    &agrave;         à (&#224; small letter a with grave)
    &aacute;         á (&#225; small letter a with acute)
    &acirc;         â (&#226; small letter a with circumflex)
    &atilde;         ã (&#227; small letter a with tilde)
    &auml;         ä (&#228; small letter a with diaeresis)
    &aring;         å (&#229; small letter a with ring above)
    &ccedil;         ç (&#231; small letter c with cedilla)
    &egrave;         è (&#232; small letter e with grave)
    &eacute;         é (&#233; small letter e with acute)
    &ecirc;         ê (&#234; small letter e with circumflex)
    &euml;         ë (&#235; small letter e with diaeresis)
    &igrave;         ì (&#236; small letter i with grave)
    &iacute;         í (&#237; small letter i with acute)
    &icirc;         î (&#238; small letter i with circumflex)
    &iuml;         ï (&#239; small letter i with diaeresis)
    &ntilde;         ñ (&#241; small letter n with tilde)
    &ograve;         ò (&#242; small letter o with grave)
    &oacute;         ó (&#243; small letter o with acute)
    &ocirc;         ô (&#244; small letter o with circumflex)
    &otilde;         õ (&#245; small letter o with tilde)
    &ouml;         ö (&#246; small letter o with diaeresis)
    &oslash;         ø (&#248; small letter o with stroke)
    &scaron;         š (&#353; small letter s with caron)
    &ugrave;         ù (&#249; small letter u with grave)
    &uacute;         ú (&#250; small letter u with acute)
    &ucirc;         û (&#251; small letter u with circumflex)
    &uuml;         ü (&#252; small letter u with diaeresis)
    &yacute;         ý (&#253; small letter y with acute)
    &yuml;         ÿ (&#255; small letter y with diaeresis)
    Spacing         
    &thinsp;           (&#8201; thin space)
    &nbsp;           (&#160; non-breaking space)
    &ensp;           (&#8194; en space)
    &emsp;           (&#8195; em space)
    &zwnj;         ‌ (&#8204; zero width non-joiner)
    &zwj;         ‍ (&#8205; zero width joiner)
    &lrm;         ‎ (&#8206; left-to-right mark)
    &rlm;         ‏ (&#8207; right-to-left mark)
    Punctuation         
    &iexcl;         ¡ (&#161; inverted exclamation mark)
    &iquest;         ¿ (&#191; inverted question mark)
    &middot;         · (&#183; middle dot)
    Basic typographical symbols         
    &lsquo;         ‘ (&#8216; left single quotation mark)
    &rsquo;         ’ (&#8217; right single quotation mark)
    &sbquo;         ‚ (&#8218; single low-9 quotation mark)
    &quot;         " (&#34; quotation mark)
    &ldquo;         “ (&#8220; left double quotation mark)
    &rdquo;         ” (&#8221; right double quotation mark)
    &bdquo;         „ (&#8222; double low-9 quotation mark)
    &lsaquo;         ‹ (&#8249; single left-pointing angle quotation mark)
    &rsaquo;         › (&#8250; single right-pointing angle quotation mark)
    &laquo;         « (&#171; left pointing guillemet)
    &raquo;         » (&#187; right pointing guillemet)
    &lang;         ⟨ (&#9001; left-pointing angle bracket)
    &rang;         ⟩ (&#9002; right-pointing angle bracket)
    &amp;         & (&#38; ampersand)
    &shy;         ­ (&#173; soft hyphen)
    &ndash;         – (&#8211; en dash)
    &mdash;         — (&#8212; em dash)
    Special typographical symbols         
    &macr;         ¯ (&#175; macron)
    &oline;         ‾ (&#8254; overline)
    &brvbar;         ¦ (&#166; broken bar)
    &sect;         § (&#167; section sign)
    &para;         ¶ (&#182; paragraph sign)
    &bull;         • (&#8226; bullet)
    &hellip;         … (&#8230; horizontal ellipsis)
    &copy;         © (&#169; copyright sign)
    &reg;         ® (&#174; registered trade mark sign)
    &trade;         ™ (&#8482; trade mark sign)
    &loz;         ◊ (&#9674; lozenge)
    &dagger;         † (&#8224; dagger)
    &Dagger;         ‡ (&#8225; double dagger)
    &lceil;         ⌈ (&#8968; left ceiling)
    &rceil;         ⌉ (&#8969; right ceiling)
    &lfloor;         ⌊ (&#8970; left floor)
    &rfloor;         ⌋ (&#8971; right floor)
    Numbering characters         
    &sup1;         ¹ (&#185; superscript one)
    &sup2;         ² (&#178; superscript two)
    &sup3;         ³ (&#179; superscript three)
    &frac14;         ¼ (&#188; fraction one quarter)
    &frac12;         ½ (&#189; fraction one half)
    &frac34;         ¾ (&#190; fraction three quarters)
    &ordf;         ª (&#170; feminine ordinal indicator)
    &ordm;         º (&#186; masculine ordinal indicator)
    &deg;         ° (&#176; degree sign)
    &prime;         ′ (&#8242; prime)
    &Prime;         ″ (&#8243; double prime)
    Basic mathematical symbols         
    &times;         × (&#215; multiplication sign)
    &divide;         ÷ (&#247; division sign)
    &permil;         ‰ (&#8240; per mille sign)
    &lt;         < (&#60; less-than sign)
    &gt;         > (&#62; greater-than sign)
    &not;         ¬ (&#172; not sign)
    &plusmn;         ± (&#177; plus-minus sign)
    &frasl;         ⁄ (&#8260; fraction slash)
    Advanced mathematical symbols         
    &forall;         ∀ (&#8704; for all)
    &part;         ∂ (&#8706; partial differential)
    &exist;         ∃ (&#8707; there exists)
    &empty;         ∅ (&#8709; empty set)
    &nabla;         ∇ (&#8711; nabla)
    &isin;         ∈ (&#8712; element of)
    &notin;         ∉ (&#8713; not an element of)
    &ni;         ∋ (&#8715; contains as member)
    &prod;         ∏ (&#8719; n-ary product)
    &sum;         ∑ (&#8721; n-ary sumation)
    &minus;         − (&#8722; minus sign)
    &lowast;         ∗ (&#8727; asterisk operator)
    &radic;         √ (&#8730; radical sign)
    &prop;         ∝ (&#8733; proportional to)
    &infin;         ∞ (&#8734; infinity)
    &ang;         ∠ (&#8736; angle)
    &and;         ∧ (&#8743; logical and)
    &or;         ∨ (&#8744; logical or)
    &cap;         ∩ (&#8745; intersection)
    &cup;         ∪ (&#8746; union)
    &int;         ∫ (&#8747; integral)
    &there4;         ∴ (&#8756; therefore)
    &sim;         ∼ (&#8764; similar to)
    &cong;         ≅ (&#8773; approximately equal to)
    &asymp;         ≈ (&#8776; asymptotic to)
    &ne;         ≠ (&#8800; not equal to)
    &equiv;         ≡ (&#8801; identical to)
    &le;         ≤ (&#8804; less-than or equal to)
    &ge;         ≥ (&#8805; greater-than or equal to)
    &sub;         ⊂ (&#8834; subset of)
    &sup;         ⊃ (&#8835; superset of)
    &nsub;         ⊄ (&#8836; not a subset of)
    &sube;         ⊆ (&#8838; subset of or equal to)
    &supe;         ⊇ (&#8839; superset of or equal to)
    &oplus;         ⊕ (&#8853; direct sum)
    &otimes;         ⊗ (&#8855; vector product)
    &perp;         ⊥ (&#8869; perpendicular)
    &sdot;         ⋅ (&#8901; dot operator)
    Currency symbols         
    &cent;         ¢ (&#162; cent sign)
    &pound;         £ (&#163; pound sign)
    &yen;         ¥ (&#165; yen sign)
    &fnof;         ƒ (&#402; florin)
    &euro;         € (&#8364; euro sign)
    &curren;         ¤ (&#164; currency sign)
    Greek letters         
    &Alpha;         Α (&#913; capital letter alpha)
    &Beta;         Β (&#914; capital letter beta)
    &Gamma;         Γ (&#915; capital letter gamma)
    &Delta;         Δ (&#916; capital letter delta)
    &Epsilon;         Ε (&#917; capital letter epsilon)
    &Zeta;         Ζ (&#918; capital letter zeta)
    &Eta;         Η (&#919; capital letter eta)
    &Theta;         Θ (&#920; capital letter theta)
    &Iota;         Ι (&#921; capital letter iota)
    &Kappa;         Κ (&#922; capital letter kappa)
    &Lambda;         Λ (&#923; capital letter lambda)
    &Mu;         Μ (&#924; capital letter mu)
    &Nu;         Ν (&#925; capital letter nu)
    &Xi;         Ξ (&#926; capital letter xi)
    &Omicron;         Ο (&#927; capital letter omicron)
    &Pi;         Π (&#928; capital letter pi)
    &Rho;         Ρ (&#929; capital letter rho)
    &Sigma;         Σ (&#931; capital letter sigma)
    &Tau;         Τ (&#932; capital letter tau)
    &Upsilon;         Υ (&#933; capital letter upsilon)
    &Phi;         Φ (&#934; capital letter phi)
    &Chi;         Χ (&#935; capital letter chi)
    &Psi;         Ψ (&#936; capital letter psi)
    &Omega;         Ω (&#937; capital letter omega)
    &alpha;         α (&#945; small letter alpha)
    &beta;         β (&#946; small letter beta)
    &gamma;         γ (&#947; small letter gamma)
    &delta;         δ (&#948; small letter delta)
    &epsilon;         ε (&#949; small letter epsilon)
    &zeta;         ζ (&#950; small letter zeta)
    &eta;         η (&#951; small letter eta)
    &theta;         θ (&#952; small letter theta)
    &iota;         ι (&#953; small letter iota)
    &kappa;         κ (&#954; small letter kappa)
    &lambda;         λ (&#955; small letter lambda)
    &mu;         μ (&#956; small letter mu)
    &nu;         ν (&#957; small letter nu)
    &xi;         ξ (&#958; small letter xi)
    &omicron;         ο (&#959; small letter omicron)
    &pi;         π (&#960; small letter pi)
    &rho;         ρ (&#961; small letter rho)
    &sigmaf;         ς (&#962; small letter final sigma)
    &sigma;         σ (&#963; small letter sigma)
    &tau;         τ (&#964; small letter tau)
    &upsilon;         υ (&#965; small letter upsilon)
    &phi;         φ (&#966; small letter phi)
    &chi;         χ (&#967; small letter chi)
    &psi;         ψ (&#968; small letter psi)
    &omega;         ω (&#969; small letter omega)
    Greek-like symbols         
    &micro;         µ (&#181; micro sign)
    &thetasym;         ϑ (&#977; small letter theta symbol)
    &upsih;         ϒ (&#978; upsilon with hook symbol)
    &piv;         ϖ (&#982; pi symbol)
    &alefsym;         ℵ (&#8501; alef symbol)
    Letter-like symbols         
    &weierp;         ℘ (&#8472; Weierstrass p)
    &image;         ℑ (&#8465; imaginary part)
    &real;         ℜ (&#8476; real part symbol)
    Arrows         
    &larr;         ← (&#8592; leftwards arrow)
    &uarr;         ↑ (&#8593; upwards arrow)
    &rarr;         → (&#8594; rightwards arrow)
    &darr;         ↓ (&#8595; downwards arrow)
    &harr;         ↔ (&#8596; left right arrow)
    &crarr;         ↵ (&#8629; carriage return)
    &lArr;         ⇐ (&#8656; leftwards double arrow)
    &uArr;         ⇑ (&#8657; upwards double arrow)
    &rArr;         ⇒ (&#8658; rightwards double arrow)
    &dArr;         ⇓ (&#8659; downwards double arrow)
    &hArr;         ⇔ (&#8660; left right double arrow)
    Miscellaneous Symbols         
    &spades;         ♠ (&#9824; black spade suit)
    &clubs;         ♣ (&#9827; black club suit)
    &hearts;         ♥ (&#9829; black heart suit)
    &diams;         ♦ (&#9830; black diamond suit)

    ISO Latin-1 Character Set


    The following table contains the complete ISO Latin-1 character set, corresponding to the first 256 entries of the Unicode character repertoire in Microsoft® Internet Explorer 4.0 and later. The table provides each character, its decimal code, its named entity reference for HTML, and also a brief description.

    CharacterDecimal codeNamed entityDescription
    ---&#00;---Unused
    ---&#01;---Unused
    ---&#02;---Unused
    ---&#03;---Unused
    ---&#04;---Unused
    ---&#05;---Unused
    ---&#06;---Unused
    ---&#07;---Unused
    ---&#08;---Unused
    ---&#09;---Horizontal tab
    ---&#10;---Line feed
    ---&#11;---Unused
    ---&#12;---Unused
    ---&#13;---Carriage Return
    ---&#14;---Unused
    ---&#15;---Unused
    ---&#16;---Unused
    ---&#17;---Unused
    ---&#18;---Unused
    ---&#19;---Unused
    ---&#20;---Unused
    ---&#21;---Unused
    ---&#22;---Unused
    ---&#23;---Unused
    ---&#24;---Unused
    ---&#25;---Unused
    ---&#26;---Unused
    ---&#27;---Unused
    ---&#28;---Unused
    ---&#29;---Unused
    ---&#30;---Unused
    ---&#31;---Unused
     &#32;---Space
    !&#33;---Exclamation mark
    "&#34;&quot;Quotation mark
    #&#35;---Number sign
    $&#36;---Dollar sign
    %&#37;---Percent sign
    &&#38;&amp;Ampersand
    '&#39;---Apostrophe
    (&#40;---Left parenthesis
    )&#41;---Right parenthesis
    *&#42;---Asterisk
    +&#43;---Plus sign
    ,&#44;---Comma
    -&#45;---Hyphen
    .&#46;---Period (fullstop)
    /&#47;---Solidus (slash)
    0&#48;---Digit 0
    1&#49;---Digit 1
    2&#50;---Digit 2
    3&#51;---Digit 3
    4&#52;---Digit 4
    5&#53;---Digit 5
    6&#54;---Digit 6
    7&#55;---Digit 7
    8&#56;---Digit 8
    9&#57;---Digit 9
    :&#58;---Colon
    ;&#59;---Semicolon
    <&#60;&lt;Less than
    =&#61;---Equals sign
    >&#62;&gt;Greater than
    ?&#63;---Question mark
    @&#64;---Commercial at
    A&#65;---Capital A
    B&#66;---Capital B
    C&#67;---Capital C
    D&#68;---Capital D
    E&#69;---Capital E
    F&#70;---Capital F
    G&#71;---Capital G
    H&#72;---Capital H
    I&#73;---Capital I
    J&#74;---Capital J
    K&#75;---Capital K
    L&#76;---Capital L
    M&#77;---Capital M
    N&#78;---Capital N
    O&#79;---Capital O
    P&#80;---Capital P
    Q&#81;---Capital Q
    R&#82;---Capital R
    S&#83;---Capital S
    T&#84;---Capital T
    U&#85;---Capital U
    V&#86;---Capital V
    W&#87;---Capital W
    X&#88;---Capital X
    Y&#89;---Capital Y
    Z&#90;---Capital Z
    [&#91;---Left square bracket
    /&#92;---Reverse solidus (backslash)
    ]&#93;---Right square bracket
    ^&#94;---Caret
    _&#95;---Horizontal bar (underscore)
    `&#96;---Acute accent
    a&#97;---Small a
    b&#98;---Small b
    c&#99;---Small c
    d&#100;---Small d
    e&#101;---Small e
    f&#102;---Small f
    g&#103;---Small g
    h&#104;---Small h
    i&#105;---Small i
    j&#106;---Small j
    k&#107;---Small k
    l&#108;---Small l
    m&#109;---Small m
    n&#110;---Small n
    o&#111;---Small o
    p&#112;---Small p
    q&#113;---Small q
    r&#114;---Small r
    s&#115;---Small s
    t&#116;---Small t
    u&#117;---Small u
    v&#118;---Small v
    w&#119;---Small w
    x&#120;---Small x
    y&#121;---Small y
    z&#122;---Small z
    {&#123;---Left curly brace
    |&#124;---Vertical bar
    }&#125;---Right curly brace
    ~&#126;---Tilde
    ---&#127;---Unused
     &#160;&nbsp;Nonbreaking space
    ¡&#161;&iexcl;Inverted exclamation
    ¢&#162;&cent;Cent sign
    £&#163;&pound;Pound sterling
    ¤&#164;&curren;General currency sign
    ¥&#165;&yen;Yen sign
    ¦&#166;&brvbar; or &brkbar;Broken vertical bar
    §&#167;&sect;Section sign
    ¨&#168;&uml; or &die;Diæresis / Umlaut
    ©&#169;&copy;Copyright
    ª&#170;&ordf;Feminine ordinal
    «&#171;&laquo;Left angle quote, guillemet left
    ¬&#172;&notNot sign
    ­&#173;&shy;Soft hyphen
    ®&#174;&reg;Registered trademark
    ¯&#175;&macr; or &hibar;Macron accent
    °&#176;&deg;Degree sign
    ±&#177;&plusmn;Plus or minus
    ²&#178;&sup2;Superscript two
    ³&#179;&sup3;Superscript three
    ´&#180;&acute;Acute accent
    µ&#181;&micro;Micro sign
    &#182;&para;Paragraph sign
    ·&#183;&middot;Middle dot
    ¸&#184;&cedil;Cedilla
    ¹&#185;&sup1;Superscript one
    º&#186;&ordm;Masculine ordinal
    »&#187;&raquo;Right angle quote, guillemet right
    ¼&#188;&frac14;Fraction one-fourth
    ½&#189;&frac12;Fraction one-half
    ¾&#190;&frac34;Fraction three-fourths
    ¿&#191;&iquest;Inverted question mark
    À&#192;&Agrave;Capital A, grave accent
    Á&#193;&Aacute;Capital A, acute accent
    Â&#194;&Acirc;Capital A, circumflex
    Ã&#195;&Atilde;Capital A, tilde
    Ä&#196;&Auml;Capital A, diæresis / umlaut
    Å&#197;&Aring;Capital A, ring
    Æ&#198;&AElig;Capital AE ligature
    Ç&#199;&Ccedil;Capital C, cedilla
    È&#200;&Egrave;Capital E, grave accent
    É&#201;&Eacute;Capital E, acute accent
    Ê&#202;&Ecirc;Capital E, circumflex
    Ë&#203;&Euml;Capital E, diæresis / umlaut
    Ì&#204;&Igrave;Capital I, grave accent
    Í&#205;&Iacute;Capital I, acute accent
    Î&#206;&Icirc;Capital I, circumflex
    Ï&#207;&Iuml;Capital I, diæresis / umlaut
    Ð&#208;&ETH;Capital Eth, Icelandic
    Ñ&#209;&Ntilde;Capital N, tilde
    Ò&#210;&Ograve;Capital O, grave accent
    Ó&#211;&Oacute;Capital O, acute accent
    Ô&#212;&Ocirc;Capital O, circumflex
    Õ&#213;&Otilde;Capital O, tilde
    Ö&#214;&Ouml;Capital O, diæresis / umlaut
    ×&#215;&times;Multiply sign
    Ø&#216;&Oslash;Capital O, slash
    Ù&#217;&Ugrave;Capital U, grave accent
    Ú&#218;&Uacute;Capital U, acute accent
    Û&#219;&Ucirc;Capital U, circumflex
    Ü&#220;&Uuml;Capital U, diæresis / umlaut
    Ý&#221;&Yacute;Capital Y, acute accent
    Þ&#222;&THORN;Capital Thorn, Icelandic
    ß&#223;&szlig;Small sharp s, German sz
    à&#224;&agrave;Small a, grave accent
    á&#225;&aacute;Small a, acute accent
    â&#226;&acirc;Small a, circumflex
    ã&#227;&atilde;Small a, tilde
    ä&#228;&auml;Small a, diæresis / umlaut
    å&#229;&aring;Small a, ring
    æ&#230;&aelig;Small ae ligature
    ç&#231;&ccedil;Small c, cedilla
    è&#232;&egrave;Small e, grave accent
    é&#233;&eacute;Small e, acute accent
    ê&#234;&ecirc;Small e, circumflex
    ë&#235;&euml;Small e, diæresis / umlaut
    ì&#236;&igrave;Small i, grave accent
    í&#237;&iacute;Small i, acute accent
    î&#238;&icirc;Small i, circumflex
    ï&#239;&iuml;Small i, diæresis / umlaut
    ð&#240;&eth;Small eth, Icelandic
    ñ&#241;&ntilde;Small n, tilde
    ò&#242;&ograve;Small o, grave accent
    ó&#243;&oacute;Small o, acute accent
    ô&#244;&ocirc;Small o, circumflex
    õ&#245;&otilde;Small o, tilde
    ö&#246;&ouml;Small o, diæresis / umlaut
    ÷&#247;&divide;Division sign
    ø&#248;&oslash;Small o, slash
    ù&#249;&ugrave;Small u, grave accent
    ú&#250;&uacute;Small u, acute accent
    û&#251;&ucirc;Small u, circumflex
    ü&#252;&uuml;Small u, diæresis / umlaut
    ý&#253;&yacute;Small y, acute accent
    þ&#254;&thorn;Small thorn, Icelandic
    ÿ&#255;&yuml;Small y, diæresis / umlaut
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值