| Symboolnaam | White Sun With Rays |
| Unicode-versie | 1.1 |
| Unicode | U+263C |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 98 BC |
| UTF-16 | 263C |
| UTF-32 | 0000263C |
1\documentclass{article}2\usepackage{pifont}3\text{WHITESUNWITHRAYS}4\end{document}Je kunt het white sun with rays-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9788 on Windows (numeric keypad with Num Lock), or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "white sun with rays", or paste from this page.
Ctrl + Shift + U, type 263c, 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.white-sun-with-rays::before { content: "\263C"; }1<span>☼</span>De weergave van het White Sun With Rays-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u263C' or String.fromCodePoint(9788) |
| Python | '\N{WHITE SUN WITH RAYS}' or chr(9788) |
| Rust | '\u{263C}' |
| C / C++ | UTF-8 source or wchar_t with U+263C |
| Go | string(rune(0x263C)) |
| Ruby | "\u{263C}" |
\263C |
| Hexadecimale code | 0x263C |
| HTML-code | ☼ |
| LaTeX | \text{WHITESUNWITHRAYS} |
| Symbool | ☼ |
| URL-codering (UTF-8 procent) | %E2%98%BC |
| Uitgesproken naam / schermlezer | White Sun With Rays |