رسانه دانش:کاراکترهای خاص


What it looks like What you type
تاکید, تاکید شدید, تاکید بسیار شدید.
  • اینها apostrophe هستند، نه double-quote.
  • توجه کنید در بیشتر نمایش دهنده های اینترنت‌(browsers)، اینها ایتالیک و بولد دیده می شوند، به دلیل تفاوت زبانی در فرمولهای ریاضی روشهای زیر بهتر است:
برای ایتالیک و برای بولد.
~np~''تاکید'', __تاکید شدید__, 
__''تاکید بسیار شدید__''.~/np~
یک فونت تحریری برای موارد فنی.
  • به دلیل تفاوت زبانی،
  • For semantic reasons, <code> should be used instead when writing computer programs
~np~A typewriter font for technical terms.~/np~
You can use small text for captions.
~np~You can use small text for captions.~/np~
You can strike out deleted material and underline new material.
~np~You can strike out deleted material
and underline new material.~/np~
Umlauts and accents:
(See ***:Special characters)
è é ê ë ì í

&Agrave; &Aacute; &Acirc; &Atilde; &Auml; &Aring;
&AElig; &Ccedil; &Egrave; &Eacute; &Ecirc; &Euml;
&Igrave; &Iacute; &Icirc; &Iuml; &Ntilde; &Ograve;
&Oacute; &Ocirc; &Otilde; &Ouml; &Oslash; &Ugrave;
&Uacute; &Ucirc; &Uuml; ß à á
â ã ä å æ ç
è é ê ë ì í
î ï ñ ò ó ô
œ õ ö ø ù ú
û ü ÿ


è é ê ë ì í
~np~
&Agrave; &Aacute; &Acirc; &Atilde; &Auml; &Aring; 
&AElig; &Ccedil; &Egrave; &Eacute; &Ecirc; &Euml; 
&Igrave; &Iacute; &Icirc; &Iuml; &Ntilde; &Ograve; 
&Oacute; &Ocirc; &Otilde; &Ouml; &Oslash; &Ugrave; 
&Uacute; &Ucirc; &Uuml; &szlig; &agrave; &aacute; 
&acirc; &atilde; &auml; &aring; &aelig; &ccedil; 
&egrave; &eacute; &ecirc; &euml; &igrave; &iacute;
&icirc; &iuml; &ntilde; &ograve; &oacute; &ocirc; 
&oelig; &otilde; &ouml; &oslash; &ugrave; &uacute; 
&ucirc; &uuml; &yuml;~/np~
Punctuation:
¿ ¡ § ¶
† &Dagger; • – —
‹ › « »
‘ ’ “ ”
~np~

&iquest; &iexcl; &sect; &para;
&dagger; &Dagger; &bull; &ndash; &mdash;
&lsaquo; &rsaquo; &laquo; &raquo;
&lsquo; &rsquo; &ldquo; &rdquo;
~/np~
Commercial symbols:
™ © ® ¢ € ¥
£ ¤
~np~

&trade; &copy; &reg; &cent; &euro; &yen; 
&pound; &curren;
~/np~
Subscript: x2
Superscript: x2 or x&sup2;
  • The latter method of superscript can't be used in the most general context, but is preferred when possible (as with units of measurement) because most browsers have an easier time formatting lines with it.
ε0 = 8.85 × 10−12 C&sup2; / J m.

1 hectare = 1 E4 m²
~np~Subscript: x2
Superscript: x2 or x&sup2;







&epsilon;0 =
8.85 &times; 10&minus;12
C&sup2; / J m.~/np~

1 ((hectare)) = ((1 E4 m²))
Greek characters:
α β γ δ ε ζ
η θ ι κ λ μ ν
ξ ο π ρ σ ς
τ υ φ χ ψ ω
&Gamma; &Delta; &Theta; &Lambda; &Xi; &Pi;
&Sigma; &Phi; &Psi; &Omega;
~np~
&alpha; &beta; &gamma; &delta; &epsilon; &zeta; 
&eta; &theta; &iota; &kappa; &lambda; &mu; &nu; 
&xi; &omicron; &pi; &rho;  &sigma; &sigmaf;
&tau; &upsilon; &phi; &chi; &psi; &omega;
&Gamma; &Delta; &Theta; &Lambda; &Xi; &Pi; 
&Sigma; &Phi; &Psi; &Omega;
~/np~
Math characters:
∫ ∑ ∏ √ − ± ∞
≈ ∝ ≡ ≠ ≤ ≥ →
× · ÷ ∂ ′ &Prime;
∇ ‰ ° &there4; ℵ ø
∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇
¬ ∧ ∨ ∃ ∀ &rArr; &hArr;
→ ↔
(See also BpcoProject Mathematics)
~np~
&int; &sum; &prod; &radic; &minus; &plusmn; &infin;
&asymp; &prop; &equiv; &ne; &le; &ge; &rarr;
&times; &middot; &divide; &part; &prime; &Prime;
&nabla; &permil; &deg; &there4; &alefsym; &oslash;
&isin; &notin; &cap; &cup; &sub; &sup; &sube; &supe;
&not; &and; &or; &exist; &forall; &rArr; &hArr;
&rarr; &harr;~/np~
x2   ≥   0 true.
  • To space things out, use non-breaking spaces - &nbsp;.
  • &nbsp; also prevents line breaks in the middle of text, this is useful in formulas.
~np~
x2&nbsp;&nbsp;&ge;&nbsp;&nbsp;0 true.
~/np~
Complicated formulae:
  
~np~  
{TEX()}{\sum_{n=0}^\infty \frac{x^n}{n!}}{TEX}
~/np~
Suppressing interpretation of markup:
Link → (to) the ((*** FAQ))
  • Used to show literal data that would otherwise have special meaning.
  • Escapes all bpco markup, including that which looks like HTML tags.
  • Does not escape HTML character references.
  • To escape HTML character references such as &rarr; use &amp;rarr;
~np~~np~Link &rarr; (to) 
the ((*** FAQ))~/np~~/np~
Commenting page source:
not shown in page
  • Used to leave comments in a page for future editors.
~np~~/np~



تعداد بازدید ها: 5621