
| Character Sets | Decimal | Hex |
|---|---|---|
| Code page 437 | 171 | AB |
| ISO-8859-1 | 189 | BD |
| ISO-8859-3 | 189 | BD |
| ISO-8859-7 | 189 | BD |
| ISO-8859-8 | 189 | BD |
| ISO-8859-9 | 189 | BD |
| Windows-1252 | 189 | BD |
| Windows-1253 | 189 | BD |
| Windows-1254 | 189 | BD |
| Windows-1255 | 189 | BD |
| Windows-1256 | 189 | BD |
| Windows-1257 | 189 | BD |
| Windows-1258 | 189 | BD |
| Unicode | U+00BD | |
|---|---|---|
| Unicode Decimal | 189 | |
| Unicode Escape | \u00bd | |
| UTF-8 (hex) | 0xC2 0xBD | |
| UTF-8 (binary) | 1100001010111101 | |
| UTF-8 (binary) | ||
| 1100001010111101 | ||
| UTF-16 | 0x00BD | |
| UTF-32 | 0x000000BD | |
| HTML Number | ½ | |
|---|---|---|
| HTML Hex | ½ | |
| HTML Entity | ½ ½ | |
| Symbol | Name |
|---|---|
| ¼ | Fraction one quarter |
| ¾ | Fraction three quarters |
| URL Escape Code | %C2%BD | |
|---|---|---|
| Quoted-printable | =C2=BD |
| C, C++, and Java | "\u00BD" | |
|---|---|---|
| CSS Code | \00BD | |
| JavaScript | "\u00BD" | |
| Perl | \x{00BD} | |
| Python 2 | u"\u00BD" | |
| Python 3 | \u00BD | |
| Ruby | \u{00BD} |