HTML Special Characters and Symbols

Character
Reference
(decimal)
Character
Reference
Output
⅛ 1/8
¼ 1/4 ¼
½ 1/2 ½
⅓ 1/3
⅔ 2/3
⅜ 3/8
¾ 3/4 ¾
⅝ 5/8
¾" 3/4" ¾"
1 ½" 1 1/2" 1 ½"
#5 #5 #5
1% 1% 1%
50% 50% 50%
100% 100% 100%
  space (space)
&#nbsp; non-breaking (non-breaking space)
! ! !
" " "
# # #
$ $ $
% % %
& &; &
' ' '
( ( (
) ) )
* * *
+ + +
, , ,
- - -
. . .
/ / /
: : :
&#59; ; ;
&#60; < <
&#61; = =
&#62; > >
&#63; ? ?
&#64; @ @
&#91; [ [
&#92; \ \
&#93; ] ]
&#94; ^ ^
&#95; _ _
&#96; ' '
&#123; { {
&#124; - -
&#125; } }
&#126; ~ ~
<script> </script> Script Tags <script> </script>
&#60;p&#62;Paragraph Tags&#60;&#47;p&#62; Paragraph Tags <p>Paragraph Tags </p>
.blue &#123; color &#58; blue&#59; &#125; .blue { color : blue; }