free-symbols

Latin Capital Letter Y With Loop Letter

Ỿ (U+1EFE) is the Latin capital letter Y with loop used in the Latin Extended character set.

U+1EFE

Ỿ is a Unicode Latin Extended character: “Latin Capital Letter Y with Loop” (U+1EFE). You can copy it directly or use standard escape sequences in code and styling.

Latin Capital Letter Y With Loop Letter Meaning

Ỿ is a specific capital form of the letter “Y” modified with a loop, represented in Unicode as U+1EFE. It belongs to the Latin Extended block, so it’s typically used when you need an exact character match for text encoded in that script/orthography. In practice, you’ll see it when working with fonts, legacy data, or documents that distinguish this precise capital letter from other Y variants. Because it’s an uncommon character, the most important “meaning” is fidelity: using the exact Unicode code point ensures the correct glyph is preserved across systems that support it.

Common uses

  • Copy/paste exact uppercase “Y with loop” from Unicode text into documents and forms
  • Typography and font testing to confirm rendering of U+1EFE in a specific typeface
  • Data cleanup or migration where exact character matching is required
  • Developer use in localization files, templates, or content management systems
  • Creating labels, headings, or typographic samples that include Latin Extended characters

Examples

Ỿ — Latin Capital Letter Y with Loop

  • ỾỾ 01
  • ABỾCD
  • Ký tự: Ỿ
  • Font check: Ỿ
  • Unicode U+1EFE: Ỿ

Variations

Technical codes

UnicodeU+1EFE
HTML EntityỾ
HTML CodeỾ
CSS\1EFE

FAQ

What does the Latin Capital Letter Y With Loop letter mean?

Ỿ is a specific capital form of the letter “Y” modified with a loop, represented in Unicode as U+1EFE. It belongs to the Latin Extended block, so it’s typically used when you need an exact character match for text encoded in that script/orthography. In practice, you’ll see it when working with fonts, legacy data, or documents that distinguish this precise capital letter from other Y variants. Because it’s an uncommon character, the most important “meaning” is fidelity: using the exact Unicode code point ensures the correct glyph is preserved across systems that support it.

What Unicode code point is Ỿ?

Ỿ is Unicode U+1EFE (LATIN CAPITAL LETTER Y WITH LOOP).

How do I write Ỿ in HTML?

Use the HTML entity: Ỿ

How do I use Ỿ in CSS?

In CSS escapes, use: \\1EFE

How do I use Ỿ in JavaScript?

You can use the Unicode escape: \\u{1EFE}