
| Character Sets | Decimal | Hex |
|---|---|---|
| ISO-8859-1 | 179 | B3 |
| ISO-8859-3 | 179 | B3 |
| ISO-8859-7 | 179 | B3 |
| ISO-8859-8 | 179 | B3 |
| ISO-8859-9 | 179 | B3 |
| Windows-1252 | 179 | B3 |
| Windows-1253 | 179 | B3 |
| Windows-1254 | 179 | B3 |
| Windows-1255 | 179 | B3 |
| Windows-1256 | 179 | B3 |
| Windows-1257 | 179 | B3 |
| Windows-1258 | 179 | B3 |
| Unicode | U+00B3 | |
|---|---|---|
| Unicode Decimal | 179 | |
| Unicode Escape | \u00b3 | |
| UTF-8 (hex) | 0xC2 0xB3 | |
| UTF-8 (binary) | 1100001010110011 | |
| UTF-8 (binary) | ||
| 1100001010110011 | ||
| UTF-16 | 0x00B3 | |
| UTF-32 | 0x000000B3 | |
| HTML Number | ³ | |
|---|---|---|
| HTML Hex | ³ | |
| HTML Entity | ³ | |
| Symbol | Name |
|---|---|
| ² | Superscript two - squared |
| ¹ | Superscript one |
| ⁿ | Superscript latin small letter n |
| URL Escape Code | %C2%B3 | |
|---|---|---|
| Quoted-printable | =C2=B3 |
| C, C++, and Java | "\u00B3" | |
|---|---|---|
| CSS Code | \00B3 | |
| JavaScript | "\u00B3" | |
| Perl | \x{00B3} | |
| Python 2 | u"\u00B3" | |
| Python 3 | \u00B3 | |
| Ruby | \u{00B3} |