Template:Chset-cell3
From Wikipedia, the free encyclopedia
&#x{{{1}}};
{{{1}}}
{{{3}}}
[edit] Usage
Used with Template:chset-tableformat to indicate a printable character table cell.
For example, the first four alphabetic ASCII characters "A" through "D" (Unicode U+0041 through U+0043, decimal 65 through 68) are coded as rows in a character set table like this:
|{{chset-color-alpha}}|{{chset-cell3|0041|[[A]]|65}} |{{chset-color-alpha}}|{{chset-cell3|0042|[[B]]|66}} |{{chset-color-alpha}}|{{chset-cell3|0043|[[C]]|67}} |{{chset-color-alpha}}|{{chset-cell3|0044|[[D]]|68}}
Note: This template replaces Template:chset-cell.