How to draw a cross so that it covers the entire cell in tabular environment?
\documentclass[12pt,a4paper]{article}
\usepackage{amsmath,amsfonts,amssymb}
\usepackage{textcomp}
\begin{document}
\begin{tabular}{lc}
\hline
\texttimes & some thing\\
\hline
\end{tabular}
\end{document}
