¼
Vulgar Fraction One Quarter
00BC · Latin-1 Supplement · Zyyy
인코딩
| Unicode | U+00BC | |
| HTML Decimal | ¼ | |
| HTML Hex | ¼ | |
| CSS | \00BC | |
| JavaScript | \u{BC} | |
| Python | \u00bc | |
| Java | \u00BC | |
| UTF-8 | c2 bc | |
| UTF-16 | 00 bc | |
| URL Encoded | %C2%BC |
Unicode 속성
Block
Latin-1 Supplement
Script
Zyyy
Category
Other Number (No)
Bidirectional
ON
유사 기호
관련 기호
더 알아보기
관련 가이드
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.
Mojibake: Why Text Turns to Garbage and How to Fix It
Understand mojibake — garbled text from encoding mismatches. Learn to diagnose, fix, and prevent encoding errors in files, databases, and web applications.
Character Encoding Detection: How to Identify Unknown Text Encoding
Detect character encodings in unknown text — BOM sniffing, statistical analysis with chardet, ICU detection, and why heuristics sometimes fail.