
| Character Sets | Decimal | Hex |
|---|---|---|
| ISO-8859-1 | 215 | D7 |
| ISO-8859-2 | 215 | D7 |
| ISO-8859-3 | 215 | D7 |
| ISO-8859-4 | 215 | D7 |
| ISO-8859-8 | 170 | AA |
| ISO-8859-9 | 215 | D7 |
| Windows-1250 | 215 | D7 |
| Windows-1252 | 215 | D7 |
| Windows-1254 | 215 | D7 |
| Windows-1255 | 170 | AA |
| Windows-1256 | 215 | D7 |
| Windows-1257 | 215 | D7 |
| Windows-1258 | 215 | D7 |
| Unicode | U+00D7 | |
|---|---|---|
| Unicode Decimal | 215 | |
| Unicode Escape | \u00d7 | |
| UTF-8 (hex) | 0xC3 0x97 | |
| UTF-8 (binary) | 1100001110010111 | |
| UTF-8 (binary) | ||
| 1100001110010111 | ||
| UTF-16 | 0x00D7 | |
| UTF-32 | 0x000000D7 | |
| 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) |
| ÷ | Division sign |
| URL Escape Code | %C3%97 | |
|---|---|---|
| Quoted-printable | =C3=97 |
| C, C++, and Java | "\u00D7" | |
|---|---|---|
| CSS Code | \00D7 | |
| JavaScript | "\u00D7" | |
| Perl | \x{00D7} | |
| Python 2 | u"\u00D7" | |
| Python 3 | \u00D7 | |
| Ruby | \u{00D7} |