| Symbol Name | Peace Symbol |
| Unicode Version | 1.0 |
| Unicode | U+262E |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \262E |
| Hex Code | 0x262E |
| HTML Code | ☮️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ☮️ |
| URL encode (UTF-8 percent) | %E2%98%AE%EF%B8%8F |
| Discord / Slack shortcode | :peace_symbol: |
| GitHub shortcode | :peace_symbol: |
| Spoken / screen reader name | 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}You can type the peace symbol symbol on most modern devices with the help of following methods:
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>Peace Symbol symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x262E, 0xFE0F) |
| Python | '\N{PEACE SYMBOL}' |
| Rust | '\u{262E}' |
| Swift | "\u{262E}" |
| Go | string(rune(0x262E)) |
| Ruby | "\u{262E}" |