HTML decimal codes, character entities and hex codes.
Key:
- Code
- HTML decimal code
- Entity
- character entity, [3.2] = defined in HTML 3.2 (others defined in 2.0 or earlier)
- Hex
- hex code for use in URLs
Code Entity Hex Character Description ------ -------------- --- --------- ----------------------------------- 	 %09 Horizontal tab %0A Line feed %0D Carriage return   %20 Space ! %21 ! Exclamation mark " " %22 " Quotation mark # %23 # Number sign $ %24 $ Dollar sign % %25 % Percent sign & & %26 & Ampersand ' %27 ' Apostrophe ( %28 ( Left parenthesis ) %29 ) Right parenthesis * %2A * Asterisk + %2B + Plus sign , %2C , Comma - %2D - Hyphen . %2E . Period (fullstop) / %2F / Solidus (slash) 0 %30 0 0 1 %31 1 1 2 %32 2 2 3 %33 3 3 4 %34 4 4 5 %35 5 5 6 %36 6 6 7 %37 7 7 8 %38 8 8 9 %39 9 9 : %3A : Colon ; %3B ; Semi-colon < < %3C < Less than = %3D = Equals sign > > %3E > Greater than ? %3F ? Question mark @ %40 @ Commercial at A %41 A A B %42 B B C %43 C C D %44 D D E %45 E E F %46 F F G %47 G G H %48 H H I %49 I I J %4A J J K %4B K K L %4C L L M %4D M M N %4E N N O %4F O O P %50 P P Q %51 Q Q R %52 R R S %53 S S T %54 T T U %55 U U V %56 V V W %57 W W X %58 X X Y %59 Y Y Z %5A Z Z [ %5B [ Left square bracket \ %5C \ Reverse solidus (backslash) ] %5D ] Right square bracket ^ %5E ^ Caret _ %5F _ Horizontal bar (underscore) ` %60 ` Acute accent a %61 a a b %62 b b c %63 c c d %64 d d e %65 e e f %66 f f g %67 g g h %68 h h i %69 i i j %6A j j k %6B k k l %6C l l m %6D m m n %6E n n o %6F o o p %70 p p q %71 q q r %72 r r s %73 s s t %74 t t u %75 u u v %76 v v w %77 w w x %78 x x y %79 y y z %7A z z { %7B { Left curly brace | %7C | Vertical bar } %7D } Right curly brace ~ %7E ~ Tilde []