HTML Punctuation Marks
Below are character codes for the HTML # sign, @ symbol, % percent sign,
HTML ampersand (& HTML code), HTML copyright symbol and HTML caret insertion point,
along with regular punctuation like the question mark, exclamation point,
non-breaking hyphen, non-breaking space and more.
Exclamation Mark
!
!
!
!
Quotation Mark
"
"
"
"
Number Sign
#
#
#
#
Percent Sign
%
%
%
%
Ampersand
&
&
&
&
Apostrophe
'
'
'
'
Left Parenthesis
(
(
(
(
Right Parenthesis
)
)
)
)
Asterisk
*
*
*
*
Comma
,
,
,
,
Period
.
.
.
.
Slash
/
/
/
/
Colon
:
:
:
:
Semicolon
;
;
;
;
Question Mark
?
?
?
?
At Symbol
@
@
@
@
Left Bracket
[
[
[
[
Backslash
\
\
\
\
Right Bracket
]
]
]
]
Caret
^
^
^
^
Underscore
_
_
_
_
Grave Accent
`
`
`
`
Left Brace
{
{
{
{
Vertical Bar
|
|
|
|
Right Brace
}
}
}
}
Tilde
~
~
˜
˜
Non-breaking Space
 
Inverted Exclamation Mark
¡
¡
¡
¡
Broken Vertical Bar
¦
¦
¦
¦
Section Sign
§
§
§
§
Umlaut
¨
¨
¨
¨
Copyright Sign
©
©
©
©
Feminine Ordinal Indicator
ª
ª
ª
ª
Double Left-Pointing Angle Quotation Mark
«
«
«
«
Not Sign
¬
¬
¬
¬
Soft Hyphen
­
­
­
Registered Trade Mark Sign
®
®
®
®
Spacing Macron
¯
¯
¯
¯
Superscript Two
²
²
²
²
Superscript Three
³
³
³
³
Acute Accent
´
´
´
´
Micro Sign
µ
µ
µ
µ
Paragraph Sign
¶
¶
¶
¶
Middle Dot
·
·
·
·
Spacing Cedilla
¸
¸
¸
¸
Superscript One
¹
¹
¹
¹
Masculine Ordinal Indicator
º
º
º
º
Double Right-Pointing Angle Quotation Mark
»
»
»
»
Inverted Question Mark
¿
¿
¿
¿
Hyphen
‐
‐
‐
‐
Non-Breaking Hyphen
‑
‑
Figure Dash
‒
‒
En Dash
–
–
–
–
Em Dash
—
—
—
—
Horizontal Bar
―
―
―
―
Double Vertical Line
‖
‖
‖
‖
Double Low Line
‗
‗
Left Single Quotation Mark
‘
‘
‘
‘
Right Single Quotation Mark
’
’
’
’
Single Low-9 Quotation Mark
‚
‚
‚
‚
Single High-Reversed-9 Quotation Mark
‛
‛
Left Double Quotation Mark
“
“
“
“
Right Double Quotation Mark
”
”
”
”
Double Low-9 Quotation Mark
„
„
„
„
Double High-Reversed-9 Quotation Mark
‟
‟
Dagger
†
†
†
†
Double Dagger
‡
‡
‡
‡
Bullet
•
•
•
•
Triangular Bullet
‣
‣
One Dot Leader
․
․
Two Dot Leader
‥
‥
‥
‥
Horizontal Ellipsis
…
…
…
…
Hyphenation Point
‧
‧
Per Mille Sign
‰
‰
‰
‰
Per Ten Thousand Sign
‱
‱
‱
‱
Prime
′
′
′
′
Double Prime
″
″
″
″
Triple Prime
‴
‴
‴
‴
Reversed Prime
‵
‵
‵
‵
Reversed Double Prime
‶
‶
Reversed Triple Prime
‷
‷
Caret
‸
‸
Single Left-Pointing Angle Quotation Mark
‹
‹
‹
‹
Single Right-Pointing Angle Quotation Mark
›
›
›
›
Reference Mark
※
※
Double Exclamation Mark
‼
‼
Interrobang
‽
‽
Overline
‾
‾
‾
‾
Undertie
‿
‿
Character Tie
⁀
⁀
Caret Insertion Point
⁁
⁁
⁁
⁁
Asterism
⁂
⁂
Hyphen Bullet
⁃
⁃
⁃
⁃
Fraction Slash
⁄
⁄
⁄
⁄
Left Square Bracket With Quill
⁅
⁅
Right Square Bracket With Quill
⁆
⁆
Double Question Mark
⁇
⁇
Question Exclamation Mark
⁈
⁈
Exclamation Question Mark
⁉
⁉
Tironian Sign Et
⁊
⁊
Reversed Pilcrow Sign
⁋
⁋
Black Left Bullet
⁌
⁌
Black Right Bullet
⁍
⁍
Low Asterisk
⁎
⁎
Reversed Semicolon
⁏
⁏
⁏
⁏
Close Up
⁐
⁐
Two Asterisks Aligned Vertically
⁑
⁑
Commercial Minus Sign
⁒
⁒
Swung Dash
⁓
⁓
Inverted Undertie
⁔
⁔
Flower Punctuation Mark
⁕
⁕
Three Dot Punctuation
⁖
⁖
Quadruple Prime
⁗
⁗
⁗
⁗
Four Dot Punctuation
⁘
⁘
Five Dot Punctuation
⁙
⁙
Two Dot Punctuation
⁚
⁚
Four Dot Mark
⁛
⁛
Dotted Cross
⁜
⁜
Tricolon
⁝
⁝
Vertical Four Dots
⁞
⁞
Trade Mark Sign
™
™
™
™
HTML Entity (decimal) | |
HTML Entity (hex) | |
HTML Entity (named) | |
C/C++/Java source code |
HTML Symbol Entities
There are many mathematical, technical, and currency symbols, are not present on a normal keyboard. To add such symbols to an HTML page, you can use an HTML entity name. If no entity name exists, you can use an entity number, a decimal, or hexadecimal reference.
How to add special characters in html
- Look up the character code you need.
- Place the code in your document.
You can use the friendly name if there is one, the decimal numeric code, or the hexadecimal numeric code.
eg. ® - registered trade mark ® or ® or ®<p>®<p> <p>®<p> <p>®<p>
- Add the unicode declaration to your document head.
Simply add the following meta tag anywhere inside the <head> of your web page. This will insure that your special characters display correctly.
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
Usage Example
To add a trade mark sign to an HTML page, you can use the entity name or the entity number (a decimal or a hexadecimal reference) for the symbol.
HTML soruce code
<p>entity name : trade mark ™</p>
<p>decimal value : trade mark ™</p>
<p>hexadecimal value : trade mark ™</p>
HTML display
entity name : trade mark ™
decimal value : trade mark ™
hexadecimal value : trade mark ™
decimal value : trade mark ™
hexadecimal value : trade mark ™
JavaScript source code
alert("trade mark \u2122");
HTML Symbols
Emoticons Emoji Keyboard
Visit this page on your smartphone
Scan this QR-code with your smartphone
Share to your good friends
Welcome to share this webpage to your friends, if you think they will like it.