free-symbols

Tibetan Subjoined Letter Tsa Letter

ྩ is the Tibetan subjoined letter TSA (U+0FA9) used as a subjoined consonant form in Tibetan script.

U+0FA9

The symbol ྩ is a Tibetan subjoined letter TSA. It has a dedicated Unicode code point (U+0FA9), making it straightforward to copy and use in digital text. Below you’ll find practical ways to insert it in HTML, CSS, and JavaScript.

Tibetan Subjoined Letter Tsa Letter Meaning

ྩ (Tibetan Subjoined Letter TSA) is a Tibetan-script character represented in Unicode as U+0FA9. As a “subjoined” letter, it functions visually as a consonant attached below a base letter, affecting how a syllable is written in Tibetan script. In practice, its usage depends on the specific orthography of Tibetan words and how the writing system combines base consonants with subjoined forms. For digital use, it’s most often encountered in Tibetan text processing, typography, and language resources where accurate character substitution and rendering are required.

Common uses

  • Copying Tibetan text accurately for posts, documents, or captions
  • Typography and font testing to verify correct subjoined consonant rendering
  • Building Tibetan-language content where proper Unicode character selection matters
  • Transliteration or transcription workflows that preserve Tibetan script fidelity
  • Web development tasks that require inserting the character via Unicode/escapes

Examples

ྩ Tibetan Subjoined Letter TSA

  • །ྩི ཡིག་ཆ་དག་གནས་དགོས།
  • བོད་ཡིག་ནང་དུ ྩ མང་ཙམ་ཡོད།
  • ྩ འདི Unicode U+0FA9 ཡིན།
  • དྲ་ཚིགས་སྟེང་དུ ྩ བཀོད་ནས စမ်းသོད།
  • སྒྲ་བརྡའི་བྲིས་ནང་དུ ྩ ཚུལ་མཐུན་བདེན་པར་བཀོད།

Variations

Technical codes

UnicodeU+0FA9
HTML Entityྩ
HTML Codeྩ
CSS\0FA9

FAQ

What does the Tibetan Subjoined Letter Tsa letter mean?

ྩ (Tibetan Subjoined Letter TSA) is a Tibetan-script character represented in Unicode as U+0FA9. As a “subjoined” letter, it functions visually as a consonant attached below a base letter, affecting how a syllable is written in Tibetan script. In practice, its usage depends on the specific orthography of Tibetan words and how the writing system combines base consonants with subjoined forms. For digital use, it’s most often encountered in Tibetan text processing, typography, and language resources where accurate character substitution and rendering are required.

What is the Unicode code point for ྩ?

The symbol ྩ is Unicode U+0FA9 (TIBETAN SUBJOINED LETTER TSA).

How can I copy ྩ into HTML?

You can paste the character directly, or use the HTML entity: ྩ

What CSS escape can I use for ྩ?

Use the CSS escape \\0FA9.

How do I insert ྩ using JavaScript?

Use the JavaScript escape \\u{0FA9} or paste the character directly into your string.