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