As part of the display of a table I needed to fix a width

The trick is to use the attribute "min-width" with the use of "ch" as a unit

Example

<span class="icon-calendar icon-fw" style="min-width: 12ch;" aria-hidden="true">
13/12/2022
</span>

Result:

See also   CSS