| Nombre del símbolo | Hexagram For Peace |
| Versión Unicode | 4.0 |
| Unicode | U+4DCA |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS | \4DCA |
| Código hexadecimal | 0x4DCA |
| Código HTML | ䷊ |
| LaTeX | \text{HEXAGRAMFORPEACE} |
| Símbolo | ䷊ |
| Codificación URL (porcentaje UTF-8) | %E4%B7%8A |
| Nombre oral / lector de pantalla | Hexagram For Peace |
| UTF-8 | E4 B7 8A |
| UTF-16 | 4DCA |
| UTF-32 | 00004DCA |
1\documentclass{article}2\usepackage{pifont}3\text{HEXAGRAMFORPEACE}4\end{document}Puedes escribir el símbolo hexagram for peace en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 19914 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "hexagram for peace", or use Unicode Hex Input with 4DCA.
Ctrl + Shift + U, type 4dca, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with religion symbol support.
1span.hexagram-for-peace::before { content: "\4DCA"; }1<span>䷊</span>La representación del símbolo Hexagram For Peace en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u4DCA' or String.fromCodePoint(19914) |
| Python | '\N{HEXAGRAM FOR PEACE}' or chr(19914) |
| Rust | '\u{4DCA}' |
| C / C++ | UTF-8 source or wchar_t with U+4DCA |
| Go | string(rune(0x4DCA)) |
| Ruby | "\u{4DCA}" |