free-symbols

Latin Small Letter T With Dot Below Letter

ṭ is a Latin small letter “t” with a dot below, used in extended orthographies and accurate text representation.

U+1E6D

The symbol ṭ is a Latin Extended character. It’s commonly needed when you must match a specific spelling or transliteration precisely. Below you’ll find practical ways to copy it and use the correct code points.

Latin Small Letter T With Dot Below Letter Meaning

Ṭ (and its lowercase form ṭ) is “Latin small letter t with dot below” (Unicode U+1E6D). The dot below is part of the letter itself, not punctuation, so it changes the identity of the character. In practice, ṭ is used in writing systems and transliteration schemes where plain “t” would be incorrect. It may represent a specific sound distinction or orthographic convention defined by a particular language or romanization method. When creating documents or websites, using the exact character (U+1E6D) helps avoid mismatches, font fallbacks, or search/indexing issues caused by using a different “t” or similar-looking characters.

Common uses

  • Copying accurate spellings in language learning materials and dictionaries
  • Typing transliterated text where “t with dot below” is required
  • Labeling names, titles, or terms exactly as shown in published sources
  • Preparing web content that must preserve Unicode characters correctly
  • Using the character in form fields or databases for consistent search

Examples

ṭ – Latin Small Letter T with Dot Below

  • Please enter ṭ exactly as shown.
  • The transliteration uses ṭ to distinguish the sound.
  • I found ṭ in the word list under t-with-dot-below.
  • Type ṭ for the correct diacritic version of the letter.
  • The proper spelling includes ṭ at the end.

Variations

Technical codes

UnicodeU+1E6D
HTML Entityṭ
HTML Codeṭ
CSS\1E6D

FAQ

What does the Latin Small Letter T With Dot Below letter mean?

Ṭ (and its lowercase form ṭ) is “Latin small letter t with dot below” (Unicode U+1E6D). The dot below is part of the letter itself, not punctuation, so it changes the identity of the character. In practice, ṭ is used in writing systems and transliteration schemes where plain “t” would be incorrect. It may represent a specific sound distinction or orthographic convention defined by a particular language or romanization method. When creating documents or websites, using the exact character (U+1E6D) helps avoid mismatches, font fallbacks, or search/indexing issues caused by using a different “t” or similar-looking characters.

What Unicode character is ṭ?

ṭ is the Unicode “LATIN SMALL LETTER T WITH DOT BELOW”, code point U+1E6D.

How do I copy ṭ for use in HTML?

You can use the HTML entity: ṭ or copy the literal character ṭ.

Will using plain “t” work instead of ṭ?

Usually not. ṭ is a distinct character; replacing it with “t” removes the dot-below and can change the intended spelling or transliteration.

How can I insert ṭ using CSS or code?

Use the CSS escape \\1E6D or the JavaScript escape \\u{1E6D}.