BuildQuill
Math Symbols
÷

Division Sign

U+00F7

The division sign shows that one number is being divided by another.

Copy & encode

Character
÷
Unicode codepoint
U+00F7
HTML named entity
÷
HTML decimal entity
÷
HTML hex entity
÷
CSS escape
\00F7
JavaScript escape
\u00F7
Windows Alt code
0247

Meaning and usage

It is mainly used in basic arithmetic and educational material; most programming languages and advanced math notation use a forward slash or a fraction instead.

Frequently Asked Questions

What is the HTML entity for the division sign?
Use ÷ or ÷.
Why don't programming languages use ÷ for division?
Most keyboards and code editors do not support typing ÷ easily, so the forward slash / became the standard division operator in code.