If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF98, officially named HALFWIDTH KATAKANA LETTER RI, 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 Other Letter, this character typically falls under the Kana 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º |
65432
Copied!
|
|---|---|
| UTF-8 |
EF BE 98
Copied!
|
| UTF-16 |
FF 98
Copied!
|
| UTF-32 |
00 00 FF 98
Copied!
|
| URL-Quoted |
%EF%BE%98
Copied!
|
| HTML hex reference |
リ
Copied!
|
| RFC 5137 |
\u'FF98'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF98
Copied!
|
| C and C++ |
\uff98
Copied!
|
| C# |
\uff98
Copied!
|
| CSS |
\00FF98
Copied!
|
| Excel |
=UNICHAR(65432)
Copied!
|
| Go |
\uff98
Copied!
|
| JavaScript |
\uFF98
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff98}
Copied!
|
| JSON |
\uFF98
Copied!
|
| Java |
\uFF98
Copied!
|
| Lua |
\u{FF98}
Copied!
|
| Matlab |
char(65432)
Copied!
|
| Perl |
\x{FF98}
Copied!
|
| PHP |
\u{ff98}
Copied!
|
| PostgreSQL |
U&'\FF98'
Copied!
|
| PowerShell |
`u{FF98}
Copied!
|
| Python |
\uff98
Copied!
|
| Ruby |
\u{ff98}
Copied!
|
| Rust |
\u{ff98}
Copied!
|