Знак умножения vs буква X
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://symbolfyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://symbolfyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://symbolfyi.com/entity//)
Use the native HTML custom element.
Сравнение кодировок
| Формат | × | x | X | ✕ |
|---|---|---|---|---|
| Кодовая точка | ||||
| HTML-сущность | × | x | X | ✕ |
| CSS | ||||
| UTF-8 Hex |
В чём разница?
The multiplication sign (×, U+00D7) is a dedicated mathematical operator that should be used in equations and product dimensions (e.g., 3×4 or 1920×1080), while the letter x (U+0078) is merely a Latin letter used as an informal substitute. Using the letter x in mathematical expressions is technically incorrect typography, even though it is universally understood and common in informal writing. The multiplication X (✕, U+2715) is a heavier, bold-style cross used primarily in UI design for close buttons and cancel actions, not for arithmetic. A related character is the heavy ballot X (✘, U+2718) and the familiar red cross emoji ❌, all of which appear similar but carry different semantic meanings. In HTML, the multiplication sign can be written as the named entity × which improves readability and guarantees correct rendering across encodings.