table with unicode characters

table using the checkmark unicode character

by heriberto perez

HTML

<table>
<thead>
  <tr>
    <th>a title</th>
  </tr>
</thead>
<tbody>
 <tr>
 <td>&#10003</td>
 </tr>
</tbody>
</table>

&#10003