diff --git a/glossary.tex b/glossary.tex
index 8036a265fa64ae63fa69a5ec7f9fce0eb084a9d6..90f62561fd40adc0e0037ef2ff5b6c2e15e5c137 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -655,7 +655,7 @@ Set the darker die to `\dicef{6}' and roll the other.  If this roll fails, it fa
   shortplural={HP},
   prefix={an\space},
   prefixfirst={a\space},
-  symbol={\fullmoon},
+  symbol={\text{$\vcenter{\hbox{\scalebox{0.8}{\bigcirc}}}$}},
   parent={combat},
   name={Health Points (HP)},
   ]{hp}{HP}{Health Point}
@@ -908,7 +908,7 @@ Set the darker die to `\dicef{6}' and roll the other.  If this roll fails, it fa
   text={Weight},
   first={Weight Rating},
   prefix={a\space},
-  symbol={\astrosun},
+  symbol={\text{$\vcenter{\hbox{\scalebox{1.1}{\oslash}}}$}},
   sort={A},
   type={mech},
   nonumberlist,
diff --git a/stats.sty b/stats.sty
index 6c7533b722d92254986bf806c2c6196ff43f76f6..9b7f42f5e2fd18f58807438ff14dd995a1835248 100644
--- a/stats.sty
+++ b/stats.sty
@@ -224,7 +224,7 @@
 \newcommand\hpStat{%
   \Repeat{\value{weight}}{\glsentrysymbol{weight}}%
   \Repeat{\value{freeHP}}{\glsentrysymbol{hp}}%
-  \Repeat{\value{wounds}}{\makebox[0pt]{\hspace{.7em}\checked}\glsentrysymbol{hp}}%
+  \Repeat{\value{wounds}}{\text{$\vcenter{\hbox{\scalebox{1.1}{\otimes}}}$}}%
 }
 
 \newcommand\mpStat{%