Arithmetic signs
Set of HTML characters Arithmetic signs (44 pcs.) for use on WEB-pages. Upgrade your website to search results using simple conversion enhancement techniques! You can embed symbols directly into HTML, using decimal html-codes or their aliases - mnemonic.
Example: © or ©
<!-- An example of the use of decimal and mnemo code in HTML -->
<p> Example: © or © </p>
And you can also use CSS-properties to display the desired character by its code.
Example: ©
<!-- Example of special character output via CSS properties -->
<p> Example: <span class='copyright'></span> </p>
/* CSS */
.copyright:after{
content: '\00A9';
}
Symbol | Mnemonic | Decimal HTML-code | CSS-code | Description | |
---|---|---|---|---|---|
❶ | - |
❶ | \2776 | Number 1 | Preview |
❷ | - |
❷ | \2777 | Number 2 | Preview |
❸ | - |
❸ | \2778 | Number 3 | Preview |
❹ | - |
❹ | \2779 | Number 4 | Preview |
❺ | - |
❺ | \277A | Number 5 | Preview |
❻ | - |
❻ | \277B | Number 6 | Preview |
❼ | - |
❼ | \277C | Number 7 | Preview |
❽ | - |
❽ | \277D | Number 8 | Preview |
➒ | - |
➒ | \2792 | Number 9 | Preview |
➓ | - |
➓ | \2793 | Number 10 | Preview |
✖ | - |
✖ | \2716 | Bold multiplication sign | Preview |
✚ | - |
✚ | \271A | Bold cross | Preview |
< | < | < | \003C | Less than sign (beginning of tag) | Preview |
> | > | > | \003E | Greater Than (end of tag) | Preview |
& | & | & | \0026 | Ampersand | Preview |
¬ | ¬ | ¬ | \00AC | Negative sign | Preview |
° | ° | ° | \00B0 | Degree | Preview |
± | ± | ± | \00B1 | Plus or minus | Preview |
¹ | ¹ | ¹ | \00B9 | Superscript "1" | Preview |
² | ² | ² | \00B2 | Superscript "2" | Preview |
³ | ³ | ³ | \00B3 | Superscript "3" | Preview |
¼ | ¼ | ¼ | \00BC | One quarter | Preview |
½ | ½ | ½ | \00BD | A half | Preview |
¾ | ¾ | ¾ | \00BE | Three quarters | Preview |
µ | µ | µ | \00B5 | Micro | Preview |
· | · | · | \00B7 | Multiplication sign | Preview |
ƒ | ƒ | ƒ | \0192 | Florin sign | Preview |
‰ | ‰ | ‰ | \2030 | Promille | Preview |
= | - |
= | \003D | Equal sign | Preview |
≠ | ≠ | ≠ | \2260 | Inequality sign | Preview |
≅ | ≅ | ≅ | \2245 | Congruence (geometric equality) | Preview |
≈ | ≈ | ≈ | \2248 | Almost equal | Preview |
≤ | ≤ | ≤ | \2264 | Less than or equal | Preview |
≥ | ≥ | ≥ | \2265 | Greater than or equal to | Preview |
∠ | ∠ | ∠ | \2220 | Angle | Preview |
⊥ | ⊥ | ⊥ | \22A5 | Perpendicular (up button) | Preview |
√ | √ | √ | \221A | Square root | Preview |
∑ | ∑ | ∑ | \2211 | N-ary summation | Preview |
∫ | ∫ | ∫ | \222B | Integral | Preview |
※ | - |
※ | \203B | Footnote sign | Preview |
÷ | ÷ | ÷ | \00F7 | Division sign | Preview |
∞ | ∞ | ∞ | \221E | Infinity sign | Preview |
[ | - |
[ | \005B | Left square bracket | Preview |
] | - |
] | \005D | Right bracket | Preview |
Found a mistake in the symbol table? - please report this in the comments below .
Liked the project?
Just share the link to this page with your friends