$
Dollar Sign
0024 · Basic Latin · Zyyy
Mã hóa
| Unicode | U+0024 | |
| HTML Decimal | $ | |
| HTML Hex | $ | |
| CSS | \0024 | |
| JavaScript | \u{24} | |
| Python | \u0024 | |
| Java | \u0024 | |
| UTF-8 | 24 | |
| UTF-16 | 00 24 | |
| URL Encoded | %24 |
Thuộc tính Unicode
Block
Basic Latin
Script
Zyyy
Category
Currency Symbol (Sc)
Bidirectional
ET
Ký hiệu tương tự
Ký hiệu liên quan
Tìm hiểu thêm
Hướng dẫn liên quan
Font Fallback and Tofu: Why Characters Display as Empty Boxes
Understand font fallback — why characters render as empty boxes (tofu), how to build robust font stacks, unicode-range subsetting, and more.
Box Drawing Characters: Building Text-Based UI with Unicode
Use Unicode box drawing characters to build tables, borders, and text-based interfaces — the complete reference with copy-paste examples and CSS tips.
Whitespace Characters in Web Development: Beyond the Space Bar
Master all Unicode whitespace characters for web development — non-breaking space, thin space, em space, zero-width characters, and CSS white-space control.
Accessible Emoji: How to Use Emoji Without Excluding Users
Make emoji accessible — screen reader behavior, aria-label patterns, avoiding emoji overuse, social media accessibility, and cognitive considerations.
How to Type Special Characters on Linux: Compose Key and Unicode Input
Type special characters on Linux — Compose key sequences, Ctrl+Shift+U Unicode input, IBus/Fcitx input methods, and custom .XCompose files.
Legacy Encodings: Latin-1, Windows-1252, Shift-JIS, and When You Still Need Them
A practical guide to legacy character encodings — when you'll encounter Latin-1, Windows-1252, Shift-JIS, EUC-KR, and how to convert them to UTF-8.
UTF-16 and Surrogate Pairs: Why JavaScript Strings Are Complicated
Understand UTF-16 encoding and surrogate pairs — why emoji have .length 2 in JavaScript, how to handle supplementary characters, and when UTF-16 matters.
Unicode in URLs: Percent-Encoding, Punycode, and IRIs
Understand how Unicode characters appear in URLs — percent-encoding for paths, Punycode for domains, IRIs, and Python/JavaScript encoding functions.
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.
Unicode-Aware Regex: Property Escapes and Multilingual Patterns
Write regex patterns that work with Unicode — property escapes, script detection, emoji matching, and common pitfalls in JavaScript and Python.