²
Superscript Two
00B2 · Latin-1 Supplement · Zyyy
एन्कोडिंग
| Unicode | U+00B2 | |
| HTML Decimal | ² | |
| HTML Hex | ² | |
| CSS | \00B2 | |
| JavaScript | \u{B2} | |
| Python | \u00b2 | |
| Java | \u00B2 | |
| UTF-8 | c2 b2 | |
| UTF-16 | 00 b2 | |
| URL Encoded | %C2%B2 |
Unicode गुण
Block
Latin-1 Supplement
Script
Zyyy
Category
Other Number (No)
Bidirectional
EN
समान प्रतीक
संबंधित प्रतीक
और जानें
संबंधित गाइड
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.
Unicode Accessibility Checklist: 15 Checks for Inclusive Text
A practical 15-point checklist for Unicode accessibility — from decorative symbol hiding to language declaration, RTL support, and proper text alternatives.
WCAG and Special Characters: Meeting Accessibility Standards
How WCAG success criteria apply to Unicode symbols — text alternatives, contrast requirements, and specific techniques for special character accessibility.
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 Normalization: NFC, NFD, NFKC, and NFKD Explained
Master Unicode normalization forms — when to use NFC vs NFD, canonical vs compatibility equivalence, and how normalization prevents bugs.