Latest web development tutorials

HTML symbol entity reference manual

HTML symbol entity

HTML symbols are not presented on a standard keyboard, such as mathematical operators, arrow symbols, technical symbols and shapes.

To add these symbols to the HTML page, you can use the HTML entity name.

If there is no entity name, you can use an entity number.

If no character entity names, you can use a decimal (or hexadecimal) reference.

Note If you are using an HTML entity name or a hexadecimal number, the characters always display correctly.
This is the character set that you use separate page!

Examples

<p>我将显示 &euro;</p>
<p>我将显示 &#8364;</p>
<p>我将显示 &#x20AC;</p>

The results are as follows:

我将显示 €
我将显示 €
我将显示 €

try it"


Mathematical symbols HTML support

字符 编号 实体 描述
&#8704; &forall; 所有(for all)
&#8706; &part; 部分(part)
&#8707; &exist; 存在(exists)
&#8709; &empty; 空(empty)
&#8711; &nabla; 倒三角(nabla)
&#8712; &isin; 属于(isin)
&#8713; &notin; 不属于(notin)
&#8715; &ni; 包含的成员(ni)
&#8719; &prod; 连乘(prod)
&#8721; &sum; 总和(sum)

Complete Mathematics (Math) Reference Manual


HTML support of the Greek alphabet

字符 编号 实体 描述
Α &#913; &Alpha; Alpha(中文注音:阿耳法)
Β &#914; &Beta; Beta(中文注音:贝塔)
Γ &#915; &Gamma; Gamma(中文注音:伽马)
Δ &#916; &Delta; Delta(中文注音:德耳塔)
Ε &#917; &Epsilon; Epsilon(中文注音:艾普西隆)
Ζ &#918; &Zeta; Zeta(中文注音:截塔)

Complete Greece (Greek) Reference Manual


Other supported HTML entities

字符 编号 实体 描述
© &#169; &copy; 版权所有(REGISTERED SIGN)
® &#174; &reg; 注册商标(REGISTERED SIGN)
&#8364; &euro; 欧元符号(EURO SIGN)
&#8482; &trade; 商标(trademark)
&#8592; &larr; 向左箭头(LEFTWARDS ARROW)
&#8593; &uarr; 向上箭头(UPWARDS ARROW)
&#8594; &rarr; 向右箭头(RIGHTWARDS ARROW)
&#8595; &darr; 向下箭头(DOWNWARDS ARROW)
&#9824; &spades; 黑桃(BLACK SPADE SUIT)
&#9827; &clubs; 黑梅花(BLACK CLUB SUIT)
&#9829; &hearts; 黑心(BLACK HEART SUIT)
&#9830; &diams; 黑方块(BLACK DIAMOND SUIT)

Complete Currency (Currency) Reference Manual

Complete the arrow (Arrows) Reference Manual

Complete symbols (Symbols) Reference Manual