free-symbols
ҭ

Cyrillic Small Letter Te With Descender Letter

The Cyrillic small letter te with descender (ҭ) is a specific Unicode character used in Cyrillic text.

U+04AD

ҭ is a Cyrillic lowercase letter with a descender. It has a dedicated Unicode code point and can be copied directly or inserted using standard escapes.

Cyrillic Small Letter Te With Descender Letter Meaning

ҭ (Unicode U+04AD) is “CYRILLIC SMALL LETTER TE WITH DESCENDER.” As a Cyrillic character, it belongs to text that uses extended Cyrillic letters rather than plain Latin or basic Cyrillic. You may encounter it in languages, names, or orthographies that require this specific letter form. For developers and designers, its value is mainly practical: it’s a distinct character with its own Unicode identity, so using the correct code point helps avoid lookalikes from other scripts. When rendering or validating text, treat it as a single character distinct from similar-looking letters.

Common uses

  • Typing or displaying text that specifically requires the Cyrillic small letter te with descender
  • Correctly reproducing names and place names that include this exact character
  • Form input and validation where exact Unicode character matching matters
  • Designing multilingual fonts or UI strings that must include the proper Cyrillic letter
  • Publishing documents or subtitles that preserve the intended spelling

Examples

ҭ — Cyrillic small letter te with descender

  • ҭ— ҭ 04AD —
  • ҭI saw ҹ and ҭ in the same line.
  • ҭThe surname contains ҭ.
  • ҭReplace t with ҭ in this phrase.
  • ҭRendering test: ҭ should appear lowercase.

Variations

Technical codes

UnicodeU+04AD
HTML Entityҭ
HTML Codeҭ
CSS\04AD

FAQ

What does the Cyrillic Small Letter Te With Descender letter mean?

ҭ (Unicode U+04AD) is “CYRILLIC SMALL LETTER TE WITH DESCENDER.” As a Cyrillic character, it belongs to text that uses extended Cyrillic letters rather than plain Latin or basic Cyrillic. You may encounter it in languages, names, or orthographies that require this specific letter form. For developers and designers, its value is mainly practical: it’s a distinct character with its own Unicode identity, so using the correct code point helps avoid lookalikes from other scripts. When rendering or validating text, treat it as a single character distinct from similar-looking letters.

What is the Unicode code point for ҭ?

The Unicode code point for ҭ is U+04AD.

How can I insert ҭ in HTML?

Use the HTML entity: ҭ.

What CSS escape can I use for this character?

Use the CSS escape: \\04AD.

How do I represent ҭ in JavaScript?

Use the JavaScript escape: \\u{04AD}.