ASCII Table Online

The American Standard Code for Information Interchange(ASCII). The Free Table Online Reference

27 de mar. de 2011

Basic Latin Table

0 comments
Enviar por e-mailPostar no blog!Compartilhar no XCompartilhar no FacebookCompartilhar com o Pinterest
Markers: Latin
Postagens mais antigas Página inicial
Assinar: Comentários (Atom)

Markers

Others (13) Latin (5) Greek (2) Javascript (2) Symbols (2) Tips (2) Cyrillic (1) IPA (1) Japanese (1) Number (1)

Highlights

  • Number Forms
  • Alphabetic Presentation Forms Table
  • Block Elements Table
  • Superscripts and Subscripts Table
  • How to convert decimal to Hexadecimal in Javascript?
      There is a simple for to do this: var d = 20 d. toString (16); If you want to create a function, below is an example: function d2h(d) {...
  • Geometric Shapes Table
  • Japanese Table
  • Currency Symbols Table
  • Spacing Modifier Letters Table
  • How to convert Hexadecimal to Decimal in Javascript?
      Convert Hexadecimal to Decimal is very simple, see below: var h = 'FE'; d = parseInt (h,16); //To create a function to do th...

Other Tables

  • ▼  2011 (27)
    • ►  fevereiro (26)
    • ▼  março (1)
      • Basic Latin Table