| Symboolnaam | Snowman Without Snow |
| Unicode-versie | 5.2 |
| Unicode | U+26C4 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 9B 84 |
| UTF-16 | 26C4 |
| UTF-32 | 000026C4 |
1\documentclass{article}2\usepackage{pifont}3\text{SNOWMANWITHOUTSNOW}4\end{document}Je kunt het snowman without snow-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9924 on Windows (numeric keypad with Num Lock), or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "snowman without snow", or paste from this page.
Ctrl + Shift + U, type 26c4, 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.snowman-without-snow::before { content: "\26C4"; }1<span>⛄</span>De weergave van het Snowman Without Snow-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u26C4' or String.fromCodePoint(9924) |
| Python | '\N{SNOWMAN WITHOUT SNOW}' or chr(9924) |
| Rust | '\u{26C4}' |
| C / C++ | UTF-8 source or wchar_t with U+26C4 |
| Go | string(rune(0x26C4)) |
| Ruby | "\u{26C4}" |
\26C4 |
| Hexadecimale code | 0x26C4 |
| HTML-code | ⛄ |
| LaTeX | \text{SNOWMANWITHOUTSNOW} |
| Symbool | ⛄ |
| URL-codering (UTF-8 procent) | %E2%9B%84 |
| Uitgesproken naam / schermlezer | Snowman Without Snow |