math symbols supported by html
character
entity number
entity name
description∀∀
∀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∼∼
∼similar to≅≅
≅congruent to≈≈
≈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
greek letters supported by html
character
entity number
entity name
descriptionαα
αalphaββ
βbetaγγ
γgammaδδ
δdeltaεε
εepsilonζζ
ζzetaηη
ηetaθθ
θthetaιι
ιiotaκκ
λλλlambdaμμ
μmuνν
νnuξξ
ξxiοο
οomicronππ
πpiρρ
ρrho
undefined
sigmafσς
σsigmaττ
τtauυυ
υupsilonφφ
φphiχχ
χchiψψ
ψpsiωω
ωomegaαα
αalphaββ
βbetaγγ
γgammaδδ
δdeltaεε
εepsilonζζ
ζzetaηη
ηetaθθ
θthetaιι
ιiotaκκ
λλλlambdaμμ
μmuνν
νnuξξ
ξxiοο
οomicronππ
πpiρρ
ρrhoςς
ςsigmafσσ
σsigmaττ
τtauυυ
υupsilonφφ
φphiχχ
χchiψψ
ψpsiωω
ωomegaϑϑ
ϑtheta symbolϒϒ
ϒupsilon symbolϖϖ
ϖpi symbol
other entities supported by html
character
entity number
entity name
descriptionœœ
œ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特殊字元
html字元實體 character entities 有些字元在html裡有特別的含義,比如小於號 就表示html tag的開始,這個小於號是不顯示在我們最終看到的網頁裡的。那如果我們希望在網頁中顯示乙個小於號,該怎麼辦呢?這就要說到html字元實體 html character entities...
HTML特殊字元轉換
public static string htmlencode string thestring public static string htmldiscode string thestring 用正規表示式過濾html標記的 public static string dealhtml strin...
HTML特殊字元顯示
有些字元在html裡有特別的含義,比如小於號 就表示html tag的開始,這個小於號是不顯示在我們最終看到的網頁裡的。那如果我們希望在網頁中顯示乙個小於號,該怎麼辦呢?這就要說 到html字元實體 html character entities 了。乙個字元實體 character entity ...