| Symboolnaam | Sun |
| Unicode-versie | 1.1 |
| Unicode | U+2609 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \2609 |
| Hexadecimale code | 0x2609 |
| HTML-code | ☉ |
| LaTeX | \text{SUN} |
| Symbool | ☉ |
| URL-codering (UTF-8 procent) | %E2%98%89 |
| Uitgesproken naam / schermlezer | Sun |
| UTF-8 | E2 98 89 |
| UTF-16 | 2609 |
| UTF-32 | 00002609 |
1\documentclass{article}2\usepackage{pifont}3\text{SUN}4\end{document}Je kunt het sun-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9737 on Windows (numeric keypad with Num Lock), or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "sun", or paste from this page.
Ctrl + Shift + U, type 2609, then Enter (layout-dependent), or paste.
Paste from this page, use the emoji keyboard, or pick from weather symbol suggestions.
Paste from this page or use keyboard weather/emoji suggestions.
1span.sun::before { content: "\2609"; }1<span>☉</span>De weergave van het Sun-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2609' or String.fromCodePoint(9737) |
| Python | '\N{SUN}' or chr(9737) |
| Rust | '\u{2609}' |
| C / C++ | UTF-8 source or wchar_t with U+2609 |
| Go | string(rune(0x2609)) |
| Ruby | "\u{2609}" |