If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF9F, officially named HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK, was introduced in Unicode version 1.1. It is part of the Half And Full Forms block, which belongs to the Basic Multilingual plane.
Categorized technically as a Modifier Letter, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is Unknown and has halfwidth in East Asian typography. When placed in bidirectional text, it behaves as an Left-To-Right character. Its visual representation remains not mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
65439
Copied!
|
|---|---|
| UTF-8 |
EF BE 9F
Copied!
|
| UTF-16 |
FF 9F
Copied!
|
| UTF-32 |
00 00 FF 9F
Copied!
|
| URL-Quoted |
%EF%BE%9F
Copied!
|
| HTML hex reference |
゚
Copied!
|
| RFC 5137 |
\u'FF9F'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF9F
Copied!
|
| C and C++ |
\uff9f
Copied!
|
| C# |
\uff9f
Copied!
|
| CSS |
\00FF9F
Copied!
|
| Excel |
=UNICHAR(65439)
Copied!
|
| Go |
\uff9f
Copied!
|
| JavaScript |
\uFF9F
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff9f}
Copied!
|
| JSON |
\uFF9F
Copied!
|
| Java |
\uFF9F
Copied!
|
| Lua |
\u{FF9F}
Copied!
|
| Matlab |
char(65439)
Copied!
|
| Perl |
\x{FF9F}
Copied!
|
| PHP |
\u{ff9f}
Copied!
|
| PostgreSQL |
U&'\FF9F'
Copied!
|
| PowerShell |
`u{FF9F}
Copied!
|
| Python |
\uff9f
Copied!
|
| Ruby |
\u{ff9f}
Copied!
|
| Rust |
\u{ff9f}
Copied!
|