| Nombre del símbolo | Peace Symbol |
| Versión Unicode | 1.0 |
| Unicode | U+262E |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \262E |
| Código hexadecimal | 0x262E |
| Código HTML | ☮️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | ☮️ |
| Codificación URL (porcentaje UTF-8) | %E2%98%AE%EF%B8%8F |
| Atajo Discord / Slack | :peace_symbol: |
| Atajo GitHub | :peace_symbol: |
| Nombre oral / lector de pantalla | Peace Symbol |
| UTF-8 | E2 98 AE EF B8 8F |
| UTF-16 | 262E FE0F |
| UTF-32 | 0000262E 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo peace symbol 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 "peace symbol".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "peace symbol".
Emoji keyboard → Symbols; search "peace symbol".
1span.peace-symbol-emoji::before { content: "\262E"; } /* prefer inline grapheme for ZWJ */1<span>☮️</span>La representación del símbolo Peace Symbol en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x262E, 0xFE0F) |
| Python | '\N{PEACE SYMBOL}' |
| Rust | '\u{262E}' |
| Swift | "\u{262E}" |
| Go | string(rune(0x262E)) |
| Ruby | "\u{262E}" |