Lowercase T With Cedilla

ţ

UNICODE

U+00163

HEX CODE

ţ

HTML CODE

ţ

HTML ENTITY

ţ

CSS CODE

\0163
// html example
<span>&#355;</span>

// css example
span {
  content: "\0163";
}
ţ