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)
\00F7
JavaScript Unicode (\uXXXX)
\u00F7
URL Percent Encoded
%C3%B7

Real-World Implementation Snippets

HTML5 Document
<p>Example: &divide;</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 "&divide;". If using numeric codes, you can use the decimal code "&#247;" or hex code "&#xF7;".