free-symbols

Halfwidth Katakana Letter Small Yo Letter

ョ is the halfwidth Katakana small “yo” character (U+FF6E).

U+FF6E

The character ョ is a halfwidth Katakana letter used in Japanese text. It’s handy when you need halfwidth typography or legacy-compatible encoding. You can copy it directly from this page or use its Unicode code point.

Halfwidth Katakana Letter Small Yo Letter Meaning

ョ (HALFWIDTH KATAKANA LETTER SMALL YO) is a halfwidth form of the small “yo” Katakana character. Small Katakana letters like this are commonly used as part of written Japanese words to indicate sounds more precisely (for example in contracted or compound spellings). Because it is specifically halfwidth (fullwidth counterpart differs), it may be required for text that must match a particular legacy style, fixed-width layout, or a system that expects halfwidth Katakana. In practice, you’ll use it when your software or data source uses Unicode U+FF6E for this exact character.

Common uses

  • Copy/paste into halfwidth Japanese text where fullwidth characters would misalign
  • Matching legacy or fixed-width Japanese datasets that encode small Katakana as halfwidth
  • UI typography and label layouts that require halfwidth Katakana consistency
  • Preparing content for systems that treat halfwidth characters differently in validation
  • Creating test strings for font or encoding compatibility with U+FF6E

Examples

ョ Halfwidth Katakana Letter Small Yo

  • ョガン
  • キャスョン
  • ショウョウ
  • test ァbc ョ
  • スュョウ

Variations

Technical codes

UnicodeU+FF6E
HTML Entityョ
HTML Codeョ
CSS\FF6E

FAQ

What does the Halfwidth Katakana Letter Small Yo letter mean?

ョ (HALFWIDTH KATAKANA LETTER SMALL YO) is a halfwidth form of the small “yo” Katakana character. Small Katakana letters like this are commonly used as part of written Japanese words to indicate sounds more precisely (for example in contracted or compound spellings). Because it is specifically halfwidth (fullwidth counterpart differs), it may be required for text that must match a particular legacy style, fixed-width layout, or a system that expects halfwidth Katakana. In practice, you’ll use it when your software or data source uses Unicode U+FF6E for this exact character.

What is the Unicode code point for ョ?

It is U+FF6E (HALFWIDTH KATAKANA LETTER SMALL YO).

How can I copy ョ for use in my text editor?

Copy the character directly from this page and paste it into your editor. It will preserve the exact halfwidth form.

Is ョ the same as the fullwidth small yo character?

No. ョ is halfwidth (U+FF6E). The fullwidth counterpart is a different Unicode character and may affect alignment and validation.

What HTML and escape forms can I use in code?

HTML entity: ョ . CSS escape: \\FF6E . JavaScript escape: \\u{FF6E}.