
| Character Sets | Decimal | Hex |
|---|---|---|
| Code page 437 | 246 | F6 |
| ISO-8859-1 | 247 | F7 |
| ISO-8859-2 | 247 | F7 |
| ISO-8859-3 | 247 | F7 |
| ISO-8859-4 | 247 | F7 |
| ISO-8859-8 | 186 | BA |
| ISO-8859-9 | 247 | F7 |
| Windows-1250 | 247 | F7 |
| Windows-1252 | 247 | F7 |
| Windows-1254 | 247 | F7 |
| Windows-1255 | 186 | BA |
| Windows-1256 | 247 | F7 |
| Windows-1257 | 247 | F7 |
| Windows-1258 | 247 | F7 |
| Unicode | U+00F7 | |
|---|---|---|
| Unicode Decimal | 247 | |
| Unicode Escape | \u00f7 | |
| UTF-8 (hex) | 0xC3 0xB7 | |
| UTF-8 (binary) | 1100001110110111 | |
| UTF-8 (binary) | ||
| 1100001110110111 | ||
| UTF-16 | 0x00F7 | |
| UTF-32 | 0x000000F7 | |
| HTML Number | ÷ | |
|---|---|---|
| HTML Hex | ÷ | |
| HTML Entity | ÷ | |
| Symbol | Name |
|---|---|
| * | Asterisk |
| + | Plus |
| / | Slash or divide |
| < | Less than (or open angled bracket) |
| = | Equals |
| > | Greater than (or close angled bracket) |
| × | Multiplication sign |
| URL Escape Code | %C3%B7 | |
|---|---|---|
| Quoted-printable | =C3=B7 |
| C, C++, and Java | "\u00F7" | |
|---|---|---|
| CSS Code | \00F7 | |
| JavaScript | "\u00F7" | |
| Perl | \x{00F7} | |
| Python 2 | u"\u00F7" | |
| Python 3 | \u00F7 | |
| Ruby | \u{00F7} |