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
- 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.
This method can be used on terminals compatible with i-mode compatible HTML 4.0 and later.
Under this method, pictograms will not be displayed on terminals not compatible with pictograms.
Entering Shift-JIS text (not recommended)
Pictograms that can be entered
Basic 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.
This method cannot be used with i-mode Browser 2.0.