If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+002B, officially named PLUS SIGN, was introduced in Unicode version 1.1. It is part of the ASCII 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 not a composition and has narrow 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º |
43
Copied!
|
|---|---|
| UTF-8 |
2B
Copied!
|
| UTF-16 |
00 2B
Copied!
|
| UTF-32 |
00 00 00 2B
Copied!
|
| URL-Quoted |
%2B
Copied!
|
| HTML hex reference |
+
Copied!
|
| RFC 5137 |
\u'002B'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u002B
Copied!
|
| C and C++ |
\u002b
Copied!
|
| C# |
\u002b
Copied!
|
| CSS |
\00002B
Copied!
|
| Excel |
=UNICHAR(43)
Copied!
|
| Go |
\u002b
Copied!
|
| JavaScript |
\u002B
Copied!
|
| Modern JavaScript (since ES6) |
\u{002b}
Copied!
|
| JSON |
\u002B
Copied!
|
| Java |
\u002B
Copied!
|
| Lua |
\u{002B}
Copied!
|
| Matlab |
char(43)
Copied!
|
| Perl |
\x{002B}
Copied!
|
| PHP |
\u{002b}
Copied!
|
| PostgreSQL |
U&'\002B'
Copied!
|
| PowerShell |
`u{002B}
Copied!
|
| Python |
\u002b
Copied!
|
| Ruby |
\u{002b}
Copied!
|
| Rust |
\u{002b}
Copied!
|