Math & Science
×
Multiplication Sign (×)
The mathematical cross operator used for multiplication, screen resolutions (e.g. 1920×1080), dimensions, and close modal buttons ("X").
One-Click Copyable Code Formats
HTML Named Entity
×HTML Decimal Code
×HTML Hex Code
×CSS content (\XXXX)
\00D7JavaScript Unicode (\uXXXX)
\u00D7URL Percent Encoded
%C3%97Real-World Implementation Snippets
HTML5 Document
<p>Example: ×</p>CSS ::before / ::after
.badge::before {
content: '\00D7 ';
}React JSX / TypeScript
<span>{"\u00D7"}</span>Frequently Asked Questions
Multiplication Sign (×) HTML Entity FAQ
Common questions regarding HTML escape codes, CSS pseudo-elements, and browser character encoding.
The standard HTML named entity is "×". If using numeric codes, you can use the decimal code "×" or hex code "×".