Recommended method for displaying pictograms

Entering Shift-JIS binary codes (recommended for all models)

Pictograms that can be entered

How to define pictograms

  • Embed Shift-JIS codes (binary codes) into the HTML source.
  • Although they will be displayed as 2 bytes, an editor that can handle code inputs is needed.
  • noticeThis method can be used for all models.
  • noticeExpansion pictograms will not be displayed on terminals not compatible with expansion pictograms.

Other methods for displaying pictograms

Entering Unicode text (for terminals compatible with i-mode compatible HTML 4.0 and later)

Pictograms that can be entered

How to define pictograms

  • Define as text in the HTML source (hexadecimal).
  • Although defined as 8 bytes, they can also be defined in text.
  • The form is as follows (the semi-colon at the end cannot be removed).
    &#x¥¥¥¥;
    ¥¥¥¥: Unicode code for the pictograms defined as a hexadecimal.
  • noticeThis method can be used on terminals compatible with i-mode compatible HTML 4.0 and later.
  • noticeUnder this method, pictograms will not be displayed on terminals not compatible with pictograms.

Entering Shift-JIS text (not recommended)

Pictograms that can be entered

How to define pictograms

  • Define as text in the HTML source (decimal).
  • Although defined as 8 bytes, they can also be defined in text.
  • The form is as follows (the semi-colon at the end can be removed).
    &#*****;
    *****: Shift-JIS code for the pictograms defined as a decimal.
  • noticeThis method cannot be used with i-mode Browser 2.0.

Go to top of the page

Footer Navigation