free-symbols

Ethiopic Combining Vowel Length Mark Letter

፞ (U+135E) is the Ethiopic combining vowel length mark used to indicate vowel length in Ethiopic text.

U+135E

፞ is an Ethiopic combining mark with the Unicode name “ETHIOPIC COMBINING VOWEL LENGTH MARK”. It’s primarily used in Ethiopic writing systems to affect how a vowel is rendered. This page helps you copy it and use it correctly in text and code.

Ethiopic Combining Vowel Length Mark Letter Meaning

፞ (U+135E) is an Ethiopic combining vowel length mark. As a combining character, it is intended to be placed with other Ethiopic characters so the vowel’s length is indicated in the resulting rendered text. In practice, you’ll typically see it used in Ethiopic orthography where vowel duration matters for correct spelling or phonetic interpretation. For developers, the key is using the exact code point (U+135E) and ensuring your fonts and text rendering support the Ethiopic block. For copy/paste, the symbol is best handled with the plain Unicode character or supported HTML/Unicode escape forms.

Common uses

  • Adding vowel length information in Ethiopic text transcription
  • Editing or proofreading Ethiopic strings that include vowel length marks
  • Creating datasets or fixtures that must preserve exact Unicode characters
  • Typography testing to confirm correct rendering with Ethiopic fonts
  • Developer use in HTML/JS where the character must be represented reliably

Variations

Technical codes

UnicodeU+135E
HTML Entity፞
HTML Code፞
CSS\135E

FAQ

What does the Ethiopic Combining Vowel Length Mark letter mean?

፞ (U+135E) is an Ethiopic combining vowel length mark. As a combining character, it is intended to be placed with other Ethiopic characters so the vowel’s length is indicated in the resulting rendered text. In practice, you’ll typically see it used in Ethiopic orthography where vowel duration matters for correct spelling or phonetic interpretation. For developers, the key is using the exact code point (U+135E) and ensuring your fonts and text rendering support the Ethiopic block. For copy/paste, the symbol is best handled with the plain Unicode character or supported HTML/Unicode escape forms.

What is the Unicode code point for ፞?

The symbol ፞ has Unicode code point U+135E.

How do I copy ፞ into HTML?

You can use the HTML entity: ፞

What do the combining marks mean for display?

As a combining character, ፞ is meant to be used alongside other Ethiopic characters so it modifies the rendered text; correct font support is important.

How do I include ፞ in JavaScript?

Use a Unicode escape like \\u{135E} (or just include the literal character ፞ in a string).