Firefox

Plugin

 

Nome do Programa Descrição
FireMath Plugin do Firefox

MathML

Fonte Especial (Conjunto)

 

Download da Fonte Descrição
conjunto.ttf Insere no código fonte o conjunto (N, Z, Q, I, R, C) ou (n, z, q, i, r, c)
numeros_riscados.ttf Risca os números: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9

 

n ⊂ z ⊂ q ⊂ i ⊂ r ⊂ c
Exemplo:
n z q i r c
<style type="text/css">
@font-face {
font-family: 'conjunto'; src: url(fonte_conjunto/conjunto.ttf);
}
#conjunto {
font-family: 'conjunto'
}
</style>

<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mtext><span id="conjunto">n</span></mtext>
<mo>&sub;</mo>
<mtext><span id="conjunto">z</span></mtext>
<mo>&sub;</mo>
<mtext><span id="conjunto">q</span></mtext>
<mo>&sub;</mo>
<mtext><span id="conjunto">i</span></mtext>
<mo>&sub;</mo>
<mtext><span id="conjunto">r</span></mtext>
<mo>&sub;</mo>
<mtext><span id='conjunto">c</span></mtext>
</mrow>
</math>

 

N ⊂ Z ⊂ Q ⊂ I ⊂ R ⊂ C
Exemplo:
N Z Q I R C
<style type="text/css">
@font-face {
font-family: 'conjunto'; src: url(fonte_conjunto/conjunto.ttf);
}
#conjunto {
font-family: 'conjunto'
}
</style>

<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mtext><span id="conjunto">N</span></mtext>
<mo>&sub;</mo>
<mtext><span id="conjunto">Z</span></mtext>
<mo>&sub;</mo>
<mtext><span id="conjunto">Q</span></mtext>
<mo>&sub;</mo>
<mtext><span id="conjunto">I</span></mtext>
<mo>&sub;</mo>
<mtext><span id="conjunto">R</span></mtext>
</mrow>
<mo>&sub;</mo>
<mtext><span id="conjunto">C</span></mtext>
</math>