| Symbol Name | Descending Node |
| Unicode Version | 1.1 |
| Unicode | U+260B |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \260B |
| Hex Code | 0x260B |
| HTML Code | ☋ |
| LaTeX | \text{DESCENDINGNODE} |
| Symbol | ☋ |
| URL encode (UTF-8 percent) | %E2%98%8B |
| Spoken / screen reader name | Descending Node |
| UTF-8 | E2 98 8B |
| UTF-16 | 260B |
| UTF-32 | 0000260B |
1\documentclass{article}2\usepackage{pifont}3\text{DESCENDINGNODE}4\end{document}You can type the descending node symbol on most modern devices with the help of following methods:
Alt + 9739 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "descending node", or use Unicode Hex Input with 260B.
Ctrl + Shift + U, type 260b, 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.descending-node::before { content: "\260B"; }1<span>☋</span>Descending Node symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u260B' or String.fromCodePoint(9739) |
| Python | '\N{DESCENDING NODE}' or chr(9739) |
| Rust | '\u{260B}' |
| C / C++ | UTF-8 source or wchar_t with U+260B |
| Go | string(rune(0x260B)) |
| Ruby | "\u{260B}" |