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
エンコーディングテーブル
| 形式 | 値 | コピー |
|---|---|---|
| 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 |
使い方
HTML:
+
CSS:
content: "\FF0B"
JavaScript:
"\u{FF0B}"
Python:
"\uff0b"
プロパティ
- スクリプト
- Zyyy
- カテゴリ
- Math Symbol (Sm)
- 双方向
- ES
- 結合
- 0
- ミラー
- いいえ
- 分解
- <wide> 002B