Core HTML

Entities 0 - 127: C0 Controls and Basic Latin

The values 0-31 and 127 represent control characters which should not be used in HTML.

C0 Controls and Basic Latin
DecHexEntitySymbolDescription
��NULL Character
Start of Header
Start of Text
End of Text
End of Transmission
Enquiry
Acknowledgement
Bell
Backspace
		&#Tab; Horizontal Tab


&#NewLine; Line Feed
 Vertical Tab
 Form Feed


 Carriage Return
Shift Out
Shift In
Data Link Escape
Device Control 1
Device Control 2
Device Control 3
Device Control 4
Negative Acknowledgement
Synchronous Idle
End of Transmission Block
Cancel
End of Medium
Substitute
Escape
File Separator
Group Separator
Record Separator
Unit Separator
   Space
!!!!Exclamation Mark
""""Double Quote
####Number Sign
$$$$Dollar Sign
%%&percent;%Percent Sign
&&&&Ampersand
''''Single Quote
((((Left Parenthesis
))))Right Parenthesis
****Asterisk
++++Plus Sign
,,,,Comma
---Hyphen
....Period
////Forward Slash
000Zero
111One
222Two
333Three
444Four
555Five
666Six
777Seven
888Eight
999Nine
::::Colon
&#59;&#x3B;;;Semi-colon
&#60;&#x3C;&lt;<Less Than
&#61;&#x3D;&equals;=Equals Sign
&#62;&#x3E;&gt;>Greater Than
&#63;&#x3F;&quest;?Question Mark
&#64;&#x40;&commat;@At Symbol
&#65;&#x41;AUppercase A
&#66;&#x42;BUppercase B
&#67;&#x43;CUppercase C
&#68;&#x44;DUppercase D
&#69;&#x45;EUppercase E
&#70;&#x46;FUppercase F
&#71;&#x47;GUppercase G
&#72;&#x48;HUppercase H
&#73;&#x49;IUppercase I
&#74;&#x4A;JUppercase J
&#75;&#x4B;KUppercase K
&#76;&#x4C;LUppercase L
&#77;&#x4D;MUppercase M
&#78;&#x4E;NUppercase N
&#79;&#x4F;OUppercase O
&#80;&#x50;PUppercase P
&#81;&#x51;QUppercase Q
&#82;&#x52;RUppercase R
&#83;&#x53;SUppercase S
&#84;&#x54;TUppercase T
&#85;&#x55;UUppercase U
&#86;&#x56;VUppercase V
&#87;&#x57;WUppercase W
&#88;&#x58;XUppercase X
&#89;&#x59;YUppercase Y
&#90;&#x5A;ZUppercase Z
&#91;&#x5B;&lsqb;[Left Bracket
&#92;&#x5C;&bsol;\Backward Slash
&#93;&#x5D;&rsqb;]Right Bracket
&#94;&#x5E;&Hat;^Caret
&#95;&#x5F;&lowbar;_Underscore
&#96;&#x60;&grave;`Accent Grave
&#97;&#x61;aLowercase a
&#98;&#x62;bLowercase b
&#99;&#x63;cLowercase c
&#100;&#x64;dLowercase d
&#101;&#x65;eLowercase e
&#102;&#x66;fLowercase f
&#103;&#x67;gLowercase g
&#104;&#x68;hLowercase h
&#105;&#x69;iLowercase i
&#106;&#x6A;jLowercase j
&#107;&#x6B;kLowercase k
&#108;&#x6C;lLowercase l
&#109;&#x6D;mLowercase m
&#110;&#x6E;nLowercase n
&#111;&#x6F;oLowercase o
&#112;&#x70;pLowercase p
&#113;&#x71;qLowercase q
&#114;&#x72;rLowercase r
&#115;&#x73;sLowercase s
&#116;&#x74;tLowercase t
&#117;&#x75;uLowercase u
&#118;&#x76;vLowercase v
&#119;&#x77;wLowercase w
&#120;&#x78;xLowercase x
&#121;&#x79;yLowercase y
&#122;&#x7A;zLowercase z
&#123;&#x7B;&lcub;{Left Brace
&#124;&#x7C;&vert;|Vertical Bar
&#125;&#x7D;&rcub;}Right Brace
&#126;&#x7E;~Tilde
&#127;&#x7F;Delete
 
 

© 2007–2024 XoaX.net LLC. All rights reserved.