Math & Science
÷
Division Sign (Obelus) (÷)
The standard arithmetic division operator symbol.
One-Click Copyable Code Formats
HTML Named Entity
÷HTML Decimal Code
÷HTML Hex Code
÷CSS content (\XXXX)
\00F7JavaScript Unicode (\uXXXX)
\u00F7URL Percent Encoded
%C3%B7Real-World Implementation Snippets
HTML5 Document
<p>Example: ÷</p>CSS ::before / ::after
.badge::before {
content: '\00F7 ';
}React JSX / TypeScript
<span>{"\u00F7"}</span>Frequently Asked Questions
Division Sign (Obelus) (÷) 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 "÷".