Tool8Tool8

HTML Special Characters Reference

Complete reference table for HTML entities and special characters. Find entity names, numeric codes, and descriptions.

Search Characters
Search by character name, symbol, entity, or description
HTML Entities Table
Click on any entity or number to copy it to your clipboard
CharacterNameEntityNumberDescription
<
Less ThanOpening angle bracket
>
Greater ThanClosing angle bracket
&
AmpersandAmpersand symbol
"
Quotation MarkDouble quote
'
ApostropheSingle quote/apostrophe
Non-breaking SpaceSpace that won't break
©
CopyrightCopyright symbol
®
RegisteredRegistered trademark
TrademarkTrademark symbol
EuroEuro currency symbol
£
PoundPound sterling symbol
¥
YenJapanese yen symbol
¢
CentCent symbol
§
SectionSection symbol
ParagraphPilcrow/paragraph symbol
DaggerDagger symbol
Double DaggerDouble dagger symbol
BulletBullet point
EllipsisHorizontal ellipsis
En DashEn dash (medium dash)
Em DashEm dash (long dash)
'
Left Single QuoteLeft single quotation mark
'
Right Single QuoteRight single quotation mark
Left Double QuoteLeft double quotation mark
Right Double QuoteRight double quotation mark
«
Left GuillemetLeft angle quotation mark
»
Right GuillemetRight angle quotation mark
¿
Inverted QuestionInverted question mark
¡
Inverted ExclamationInverted exclamation mark
°
DegreeDegree symbol
±
Plus-MinusPlus-minus symbol
×
MultiplicationMultiplication sign
÷
DivisionDivision sign
½
One HalfFraction one half
¼
One QuarterFraction one quarter
¾
Three QuartersFraction three quarters
α
AlphaGreek lowercase alpha
β
BetaGreek lowercase beta
γ
GammaGreek lowercase gamma
δ
DeltaGreek lowercase delta
π
PiGreek lowercase pi
Σ
SigmaGreek uppercase sigma
Ω
OmegaGreek uppercase omega
InfinityInfinity symbol
SumN-ary summation
Square RootSquare root symbol
DeltaIncrement/delta symbol
PartialPartial differential
Element OfElement of set
ContainsContains as member
SubsetSubset of
SupersetSuperset of
Usage Examples

HTML

<p>Price: &euro;99 &amp; free shipping!</p>

CSS Content

.bullet::before { content: "\2022"; }

JavaScript

document.write("&copy; 2024");
Quick Reference

Most Common Entities:

&lt;
&gt;
&amp;
&quot;
&nbsp;
&copy;

Currency Symbols:

&euro;
&pound;
&yen;
&cent;

Math Symbols:

&times;
&divide;
&plusmn;
&infin;