If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF09, officially named FULLWIDTH RIGHT PARENTHESIS, was introduced in Unicode version 1.1. It is part of the Half And Full Forms block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as FULLWIDTH CLOSING PARENTHESIS.
Categorized technically as a Close Punctuation, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is Unknown and has fullwidth in East Asian typography. When placed in bidirectional text, it behaves as an Other Neutral character. Its visual representation remains mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
65289
Copied!
|
|---|---|
| UTF-8 |
EF BC 89
Copied!
|
| UTF-16 |
FF 09
Copied!
|
| UTF-32 |
00 00 FF 09
Copied!
|
| URL-Quoted |
%EF%BC%89
Copied!
|
| HTML hex reference |
)
Copied!
|
| RFC 5137 |
\u'FF09'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF09
Copied!
|
| C and C++ |
\uff09
Copied!
|
| C# |
\uff09
Copied!
|
| CSS |
\00FF09
Copied!
|
| Excel |
=UNICHAR(65289)
Copied!
|
| Go |
\uff09
Copied!
|
| JavaScript |
\uFF09
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff09}
Copied!
|
| JSON |
\uFF09
Copied!
|
| Java |
\uFF09
Copied!
|
| Lua |
\u{FF09}
Copied!
|
| Matlab |
char(65289)
Copied!
|
| Perl |
\x{FF09}
Copied!
|
| PHP |
\u{ff09}
Copied!
|
| PostgreSQL |
U&'\FF09'
Copied!
|
| PowerShell |
`u{FF09}
Copied!
|
| Python |
\uff09
Copied!
|
| Ruby |
\u{ff09}
Copied!
|
| Rust |
\u{ff09}
Copied!
|