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