| Nom du symbole | Sun Behind Cloud |
| Version Unicode | 5.2 |
| Unicode | U+26C5 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS | \26C5 |
| Code hexadécimal | 0x26C5 |
| Code HTML | ⛅ |
| LaTeX | \text{SUNBEHINDCLOUD} |
| Symbole | ⛅ |
| Encodage URL (pourcent UTF-8) | %E2%9B%85 |
| Nom oral / lecteur d’écran | Sun Behind Cloud |
| UTF-8 | E2 9B 85 |
| UTF-16 | 26C5 |
| UTF-32 | 000026C5 |
1\documentclass{article}2\usepackage{pifont}3\text{SUNBEHINDCLOUD}4\end{document}Vous pouvez saisir le symbole sun behind cloud sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9925 on Windows (numeric keypad with Num Lock), or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "sun behind cloud", or paste from this page.
Ctrl + Shift + U, type 26c5, 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-behind-cloud::before { content: "\26C5"; }1<span>⛅</span>La représentation du symbole Sun Behind Cloud dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u26C5' or String.fromCodePoint(9925) |
| Python | '\N{SUN BEHIND CLOUD}' or chr(9925) |
| Rust | '\u{26C5}' |
| C / C++ | UTF-8 source or wchar_t with U+26C5 |
| Go | string(rune(0x26C5)) |
| Ruby | "\u{26C5}" |