| Nome del simbolo | Peace Symbol |
| Versione Unicode | 1.0 |
| Unicode | U+262E |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \262E |
| Codice esadecimale | 0x262E |
| Codice HTML | ☮️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ☮️ |
| Codifica URL (percentuale UTF-8) | %E2%98%AE%EF%B8%8F |
| Shortcode Discord / Slack | :peace_symbol: |
| Shortcode GitHub | :peace_symbol: |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo peace symbol sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Peace Symbol nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x262E, 0xFE0F) |
| Python | '\N{PEACE SYMBOL}' |
| Rust | '\u{262E}' |
| Swift | "\u{262E}" |
| Go | string(rune(0x262E)) |
| Ruby | "\u{262E}" |