If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+30FF, officially named KATAKANA DIGRAPH KOTO, was introduced in Unicode version 3.2. It is part of the Katakana 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 wide 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º |
12543
Copied!
|
|---|---|
| UTF-8 |
E3 83 BF
Copied!
|
| UTF-16 |
30 FF
Copied!
|
| UTF-32 |
00 00 30 FF
Copied!
|
| URL-Quoted |
%E3%83%BF
Copied!
|
| HTML hex reference |
ヿ
Copied!
|
| RFC 5137 |
\u'30FF'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u30FF
Copied!
|
| C and C++ |
\u30ff
Copied!
|
| C# |
\u30ff
Copied!
|
| CSS |
\0030FF
Copied!
|
| Excel |
=UNICHAR(12543)
Copied!
|
| Go |
\u30ff
Copied!
|
| JavaScript |
\u30FF
Copied!
|
| Modern JavaScript (since ES6) |
\u{30ff}
Copied!
|
| JSON |
\u30FF
Copied!
|
| Java |
\u30FF
Copied!
|
| Lua |
\u{30FF}
Copied!
|
| Matlab |
char(12543)
Copied!
|
| Perl |
\x{30FF}
Copied!
|
| PHP |
\u{30ff}
Copied!
|
| PostgreSQL |
U&'\30FF'
Copied!
|
| PowerShell |
`u{30FF}
Copied!
|
| Python |
\u30ff
Copied!
|
| Ruby |
\u{30ff}
Copied!
|
| Rust |
\u{30ff}
Copied!
|