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