☃
Snowman
2603 · Miscellaneous Symbols · Zyyy
Pengkodean
| Unicode | U+2603 | |
| HTML Decimal | ☃ | |
| HTML Hex | ☃ | |
| CSS | \2603 | |
| JavaScript | \u{2603} | |
| Python | \u2603 | |
| Java | \u2603 | |
| UTF-8 | e2 98 83 | |
| UTF-16 | 26 03 | |
| URL Encoded | %E2%98%83 |
Properti Unicode
Block
Miscellaneous Symbols
Script
Zyyy
Category
Other Symbol (So)
Bidirectional
ON
Simbol Serupa
Simbol Terkait
Pelajari Lebih Lanjut
Panduan Terkait
How to Use the SymbolFYI Unicode Lookup Tool
A guide to SymbolFYI's Unicode Lookup — enter a U+ codepoint to see the character's name, block, script, and full encoding details.
Python and Unicode: The Complete Developer's Guide
Master Unicode in Python — str vs bytes, unicodedata module, encoding/decoding, file I/O, normalization, and the Unicode sandwich pattern.
Variation Selectors: How Unicode Controls Text vs Emoji Display
Understand Unicode variation selectors — VS15 for text presentation, VS16 for emoji presentation, and how they control whether ☺ or 😊 appears.
Code Point vs Character vs Glyph: The Three Levels of Text
Understand the three levels of text representation — code points (numbers), characters (abstract identities), and glyphs (visual shapes in fonts).
What Is a Code Point? Understanding Unicode's U+ Notation
Learn what Unicode code points are — the U+ notation system, how code points differ from characters and glyphs, and how to find any character's code point.