Halfwidth Katakana-hiragana Prolonged Sound Mark Letter
The ー character is the halfwidth prolonged sound mark used in Japanese text to extend vowel sounds.
U+FF70
The ー symbol is a Japanese punctuation mark used to indicate that a sound should be prolonged. It’s often used in halfwidth character sets and can be convenient in text that mixes widths. Copy it directly, or use the provided HTML, CSS, and JavaScript escapes.
Halfwidth Katakana-hiragana Prolonged Sound Mark Letter Meaning
The ー character is the Halfwidth Katakana-Hiragana Prolonged Sound Mark (Unicode U+FF70). In Japanese writing, this mark extends the preceding vowel or sound, commonly in Katakana and related text contexts. You’ll see it in short labels, stylized text, and systems that use halfwidth characters. Because it is specifically “halfwidth,” it may render differently from the fullwidth prolonged sound mark in the same environment or font. When precise typography matters (e.g., legacy encodings, halfwidth display modes, or fixed-width UI text), using U+FF70 helps match the intended width.
Common uses
- •Typing Japanese names or words in halfwidth form where prolonged sounds must be preserved
- •Building fixed-width UI labels and signage-like text that expects halfwidth punctuation
- •Formatting chat or social media text in a style that uses halfwidth characters
- •Legacy or compatibility text rendering where halfwidth katakana/spacing is required
- •Developer use in strings that need the exact Unicode character U+FF70
Examples
ー Halfwidth Katakana-Hiragana Prolonged Sound Mark
- ーガーデン
- ーライフード
- ースポーツ
- ードライフート
- ーマターニ
Variations
Technical codes
| Unicode | U+FF70 | |
| HTML Entity | ー | |
| HTML Code | ー | |
| CSS | \FF70 |
FAQ
What does the Halfwidth Katakana-hiragana Prolonged Sound Mark letter mean?
The ー character is the Halfwidth Katakana-Hiragana Prolonged Sound Mark (Unicode U+FF70). In Japanese writing, this mark extends the preceding vowel or sound, commonly in Katakana and related text contexts. You’ll see it in short labels, stylized text, and systems that use halfwidth characters. Because it is specifically “halfwidth,” it may render differently from the fullwidth prolonged sound mark in the same environment or font. When precise typography matters (e.g., legacy encodings, halfwidth display modes, or fixed-width UI text), using U+FF70 helps match the intended width.
What is the Unicode code point for ー?
It is U+FF70 (Halfwidth Katakana-Hiragana Prolonged Sound Mark).
Is ー the same as the prolonged sound mark used in fullwidth Japanese text?
No. ー is explicitly the halfwidth version. It may look different from the fullwidth prolonged sound mark depending on font and layout.
How can I paste this symbol in HTML?
Use the HTML entity: ー.
How do I include it in CSS or JavaScript?
CSS escape: \\FF70. JavaScript escape: \\u{FF70}.