If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+30FB, officially named KATAKANA MIDDLE DOT, was introduced in Unicode version 1.1. It is part of the Katakana block, which belongs to the Basic Multilingual plane.
Categorized technically as a Other Punctuation, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is not a composition and has wide in East Asian typography. When placed in bidirectional text, it behaves as an Other Neutral 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º |
12539
Copied!
|
|---|---|
| UTF-8 |
E3 83 BB
Copied!
|
| UTF-16 |
30 FB
Copied!
|
| UTF-32 |
00 00 30 FB
Copied!
|
| URL-Quoted |
%E3%83%BB
Copied!
|
| HTML hex reference |
・
Copied!
|
| RFC 5137 |
\u'30FB'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u30FB
Copied!
|
| C and C++ |
\u30fb
Copied!
|
| C# |
\u30fb
Copied!
|
| CSS |
\0030FB
Copied!
|
| Excel |
=UNICHAR(12539)
Copied!
|
| Go |
\u30fb
Copied!
|
| JavaScript |
\u30FB
Copied!
|
| Modern JavaScript (since ES6) |
\u{30fb}
Copied!
|
| JSON |
\u30FB
Copied!
|
| Java |
\u30FB
Copied!
|
| Lua |
\u{30FB}
Copied!
|
| Matlab |
char(12539)
Copied!
|
| Perl |
\x{30FB}
Copied!
|
| PHP |
\u{30fb}
Copied!
|
| PostgreSQL |
U&'\30FB'
Copied!
|
| PowerShell |
`u{30FB}
Copied!
|
| Python |
\u30fb
Copied!
|
| Ruby |
\u{30fb}
Copied!
|
| Rust |
\u{30fb}
Copied!
|