| Nombre del símbolo | Plus |
| Versión Unicode | 0.6 |
| Unicode | U+2795 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \2795 |
| Código hexadecimal | 0x2795 |
| Código HTML | ➕ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | ➕ |
| Codificación URL (porcentaje UTF-8) | %E2%9E%95 |
| Atajo Discord / Slack | :heavy_plus_sign: |
| Atajo GitHub | :heavy_plus_sign: |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo plus en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Plus en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2795' or String.fromCodePoint(10133) |
| Python | '\N{PLUS}' |
| Rust | '\u{2795}' |
| Swift | "\u{2795}" |
| Go | string(rune(0x2795)) |
| Ruby | "\u{2795}" |