| Nom du symbole | Plus |
| Version Unicode | 0.6 |
| Unicode | U+2795 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \2795 |
| Code hexadécimal | 0x2795 |
| Code HTML | ➕ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ➕ |
| Encodage URL (pourcent UTF-8) | %E2%9E%95 |
| Raccourci Discord / Slack | :heavy_plus_sign: |
| Raccourci GitHub | :heavy_plus_sign: |
| Nom oral / lecteur d’écran | Plus |
| UTF-8 | E2 9E 95 |
| UTF-16 | 2795 |
| UTF-32 | 00002795 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole plus sur la plupart des appareils modernes avec les méthodes suivantes :
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "plus".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "plus".
Emoji keyboard → Symbols; search "plus".
1span.plus::before { content: "\2795"; } /* prefer inline grapheme for ZWJ */1<span>➕</span>La représentation du symbole Plus dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2795' or String.fromCodePoint(10133) |
| Python | '\N{PLUS}' |
| Rust | '\u{2795}' |
| Swift | "\u{2795}" |
| Go | string(rune(0x2795)) |
| Ruby | "\u{2795}" |