table with unicode characters
table using the checkmark unicode character
HTML
<table>
<thead>
<tr>
<th>a title</th>
</tr>
</thead>
<tbody>
<tr>
<td>✓</td>
</tr>
</tbody>
</table>
✓
<table>
<thead>
<tr>
<th>a title</th>
</tr>
</thead>
<tbody>
<tr>
<td>✓</td>
</tr>
</tbody>
</table>
✓