| 記号名 | Plus Sign |
| Unicodeバージョン | 1.1 |
| Unicode | U+002B |
| Unicodeブロック | |
| 一般カテゴリ | Math Symbol (Sm) |
| CSSコード | \002B |
| 16進コード | 0x002B |
| HTMLコード | + |
| LaTeX | + |
| 記号 | + |
| URLエンコード(UTF-8パーセント) | %2B |
| 読み上げ名 / スクリーンリーダー | Plus Sign |
| UTF-8 | 2B |
| UTF-16 | 002B |
| UTF-32 | 0000002B |
1\documentclass{article}2\usepackage{pifont}3+4\end{document}以下の方法でほとんどの最新デバイスでplus sign記号を入力できます:
Type Alt + 43 on the numeric keypad, or insert from Character Map.
Type Shift + = on standard US keyboard layouts.
Type Shift + = on most layouts, or use compose sequences per distro.
Use the symbols keyboard and tap +.
Use numeric/symbol keyboard and tap +.
1span.plus::before { content: "\002B"; }1<span>+</span>各プログラミング言語におけるPlus Sign記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '+' |
| Python | '+' |
| Rust | '+' |
| C / C++ | '+' |
| Go | '+' |
| Ruby | '+' |