free-symbols
ƫ

Latin Small Letter T With Palatal Hook Letter

ƫ is the Latin letter “t with palatal hook,” used in extended Latin alphabets and specialized text.

U+01AB

ƫ (U+01AB) is a Latin Extended character known as “Latin Small Letter T with Palatal Hook.” It’s mainly used when you need the exact glyph for a specific alphabet, name, or transcription. Below are practical ways to copy it and include it in code.

Latin Small Letter T With Palatal Hook Letter Meaning

ƫ is a Unicode Latin Extended character, named “LATIN SMALL LETTER T WITH PALATAL HOOK” (U+01AB). In practice, it functions as a distinct lowercase letter, not a stylistic decoration, so it matters when matching text from fonts, dictionaries, linguistic transcriptions, or typographic conventions. You’ll most often encounter ƫ in written forms that require this specific phonetic or orthographic character. If you’re creating or validating text in Unicode, using the correct code point helps prevent substitution with a different “t”-like glyph.

Common uses

  • Copying an exact character from a transcription, dictionary entry, or document
  • Typing a specific letter for a name, label, or term that uses this glyph
  • Preparing multilingual content that requires precise Unicode characters
  • Adding the character in web development when rendering correct text is important
  • Using the symbol in design or typography where letter accuracy matters

Examples

ƫ Latin Small Letter T with Palatal Hook

  • ƫƫəlan
  • ƫa ƫ b
  • ƫList: ƫ, ƫa, ƫb
  • ƫtranscription: ƫ
  • ƫUse the exact letter ƫ in the title

Variations

Technical codes

UnicodeU+01AB
HTML Entityƫ
HTML Codeƫ
CSS\01AB

FAQ

What does the Latin Small Letter T With Palatal Hook letter mean?

ƫ is a Unicode Latin Extended character, named “LATIN SMALL LETTER T WITH PALATAL HOOK” (U+01AB). In practice, it functions as a distinct lowercase letter, not a stylistic decoration, so it matters when matching text from fonts, dictionaries, linguistic transcriptions, or typographic conventions. You’ll most often encounter ƫ in written forms that require this specific phonetic or orthographic character. If you’re creating or validating text in Unicode, using the correct code point helps prevent substitution with a different “t”-like glyph.

What is ƫ called in Unicode?

It is “LATIN SMALL LETTER T WITH PALATAL HOOK” with Unicode code point U+01AB.

How can I copy ƫ easily?

Copy the symbol “ƫ” directly from this page, or use the provided escapes such as ƫ or \\u{01AB} in code.

Is ƫ just a stylized “t”?

No. ƫ is a distinct Unicode character, so using it correctly helps ensure the intended letter is represented rather than a different “t” variant.

What’s the safest way to display ƫ on the web?

Use Unicode-aware text (the literal character) or a code escape like \\u{01AB} so the exact code point is rendered correctly.