Character Sets | Decimal | Hex |
---|---|---|
Code page 437 | 253 | FD |
ISO-8859-1 | 178 | B2 |
ISO-8859-3 | 178 | B2 |
ISO-8859-7 | 178 | B2 |
ISO-8859-8 | 178 | B2 |
ISO-8859-9 | 178 | B2 |
Windows-1252 | 178 | B2 |
Windows-1253 | 178 | B2 |
Windows-1254 | 178 | B2 |
Windows-1255 | 178 | B2 |
Windows-1256 | 178 | B2 |
Windows-1257 | 178 | B2 |
Windows-1258 | 178 | B2 |
Unicode | U+00B2 | |
---|---|---|
Unicode Decimal | 178 | |
Unicode Escape | \u00b2 | |
UTF-8 (hex) | 0xC2 0xB2 | |
UTF-8 (binary) | 1100001010110010 | |
UTF-8 (binary) | ||
1100001010110010 | ||
UTF-16 | 0x00B2 | |
UTF-32 | 0x000000B2 |
HTML Number | ² | |
---|---|---|
HTML Hex | ² | |
HTML Entity | ² |
Symbol | Name |
---|---|
³ | Superscript three - cubed |
¹ | Superscript one |
ⁿ | Superscript latin small letter n |
URL Escape Code | %C2%B2 | |
---|---|---|
Quoted-printable | =C2=B2 |
C, C++, and Java | "\u00B2" | |
---|---|---|
CSS Code | \00B2 | |
JavaScript | "\u00B2" | |
Perl | \x{00B2} | |
Python 2 | u"\u00B2" | |
Python 3 | \u00B2 | |
Ruby | \u{00B2} |