| Nombre del símbolo | Trigram For Mountain |
| Versión Unicode | 1.1 |
| Unicode | U+2636 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 98 B6 |
| UTF-16 | 2636 |
| UTF-32 | 00002636 |
1\documentclass{article}2\usepackage{pifont}3\text{TRIGRAMFORMOUNTAIN}4\end{document}Puedes escribir el símbolo trigram for mountain en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9782 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "trigram for mountain", or use Unicode Hex Input with 2636.
Ctrl + Shift + U, type 2636, 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.trigram-for-mountain::before { content: "\2636"; }1<span>☶</span>La representación del símbolo Trigram For Mountain en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2636' or String.fromCodePoint(9782) |
| Python | '\N{TRIGRAM FOR MOUNTAIN}' or chr(9782) |
| Rust | '\u{2636}' |
| C / C++ | UTF-8 source or wchar_t with U+2636 |
| Go | string(rune(0x2636)) |
| Ruby | "\u{2636}" |
| Código CSS |
\2636 |
| Código hexadecimal | 0x2636 |
| Código HTML | ☶ |
| LaTeX | \text{TRIGRAMFORMOUNTAIN} |
| Símbolo | ☶ |
| Codificación URL (porcentaje UTF-8) | %E2%98%B6 |
| Nombre oral / lector de pantalla | Trigram For Mountain |