| Symboolnaam | Night With Stars |
| Unicode-versie | 0.6 |
| Unicode | U+1F303 |
| Unicode-blok | |
| Algemene categorie | Emoji (So) |
| CSS-code |
| UTF-8 | F0 9F 8C 83 |
| UTF-16 | D83C DF03 |
| UTF-32 | 0001F303 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Je kunt het night with stars-symbool op de meeste moderne apparaten typen met de volgende methoden:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Travel & Places in emoji keyboard.
Edit → Emoji & Symbols, search "night with stars".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "night with stars".
Emoji keyboard → Travel; search "night with stars".
1span.night-with-stars::before { content: "\1F303"; } /* prefer inline grapheme for ZWJ */1<span>🌃</span>De weergave van het Night With Stars-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDF03' or String.fromCodePoint(0x1F303) |
| Python | '\N{NIGHT WITH STARS}' |
| Rust | '\u{1F303}' |
| Swift | "\u{1F303}" |
| Go | string(rune(0x1F303)) |
| Ruby | "\u{1F303}" |
\1F303 |
| Hexadecimale code | 0x1F303 |
| HTML-code | 🌃 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbool | 🌃 |
| URL-codering (UTF-8 procent) | %F0%9F%8C%83 |
| Uitgesproken naam / schermlezer | Night With Stars |