Template:Chset-ctrl1
title="{{{1}}}" style="font-size:75%;padding:1px;"|{{{2}}}
Usage
Same as {{chset-cell1}} except the "glyph" text is printed smaller and with a dotted box around it. Generally you should use uppercase. Judicious adding of spaces and thin spaces, or shrinking the font-size, so all the boxes are the same size makes things more attractive.
<syntaxhighlight lang="wikitext">{|class="wikitable nounderlines nowrap" border="1" style="border-collapse:collapse;text-align:center;background:#FFFFFF;font-size:large"
|+ style="background:#F8F8F8;font-size:80%;line-height:1.5" |Example
|- style="background:#F8F8F8;font-size:small"
|
| style="width:20pt" | 0
| style="width:20pt" | 1
| style="width:20pt" | 2
| style="width:20pt" | 3
| style="width:20pt" | 4
| style="width:20pt" | 5
| style="width:20pt" | 6
| style="width:20pt" | 7
| style="width:20pt" | 8
| style="width:20pt" | 9
| style="width:20pt" | A
| style="width:20pt" | B
| style="width:20pt" | C
| style="width:20pt" | D
| style="width:20pt" | E
| style="width:20pt" | F
|-
| style="background:#F8F8F8;height:2em;font-size:small;height:22pt;line-height:1" |0x
| title=" 0
U+0000: NULL " style="font-size:75%;padding:1px;line-height:.82;vertical-align:bottom;"| NUL
0000
| title=" 1
U+0001: START OF HEADING " style="font-size:75%;padding:1px;"| SOH
| title=" 2
U+0002: START OF TEXT " style="font-size:75%;padding:1px;background:#FFD"| STX
| title=" 3
U+0003: END OF TEXT " style="font-size:75%;padding:1px;background:#FFD"| ETX
| title=" 4
U+0007: BELL " style="font-size:75%;padding:1px;"| BEL
| title=" 5
U+0008: BACKSPACE " style="font-size:75%;padding:1px;"| BS
| title=" 6
U+001B: ESCAPE " style="font-size:75%;padding:1px;"| ESCAPE
| title=" 7
Two lines " style="font-size:75%;padding:1px;line-height:1"| GO
FISH
|-
|}</syntaxhighlight>
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D | E | F | |
0x | NUL 0000 |
SOH | STX | ETX | BEL | BS | ESCAPE | GO FISH |
Bugs: the box should be the link color, or black if there is no link. Currently it is always blue.