If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+208A, officially named SUBSCRIPT PLUS SIGN, was introduced in Unicode version 1.1. It is part of the Super And Sub block, which belongs to the Basic Multilingual plane.
Categorized technically as a Math Symbol, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is Unknown and has no designated width in East Asian typography. When placed in bidirectional text, it behaves as an Unknown 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º |
8330
Copied!
|
|---|---|
| UTF-8 |
E2 82 8A
Copied!
|
| UTF-16 |
20 8A
Copied!
|
| UTF-32 |
00 00 20 8A
Copied!
|
| URL-Quoted |
%E2%82%8A
Copied!
|
| HTML hex reference |
₊
Copied!
|
| RFC 5137 |
\u'208A'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u208A
Copied!
|
| C and C++ |
\u208a
Copied!
|
| C# |
\u208a
Copied!
|
| CSS |
\00208A
Copied!
|
| Excel |
=UNICHAR(8330)
Copied!
|
| Go |
\u208a
Copied!
|
| JavaScript |
\u208A
Copied!
|
| Modern JavaScript (since ES6) |
\u{208a}
Copied!
|
| JSON |
\u208A
Copied!
|
| Java |
\u208A
Copied!
|
| Lua |
\u{208A}
Copied!
|
| Matlab |
char(8330)
Copied!
|
| Perl |
\x{208A}
Copied!
|
| PHP |
\u{208a}
Copied!
|
| PostgreSQL |
U&'\208A'
Copied!
|
| PowerShell |
`u{208A}
Copied!
|
| Python |
\u208a
Copied!
|
| Ruby |
\u{208a}
Copied!
|
| Rust |
\u{208a}
Copied!
|