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