½
Vulgar Fraction One Half
00BD · Latin-1 Supplement · Zyyy
एन्कोडिंग
| Unicode | U+00BD | |
| HTML Decimal | ½ | |
| HTML Hex | ½ | |
| CSS | \00BD | |
| JavaScript | \u{BD} | |
| Python | \u00bd | |
| Java | \u00BD | |
| UTF-8 | c2 bd | |
| UTF-16 | 00 bd | |
| URL Encoded | %C2%BD |
Unicode गुण
Block
Latin-1 Supplement
Script
Zyyy
Category
Other Number (No)
Bidirectional
ON
समान प्रतीक
संबंधित प्रतीक
और जानें
संबंधित गाइड
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.
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.