HALFWIDTH KATAKANA VOICED SOUND MARK
Overview
Japanese text encoded in the halfwidth katakana range handles voicing differently from ordinary Japanese, and U+FF9E is the reason. In fullwidth Japanese the dakuten is a combining mark that sits on the preceding kana; here it is an independent spacing character that occupies its own cell and follows the kana it modifies. That design came from JIS X 0201, the single-byte standard used by early terminals, receipt printers, and telecoms equipment, where every character had to occupy exactly one fixed-width column. Unicode preserves the behaviour by classifying it Lm (modifier letter) inside the Halfwidth and Fullwidth Forms block. Normalisation matters as a result: a halfwidth kana followed by this mark maps to the corresponding precomposed fullwidth kana under NFKC.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF9E | |
| decimal | 65438 | |
| htmldecimal | ゙ | |
| htmlhex | ゙ | |
| css | \FF9E | |
| javascript | \u{FF9E} | |
| python | \uff9e | |
| java | \uFF9E | |
| go | \uFF9E | |
| ruby | \u{FF9E} | |
| rust | \u{FF9E} | |
| ccpp | \uff9e | |
| urlencoded | %EF%BE%9E | |
| utf8bytes | ef be 9e | |
| utf16bebytes | ff 9e | |
| utf32bebytes | 00 00 ff 9e |
How to Use
゙
content: "\FF9E"
"\u{FF9E}"
"\uff9e"
Properties
- Script
- Zyyy
- Category
- Modifier Letter (Lm)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <narrow> 3099
Frequently Asked Questions
What is the ゙ character (HALFWIDTH KATAKANA VOICED SOUND MARK)?
゙ (HALFWIDTH KATAKANA VOICED SOUND MARK) is the Unicode character U+FF9E.
What is the Unicode codepoint of HALFWIDTH KATAKANA VOICED SOUND MARK?
The HALFWIDTH KATAKANA VOICED SOUND MARK character (゙) has codepoint U+FF9E.
How do I type or copy HALFWIDTH KATAKANA VOICED SOUND MARK?
Copy ゙ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.