If using combination like: Ta, To, Ts...
The character after T is with different letter spacing, than the same characters, in reverse order : aT, oT, sT .This is probably used for aesthetic reasons.
Letter spacing can be seen easily when a selection is made.
My question is, if there is a font table where letter spacing between two characters, for given font are shown?
span {
letter-spacing: 0;
font-family: 'Arial';
font-size: 70px;
}
<span>aTa --- kTk</span>