Tuesday, January 31, 2012

HTML - Mathematics Symbols Code

How to write number with mathematics symbol

Base number :

Binary >>> 11112
Oct >>> 178
Decimal >>> 1510
Hexadecimal >>> F16
HTML:
Ex.[binary] 1111<sub>2</sub>
number<sub> base</sub>


Power number :

pow(4,5) = 45
HTML:
Ex.[pow(2,3)] 2<sup>3</sup>
number<sup>power</sup>

B


HTML:
number<sup>power</sup>

No comments:

Post a Comment