0
点赞
收藏
分享

微信扫一扫

特殊符号的写法 (HTML 4.01 符号实体)


本字符实体参考手册包括了数学符号、希腊字符、各种箭头记号、科技符号以及形状。

注释: 实体名称对大小写敏感。


HTML 支持的数学符号

结果

描述

实体名称

实体编号


for all

∀

∀


part

∂

∂


exists

&exists;

∃


empty

∅

∅


nabla

∇

∇


isin

∈

∈


notin

∉

∉


ni

∋

∋


prod

∏

∏


sum

∑

∑


minus

−

−


lowast

∗

∗


square root

√

√


proportional to

∝

∝


infinity

∞

∞


angle

∠

∠


and

∧

∧


or

∨

∨


cap

∩

∩


cup

∪

∪


integral

∫

∫


therefore

∴

∴


simular to

∼

∼


approximately equal

≅

≅


almost equal

≈

≈


not equal

≠

≠


equivalent

≡

≡


less or equal

≤

≤


greater or equal

≥

≥


subset of

⊂

⊂


superset of

⊃

⊃


not subset of

⊄

⊄


subset or equal

⊆

⊆


superset or equal

⊇

⊇


circled plus

⊕

⊕


cirled times

⊗

⊗


perpendicular

⊥

⊥


dot operator

⋅

⋅


HTML 支持的希腊字母

结果

描述

实体名称

实体编号

Α

Alpha

Α

Α

Β

Beta

Β

Β

Γ

Gamma

Γ

Γ

Δ

Delta

Δ

Δ

Ε

Epsilon

Ε

Ε

Ζ

Zeta

Ζ

Ζ

Η

Eta

Η

Η

Θ

Theta

Θ

Θ

Ι

Iota

Ι

Ι

Κ

Kappa

Κ

Κ

Λ

Lambda

Λ

Λ

Μ

Mu

Μ

Μ

Ν

Nu

Ν

Ν

Ξ

Xi

Ξ

Ξ

Ο

Omicron

Ο

Ο

Π

Pi

Π

Π

Ρ

Rho

Ρ

Ρ

Sigmaf

undefined

Σ

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

ω

ω

ϑ

theta symbol

ϑ

ϑ

ϒ

upsilon symbol

ϒ

ϒ

ϖ

pi symbol

ϖ

ϖ


HTML 支持的其他实体

结果

描述

实体名称

实体编号

Œ

capital ligature OE

Œ

Œ

œ

small ligature oe

œ

œ

Š

capital S with caron

Š

Š

š

small S with caron

š

š

Ÿ

capital Y with diaeres

Ÿ

Ÿ

ƒ

f with hook

ƒ

ƒ

ˆ

modifier letter circumflex accent

ˆ

ˆ

˜

small tilde

˜

˜

en space

 

 

em space

 

 

thin space

 

 


zero width non-joiner

‌

‌


zero width joiner

‍

‍


left-to-right mark

‎

‎


right-to-left mark

‏

‏


en dash

–

–


em dash

—

—


left single quotation mark

‘

‘


right single quotation mark

’

’


single low-9 quotation mark

‚

‚


left double quotation mark

“

“


right double quotation mark

”

”


double low-9 quotation mark

„

„


dagger

†

†


double dagger

‡

‡


bullet

•

•


horizontal ellipsis

…

…


per mille 

‰

‰


minutes

′

′


seconds

″

″


single left angle quotation

‹

‹


single right angle quotation

›

›


overline

‾

‾


euro

€

€


trademark

™

™


left arrow

←

←


up arrow

↑

↑


right arrow

→

→


down arrow

↓

↓


left right arrow

↔

↔


carriage return arrow

↵

↵


left ceiling

⌈

⌈


right ceiling

⌉

⌉


left floor

⌊

⌊


right floor

⌋

⌋


lozenge

◊

◊


spade

♠

♠


club

♣

♣


heart

♥

♥


diamond

♦

♦

 


HTML 4.01 支持 ISO 8859-1 (Latin-1) 字符集。

ISO-8859-1 的较低部分(从 1 到 127 之间的代码)是最初的 7 比特 ASCII。

ISO-8859-1 的较高部分(从 160 到 255 之间的代码)全都有实体名称。

这些符号中的大多数都可以在不进行实体引用的情况下使用,但是实体名称或实体编号为那些不容易通过键盘键入的符号提供了表达的方法。

 

注释: 实体名称对大小写敏感。


 


带有实体名称的 ASCII 实体

结果

描述

实体名称

实体编号

"

quotation mark

"

"

'

apostrophe 

'

'

&

ampersand

&

&

<

less-than

&lt;

&#60;

>

greater-than

&gt;

&#62;


ISO 8859-1 符号实体

结果

描述

实体名称

实体编号

non-breaking space

&nbsp;

&#160;

¡

inverted exclamation mark

&iexcl;

&#161;

¢

cent

&cent;

&#162;

£

pound

&pound;

&#163;

¤

currency

&curren;

&#164;

¥

yen

&yen;

&#165;

¦

broken vertical bar

&brvbar;

&#166;

§

section

&sect;

&#167;

¨

spacing diaeresis

&uml;

&#168;

©

copyright

&copy;

&#169;

ª

feminine ordinal indicator

&ordf;

&#170;

«

angle quotation mark (left)

&laquo;

&#171;

¬

negation

&not;

&#172;

­

soft hyphen

&shy;

&#173;

®

registered trademark

&reg;

&#174;

¯

spacing macron

&macr;

&#175;

°

degree

&deg;

&#176;

±

plus-or-minus 

&plusmn;

&#177;

²

superscript 2

&sup2;

&#178;

³

superscript 3

&sup3;

&#179;

´

spacing acute

&acute;

&#180;

µ

micro

&micro;

&#181;


paragraph

&para;

&#182;

·

middle dot

&middot;

&#183;

¸

spacing cedilla

&cedil;

&#184;

¹

superscript 1

&sup1;

&#185;

º

masculine ordinal indicator

&ordm;

&#186;

»

angle quotation mark (right)

&raquo;

&#187;

¼

fraction 1/4

&frac14;

&#188;

½

fraction 1/2

&frac12;

&#189;

¾

fraction 3/4

&frac34;

&#190;

¿

inverted question mark

&iquest;

&#191;

×

multiplication

&times;

&#215;

÷

division

&divide;

&#247;


ISO 8859-1 字符实体

结果

描述

实体名称

实体编号

À

capital a, grave accent

&Agrave;

&#192;

Á

capital a, acute accent

&Aacute;

&#193;

Â

capital a, circumflex accent

&Acirc;

&#194;

Ã

capital a, tilde

&Atilde;

&#195;

Ä

capital a, umlaut mark

&Auml;

&#196;

Å

capital a, ring

&Aring;

&#197;

Æ

capital ae

&AElig;

&#198;

Ç

capital c, cedilla

&Ccedil;

&#199;

È

capital e, grave accent

&Egrave;

&#200;

É

capital e, acute accent

&Eacute;

&#201;

Ê

capital e, circumflex accent

&Ecirc;

&#202;

Ë

capital e, umlaut mark

&Euml;

&#203;

Ì

capital i, grave accent

&Igrave;

&#204;

Í

capital i, acute accent

&Iacute;

&#205;

Î

capital i, circumflex accent

&Icirc;

&#206;

Ï

capital i, umlaut mark

&Iuml;

&#207;

Ð

capital eth, Icelandic

&ETH;

&#208;

Ñ

capital n, tilde

&Ntilde;

&#209;

Ò

capital o, grave accent

&Ograve;

&#210;

Ó

capital o, acute accent

&Oacute;

&#211;

Ô

capital o, circumflex accent

&Ocirc;

&#212;

Õ

capital o, tilde

&Otilde;

&#213;

Ö

capital o, umlaut mark

&Ouml;

&#214;

Ø

capital o, slash

&Oslash;

&#216;

Ù

capital u, grave accent

&Ugrave;

&#217;

Ú

capital u, acute accent

&Uacute;

&#218;

Û

capital u, circumflex accent

&Ucirc;

&#219;

Ü

capital u, umlaut mark

&Uuml;

&#220;

Ý

capital y, acute accent

&Yacute;

&#221;

Þ

capital THORN, Icelandic

&THORN;

&#222;

ß

small sharp s, German

&szlig;

&#223;

à

small a, grave accent

&agrave;

&#224;

á

small a, acute accent

&aacute;

&#225;

â

small a, circumflex accent

&acirc;

&#226;

ã

small a, tilde

&atilde;

&#227;

ä

small a, umlaut mark

&auml;

&#228;

å

small a, ring

&aring;

&#229;

æ

small ae

&aelig;

&#230;

ç

small c, cedilla

&ccedil;

&#231;

è

small e, grave accent

&egrave;

&#232;

é

small e, acute accent

&eacute;

&#233;

ê

small e, circumflex accent

&ecirc;

&#234;

ë

small e, umlaut mark

&euml;

&#235;

ì

small i, grave accent

&igrave;

&#236;

í

small i, acute accent

&iacute;

&#237;

î

small i, circumflex accent

&icirc;

&#238;

ï

small i, umlaut mark

&iuml;

&#239;

ð

small eth, Icelandic

&eth;

&#240;

ñ

small n, tilde

&ntilde;

&#241;

ò

small o, grave accent

&ograve;

&#242;

ó

small o, acute accent

&oacute;

&#243;

ô

small o, circumflex accent

&ocirc;

&#244;

õ

small o, tilde

&otilde;

&#245;

ö

small o, umlaut mark

&ouml;

&#246;

ø

small o, slash

&oslash;

&#248;

ù

small u, grave accent

&ugrave;

&#249;

ú

small u, acute accent

&uacute;

&#250;

û

small u, circumflex accent

&ucirc;

&#251;

ü

small u, umlaut mark

&uuml;

&#252;

ý

small y, acute accent

&yacute;

&#253;

þ

small thorn, Icelandic

&thorn;

&#254;

ÿ

small y, umlaut mark

&yuml;

&#255;

 

The Unicode Character Code Charts By Script

更多查看 http://www.utf.ru/


 

 

 

举报

相关推荐

0 条评论