copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('+'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
+
FULLWIDTH PLUS SIGN
Overview
+ (FULLWIDTH PLUS SIGN) is the Unicode character at code point U+FF0B. It belongs to the Halfwidth and Fullwidth Forms block, in the Math Symbol (Sm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF0B | |
| decimal | 65291 | |
| htmldecimal | + | |
| htmlhex | + | |
| css | \FF0B | |
| javascript | \u{FF0B} | |
| python | \uff0b | |
| java | \uFF0B | |
| go | \uFF0B | |
| ruby | \u{FF0B} | |
| rust | \u{FF0B} | |
| ccpp | \uff0b | |
| urlencoded | %EF%BC%8B | |
| utf8bytes | ef bc 8b | |
| utf16bebytes | ff 0b | |
| utf32bebytes | 00 00 ff 0b |
How to Use
HTML:
+
CSS:
content: "\FF0B"
JavaScript:
"\u{FF0B}"
Python:
"\uff0b"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ES
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 002B
Frequently Asked Questions
What is the + character (FULLWIDTH PLUS SIGN)?
+ (FULLWIDTH PLUS SIGN) is the Unicode character U+FF0B.
What is the Unicode codepoint of FULLWIDTH PLUS SIGN?
The FULLWIDTH PLUS SIGN character (+) has codepoint U+FF0B.
How do I type or copy FULLWIDTH PLUS SIGN?
Copy + directly, or use the HTML entity, UTF-8, and code encodings shown on this page.