--- Begin Message ---
Package: groff
Version: 1.20.1-4
Severity: normal
Tags: patch
Hi,
The attached patch adds the unicode box drawing characters to
groff_char.
BTW, I think I've found a bug. The .C2 macro always prints
(N/A) for unicode symbols ending in A-F. (N/A) is also
displayed for other symbols as well, but not consistently
as for A-F.
Regards,
Roger
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (550, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages groff depends on:
ii groff-base 1.20.1-4 GNU troff text-formatting system (
ii libc6 2.9-24 GNU C Library: Shared libraries
ii libgcc1 1:4.4.1-2 GCC support library
ii libice6 2:1.0.5-1 X11 Inter-Client Exchange library
ii libsm6 2:1.1.0-2 X11 Session Management library
ii libstdc++6 4.4.1-2 The GNU Standard C++ Library v3
ii libx11-6 2:1.2.2-1 X11 client-side library
ii libxaw7 2:1.0.6-1 X11 Athena Widget library
ii libxmu6 2:1.0.4-2 X11 miscellaneous utility library
ii libxt6 1:1.0.5-3 X11 toolkit intrinsics library
Versions of packages groff recommends:
ii ghostscript 8.70~dfsg-2+b1 The GPL Ghostscript PostScript/PDF
ii imagemagick 7:6.5.1.0-1.1 image manipulation programs
ii libpaper1 1.1.23+nmu1 library for handling paper charact
ii netpbm 2:10.0-12 Graphics conversion tools
ii psutils 1.17-26 A collection of PostScript documen
groff suggests no packages.
-- no debconf information
GROFF_CHAR(7)
GROFF_CHAR(7)
NAME
groff_char - groff glyph names
DESCRIPTION
This manual page lists the standard groff glyph names and the default
input map???
ping, latin1. The glyphs in this document look different depending
on which
output device was chosen (with option -T for the man(1) program or the
roff for???
matter). Glyphs not available for the device that is being used to
print or
view this manual page are marked with `(N/A)'; the device currently
used is
`utf8'.
In the actual version, groff provides only 8-bit characters for direct
input and
named entities for further glyphs. On ASCII platforms, input character
codes in
the range 0 to 127 (decimal) represent the usual 7-bit ASCII
characters, while
codes between 127 and 255 are interpreted as the corresponding
characters in the
latin1 (ISO-8859-1) code set by default. This mapping is contained in
the file
latin1.tmac and can be changed by loading a different input encoding.
Note that
some of the input characters are reserved by groff, either for internal
use or
for special input purposes. On EBCDIC platforms, only code page cp1047
is sup???
ported (which contains the same characters as latin1; the input encoding
file is
called cp1047.tmac). Again, some input characters are reserved for
internal and
special purposes.
All roff systems provide the concept of named glyphs. In traditional
roff sys???
tems, only names of length 2 were used, while groff also provides
support for
longer names. It is strongly suggested that only named glyphs are used
for all
character representations outside of the printable 7-bit ASCII range.
Some of the predefined groff escape sequences (with names of length 1)
also pro???
duce single glyphs; these exist for historical reasons or are printable
versions
of syntactical characters. They include `\\', `\??', `\`', `\-', `\.',
and `\e';
see groff(7).
In groff, all of these different types of characters and glyphs can be
tested
positively with the `.if c' conditional.
REFERENCE
In this section, the glyphs in groff are specified in tabular form. The
meaning
of the columns is as follows.
Output shows how the glyph is printed for the current device; although
this can
have quite a different shape on other devices, it always
represents the
same glyph.
Input name
specifies how the glyph is input either directly by a key on
the key???
board, or by a groff escape sequence.
Input code
applies to glyphs which can be input with a single character,
and gives
the ISO latin1 decimal code of that input character. Note that
this code
is equivalent to the lowest 256 Unicode characters, including
7-bit ASCII
in the range 0 to 127.
PostScript name
gives the usual PostScript name of the glyph.
Unicode decomposed
is the glyph name used in composite glyph names.
7-bit Character Codes 32-126
These are the basic glyphs having 7-bit ASCII code values assigned.
They are
identical to the printable characters of the character standards
ISO-8859-1 (???
latin1) and Unicode (range Basic Latin). The glyph names used in
composite
glyph names are `u0020' up to `u007E'.
Note that input characters in the range 0-31 and character 127 are not
printable
characters. Most of them are invalid input characters for groff anyway,
and the
valid ones have special meaning. For EBCDIC, the printable
characters are in
the range 66-255.
48-57 Decimal digits 0 to 9 (print as themselves).
65-90 Upper case letters A-Z (print as themselves).
97-122 Lower case letters a-z (print as themselves).
Most of the remaining characters not in the just described ranges print
as them???
selves; the only exceptions are the following characters:
` the ISO latin1 `Grave Accent' (code 96) prints as `, a left
single quota???
tion mark; the original character can be obtained with `\`'.
' the ISO latin1 `Apostrophe' (code 39) prints as ', a right single
quota???
tion mark; the original character can be obtained with `\(aq'.
- the ISO latin1 `Hyphen, Minus Sign' (code 45) prints as a hyphen;
a minus
sign can be obtained with `\-'.
~ the ISO latin1 `Tilde' (code 126) is reduced in size to be
usable as a
diacritic; a larger glyph can be obtained with `\(ti'.
^ the ISO latin1 `Circumflex Accent' (code 94) is reduced in
size to be
usable as a diacritic; a larger glyph can be obtained with `\(ha'.
Output Input Input PostScript Unicode Notes
name code name decomposed
! ! 33 exclam u0021
" " 34 quotedbl u0022
# # 35 numbersign u0023
$ $ 36 dollar u0024
% % 37 percent u0025
& & 38 ampersand u0026
' ' 39 quoteright u0027
( ( 40 parenleft u0028
) ) 41 parenright u0029
* * 42 asterisk u002A
+ + 43 plus u002B
, , 44 comma u002C
- - 45 hyphen u2010
. . 46 period u002E
/ / 47 slash u002F
: : 58 colon u003A
; ; 59 semicolon u003B
< < 60 less u003C
= = 61 equal u003D
> > 62 greater u003E
? ? 63 question u003F
@ @ 64 at u0040
[ [ 91 bracketleft u005B
\ \ 92 backslash u005C
] ] 93 bracketright u005D
^ ^ 94 circumflex u005E circumflex accent
_ _ 95 underscore u005F
` ` 96 quoteleft u0060
{ { 123 braceleft u007B
| | 124 bar u007C
} } 125 braceright u007D
~ ~ 126 tilde u007E tilde accent
8-bit Character Codes 160 to 255
They are interpreted as printable characters according to the
latin1
(ISO-8859-1) code set, being identical to the Unicode range Latin-1
Supplement.
Input characters in range 128-159 (on non-EBCDIC hosts) are not
printable char???
acters.
160 the ISO latin1 no-break space is mapped to `\~', the
stretchable space
character.
173 the soft hyphen control character. groff never uses this
character for
output (thus it is omitted in the table below); the input
character 173
is mapped onto `\%'.
The remaining ranges (161-172, 174-255) are printable characters that
print as
themselves. Although they can be specified directly with the keyboard
on sys???
tems with a latin1 code page, it is better to use their glyph names;
see next
section.
Output Input Input PostScript Unicode Notes
name code name decomposed
?? ?? 161 exclamdown u00A1 inverted exclamation
mark
?? ?? 162 cent u00A2
?? ?? 163 sterling u00A3
?? ?? 164 currency u00A4
?? ?? 165 yen u00A5
?? ?? 166 brokenbar u00A6
?? ?? 167 section u00A7
?? ?? 168 dieresis u00A8
?? ?? 169 copyright u00A9
?? ?? 170 ordfeminine u00AA
?? ?? 171 guillemotleft u00AB
?? ?? 172 logicalnot u00AC
?? ?? 174 registered u00AE
?? ?? 175 macron u00AF
?? ?? 176 degree u00B0
?? ?? 177 plusminus u00B1
?? ?? 178 twosuperior u00B2
?? ?? 179 threesuperior u00B3
?? ?? 180 acute u00B4 acute accent
?? ?? 181 mu u00B5 micro sign
?? ?? 182 paragraph u00B6
?? ?? 183 periodcentered u00B7
?? ?? 184 cedilla u00B8
?? ?? 185 onesuperior u00B9
?? ?? 186 ordmasculine u00BA
?? ?? 187 guillemotright u00BB
?? ?? 188 onequarter u00BC
?? ?? 189 onehalf u00BD
?? ?? 190 threequarters u00BE
?? ?? 191 questiondown u00BF
?? ?? 192 Agrave u0041_0300
?? ?? 193 Aacute u0041_0301
?? ?? 194 Acircumflex u0041_0302
?? ?? 195 Atilde u0041_0303
?? ?? 196 Adieresis u0041_0308
?? ?? 197 Aring u0041_030A
?? ?? 198 AE u00C6
?? ?? 199 Ccedilla u0043_0327
?? ?? 200 Egrave u0045_0300
?? ?? 201 Eacute u0045_0301
?? ?? 202 Ecircumflex u0045_0302
?? ?? 203 Edieresis u0045_0308
?? ?? 204 Igrave u0049_0300
?? ?? 205 Iacute u0049_0301
?? ?? 206 Icircumflex u0049_0302
?? ?? 207 Idieresis u0049_0308
?? ?? 208 Eth u00D0
?? ?? 209 Ntilde u004E_0303
?? ?? 210 Ograve u004F_0300
?? ?? 211 Oacute u004F_0301
?? ?? 212 Ocircumflex u004F_0302
?? ?? 213 Otilde u004F_0303
?? ?? 214 Odieresis u004F_0308
?? ?? 215 multiply u00D7
?? ?? 216 Oslash u00D8
?? ?? 217 Ugrave u0055_0300
?? ?? 218 Uacute u0055_0301
?? ?? 219 Ucircumflex u0055_0302
?? ?? 220 Udieresis u0055_0308
?? ?? 221 Yacute u0059_0301
?? ?? 222 Thorn u00DE
?? ?? 223 germandbls u00DF
?? ?? 224 agrave u0061_0300
?? ?? 225 aacute u0061_0301
?? ?? 226 acircumflex u0061_0302
?? ?? 227 atilde u0061_0303
?? ?? 228 adieresis u0061_0308
?? ?? 229 aring u0061_030A
?? ?? 230 ae u00E6
?? ?? 231 ccedilla u0063_0327
?? ?? 232 egrave u0065_0300
?? ?? 233 eacute u0065_0301
?? ?? 234 ecircumflex u0065_0302
?? ?? 235 edieresis u0065_0308
?? ?? 236 igrave u0069_0300
?? ?? 237 iacute u0069_0301
?? ?? 238 icircumflex u0069_0302
?? ?? 239 idieresis u0069_0308
?? ?? 240 eth u00F0
?? ?? 241 ntilde u006E_0303
?? ?? 242 ograve u006F_0300
?? ?? 243 oacute u006F_0301
?? ?? 244 ocircumflex u006F_0302
?? ?? 245 otilde u006F_0303
?? ?? 246 odieresis u006F_0308
?? ?? 247 divide u00F7
?? ?? 248 oslash u00F8
?? ?? 249 ugrave u0075_0300
?? ?? 250 uacute u0075_0301
?? ?? 251 ucircumflex u0075_0302
?? ?? 252 udieresis u0075_0308
?? ?? 253 yacute u0079_0301
?? ?? 254 thorn u00FE
?? ?? 255 ydieresis u0079_0308
Named Glyphs
Glyph names can be embedded into the document text by using escape
sequences.
groff(7) describes how these escape sequences look. Glyph names can
consist of
quite arbitrary characters from the ASCII or latin1 code set, not only
alphanu???
meric characters. Here some examples:
\(ch A glyph having the 2-character name ch.
\[char_name]
A glyph having the name char_name (having length 1, 2, 3,
...). Note
that `c' is not the same as `\[c]' (c a single character): The
latter is
internally mapped to glyph name `\c'. By default, groff defines
a single
glyph name starting with a backslash, namely `\-', which can be
either
accessed as `\-' or `\[-]'.
\[base_glyph composite_1 composite_2 ...]
A composite glyph; see below for a more detailed description.
In groff, each 8-bit input character can also referred to by the
construct
`\[charn]' where n is the decimal code of the character, a number
between 0
and 255 without leading zeros (those entities are not glyph names).
They are
normally mapped onto glyphs using the .trin request. Another special
convention
is the handling of glyphs with names directly derived from a Unicode
code point;
this is discussed below. Moreover, new glyph names can be created by
the .char
request; see groff(7).
In the following, a plus sign in the `Notes' column indicates that this
particu???
lar glyph name appears in the PS version of the original troff
documentation,
CSTR 54.
Entries marked with `***' denote glyphs for mathematical purposes
(mainly used
for DVI output). Normally, such glyphs have metrics which make them
unusable in
normal text.
Output Input PostScript Unicode Notes
name name decomposed
?? \[-D] Eth u00D0 uppercase eth
?? \[Sd] eth u00F0 lowercase eth
?? \[TP] Thorn u00DE uppercase thorn
?? \[Tp] thorn u00FE lowercase thorn
?? \[ss] germandbls u00DF German sharp s
Ligatures and Other Latin Glyphs
ff \[ff] ff u0066_0066 ff ligature +
fi \[fi] fi u0066_0069 fi ligature +
fl \[fl] fl u0066_006C fl ligature +
ffi \[Fi] ffi u0066_0066_0069 ffi ligature +
ffl \[Fl] ffl u0066_0066_006C ffl ligature +
?? \[/L] Lslash u0141 (Polish)
?? \[/l] lslash u0142 (Polish)
?? \[/O] Oslash u00D8 (Scandinavic)
?? \[/o] oslash u00F8 (Scandinavic)
?? \[AE] AE u00C6
?? \[ae] ae u00E6
?? \[OE] OE u0152
?? \[oe] oe u0153
?? \[IJ] IJ u0132 (Dutch)
?? \[ij] ij u0133 (Dutch)
?? \[.i] dotlessi u0131 (Turkish)
(N/A) \[.j] dotlessj --- j without a dot
Accented Characters
?? \['A] Aacute u0041_0301
?? \['C] Cacute u0043_0301
?? \['E] Eacute u0045_0301
?? \['I] Iacute u0049_0301
?? \['O] Oacute u004F_0301
?? \['U] Uacute u0055_0301
?? \['Y] Yacute u0059_0301
?? \['a] aacute u0061_0301
?? \['c] cacute u0063_0301
?? \['e] eacute u0065_0301
?? \['i] iacute u0069_0301
?? \['o] oacute u006F_0301
?? \['u] uacute u0075_0301
?? \['y] yacute u0079_0301
?? \[:A] Adieresis u0041_0308 A with umlaut
?? \[:E] Edieresis u0045_0308
?? \[:I] Idieresis u0049_0308
?? \[:O] Odieresis u004F_0308
?? \[:U] Udieresis u0055_0308
?? \[:Y] Ydieresis u0059_0308
?? \[:a] adieresis u0061_0308
?? \[:e] edieresis u0065_0308
?? \[:i] idieresis u0069_0308
?? \[:o] odieresis u006F_0308
?? \[:u] udieresis u0075_0308
?? \[:y] ydieresis u0079_0308
?? \[^A] Acircumflex u0041_0302
?? \[^E] Ecircumflex u0045_0302
?? \[^I] Icircumflex u0049_0302
?? \[^O] Ocircumflex u004F_0302
?? \[^U] Ucircumflex u0055_0302
?? \[^a] acircumflex u0061_0302
?? \[^e] ecircumflex u0065_0302
?? \[^i] icircumflex u0069_0302
?? \[^o] ocircumflex u006F_0302
?? \[^u] ucircumflex u0075_0302
?? \[`A] Agrave u0041_0300
?? \[`E] Egrave u0045_0300
?? \[`I] Igrave u0049_0300
?? \[`O] Ograve u004F_0300
?? \[`U] Ugrave u0055_0300
?? \[`a] agrave u0061_0300
?? \[`e] egrave u0065_0300
?? \[`i] igrave u0069_0300
?? \[`o] ograve u006F_0300
?? \[`u] ugrave u0075_0300
?? \[~A] Atilde u0041_0303
?? \[~N] Ntilde u004E_0303
?? \[~O] Otilde u004F_0303
?? \[~a] atilde u0061_0303
?? \[~n] ntilde u006E_0303
?? \[~o] otilde u006F_0303
?? \[vS] Scaron u0053_030C
?? \[vs] scaron u0073_030C
?? \[vZ] Zcaron u005A_030C
?? \[vz] zcaron u007A_030C
?? \[,C] Ccedilla u0043_0327
?? \[,c] ccedilla u0063_0327
?? \[oA] Aring u0041_030A
?? \[oa] aring u0061_030A
Accents
The composite request is used to map most of the accents to
non-spacing glyph
names; the values given in parentheses are the original (spacing) ones.
Output Input PostScript Unicode Notes
name name decomposed
?? \[a"] hungarumlaut u030B (u02DD) (Hungarian)
?? \[a-] macron u0304 (u00AF)
?? \[a.] dotaccent u0307 (u02D9)
^ \[a^] circumflex u0302 (u005E)
?? \[aa] acute u0301 (u00B4) +
` \[ga] grave u0300 (u0060) +
?? \[ab] breve u0306 (u02D8)
?? \[ac] cedilla u0327 (u00B8)
?? \[ad] dieresis u0308 (u00A8) umlaut
?? \[ah] caron u030C (u02C7) h???cek
?? \[ao] ring u030A (u02DA) circle
~ \[a~] tilde u0303 (u007E)
?? \[ho] ogonek u0328 (u02DB) hook
^ \[ha] asciicircum u005E (spacing)
~ \[ti] asciitilde u007E (spacing)
Quotes
??? \[Bq] quotedblbase u201E low double comma quote
??? \[bq] quotesinglbase u201A low single comma quote
??? \[lq] quotedblleft u201C
??? \[rq] quotedblright u201D
??? \[oq] quoteleft u2018 single open quote
??? \[cq] quoteright u2019 single closing quote
' \[aq] quotesingle u0027 apostrophe quote (ASCII
39)
" \[dq] quotedbl u0022 double quote (ASCII 34)
?? \[Fo] guillemotleft u00AB
?? \[Fc] guillemotright u00BB
??? \[fo] guilsinglleft u2039
??? \[fc] guilsinglright u203A
Punctuation
?? \[r!] exclamdown u00A1
?? \[r?] questiondown u00BF
??? \[em] emdash u2014 +
??? \[en] endash u2013
??? \[hy] hyphen u2010 +
Brackets
The extensible bracket pieces are font-invariant glyphs. In
classical troff
only one glyph was available to vertically extend brackets, braces,
and paren???
theses: `bv'. We map it rather arbitrarily to u23AA.
Note that not all devices contain extensible bracket pieces which can
be piled
up with `\b' due to the restrictions of the escape's piling algorithm.
A gen???
eral solution to build brackets out of pieces is the following macro:
.\" Make a pile centered vertically 0.5em
.\" above the baseline.
.\" The first argument is placed at the top.
.\" The pile is returned in string `pile'
.eo
.de pile-make
. nr pile-wd 0
. nr pile-ht 0
. ds pile-args
.
. nr pile-# \n[.$]
. while \n[pile-#] \{\
. nr pile-wd (\n[pile-wd] >? \w'\$[\n[pile-#]]')
. nr pile-ht +(\n[rst] - \n[rsb])
. as pile-args \v'\n[rsb]u'\"
. as pile-args \Z'\$[\n[pile-#]]'\"
. as pile-args \v'-\n[rst]u'\"
. nr pile-# -1
. \}
.
. ds pile \v'(-0.5m + (\n[pile-ht]u / 2u))'\"
. as pile \*[pile-args]\"
. as pile \v'((\n[pile-ht]u / 2u) + 0.5m)'\"
. as pile \h'\n[pile-wd]u'\"
..
.ec
Another complication is the fact that some glyphs which represent
bracket pieces
in original troff can be used for other mathematical symbols also, for
example
`lf' and `rf' which provide the `floor' operator. Other devices (most
notably
for DVI output) don't unify such glyphs. For this reason, the four
glyphs `lf',
`rf', `lc', and `rc' are not unified with similarly looking bracket
pieces. In
groff, only glyphs with long names are guaranteed to pile up correctly
for all
devices (provided those glyphs exist).
Output Input PostScript Unicode Notes
name name decomposed
[ \[lB] bracketleft u005B
] \[rB] bracketright u005D
{ \[lC] braceleft u007B
} \[rC] braceright u007D
??? \[la] angleleft u27E8 left angle
bracket
??? \[ra] angleright u27E9 right angle
bracket
??? \[bv] braceex u23AA vertical
extension *** +
??? \[braceex] braceex u23AA
??? \[bracketlefttp] bracketlefttp u23A1
??? \[bracketleftbt] bracketleftbt u23A3
??? \[bracketleftex] bracketleftex u23A2
??? \[bracketrighttp] bracketrighttp u23A4
??? \[bracketrightbt] bracketrightbt u23A6
??? \[bracketrightex] bracketrightex u23A5
??? \[lt] bracelefttp u23A7 +
??? \[bracelefttp] bracelefttp u23A7
??? \[lk] braceleftmid u23A8 +
??? \[braceleftmid] braceleftmid u23A8
??? \[lb] braceleftbt u23A9 +
??? \[braceleftbt] braceleftbt u23A9
??? \[braceleftex] braceleftex u23AA
??? \[rt] bracerighttp u23AB +
??? \[bracerighttp] bracerighttp u23AB
??? \[rk] bracerightmid u23AC +
??? \[bracerightmid] bracerightmid u23AC
??? \[rb] bracerightbt u23AD +
??? \[bracerightbt] bracerightbt u23AD
??? \[bracerightex] bracerightex u23AA
??? \[parenlefttp] parenlefttp u239B
??? \[parenleftbt] parenleftbt u239D
??? \[parenleftex] parenleftex u239C
??? \[parenrighttp] parenrighttp u239E
??? \[parenrightbt] parenrightbt u23A0
??? \[parenrightex] parenrightex u239F
Arrows
??? \[<-] arrowleft u2190 +
??? \[->] arrowright u2192 +
??? \[<>] arrowboth u2194 (horizontal)
??? \[da] arrowdown u2193 +
??? \[ua] arrowup u2191 +
??? \[va] arrowupdn u2195
??? \[lA] arrowdblleft u21D0
??? \[rA] arrowdblright u21D2
??? \[hA] arrowdblboth u21D4 (horizontal)
??? \[dA] arrowdbldown u21D3
??? \[uA] arrowdblup u21D1
??? \[vA] uni21D5 u21D5 vertical
double-headed
double arrow
??? \[an] arrowhorizex u23AF horizontal
arrow exten???
sion
Lines
The font-invariant glyphs `br', `ul', and `rn' form corners; they can be
used to
build boxes. Note that both the PostScript and the Unicode-derived
names of
these three glyphs are just rough approximations.
`rn' also serves in classical troff as the horizontal extension of the
square
root sign.
`ru' is a font-invariant glyph, namely a rule of length 0.5m.
Output Input PostScript Unicode Notes
name name decomposed
| \[ba] bar u007C
??? \[br] SF110000 u2502 box rule +
_ \[ul] underscore u005F +
??? \[rn] overline u203E use `\[radicalex]'
for continu???
ation of square root +
_ \[ru] --- --- baseline rule +
?? \[bb] brokenbar u00A6
/ \[sl] slash u002F +
\ \[rs] backslash u005C reverse solidus
Box drawing
(N/A) \[U2500] Uni2500 U2500 Light Horizontal
(N/A) \[U2501] Uni2501 U2501 Heavy Horizontal
(N/A) \[U2502] Uni2502 U2502 Light Vertical
(N/A) \[U2503] Uni2503 U2503 Heavy Vertical
(N/A) \[U2504] Uni2504 U2504 Light Triple Dash
Horizontal
(N/A) \[U2505] Uni2505 U2505 Heavy triple dash
horizontal
??? \[u2506] uni2506 u2506 Light triple dash
vertical
??? \[u2507] uni2507 u2507 Heavy triple dash
vertical
??? \[u2508] uni2508 u2508 Light quadruple dash
horizontal
??? \[u2509] uni2509 u2509 Heavy quadruple dash
horizontal
(N/A) \[u250a] uni250a u250a Light quadruple dash
vertical
(N/A) \[u250b] uni250b u250b Heavy quadruple dash
vertical
(N/A) \[u250c] uni250c u250c Light down and right
(N/A) \[u250d] uni250d u250d Down light and right
heavy
(N/A) \[u250e] uni250e u250e Down heavy and right
light
(N/A) \[u250f] uni250f u250f Heavy down and right
??? \[u2510] uni2510 u2510 Light down and left
??? \[u2511] uni2511 u2511 Down light and left
heavy
??? \[u2512] uni2512 u2512 Down heavy and left
light
??? \[u2513] uni2513 u2513 Heavy down and left
??? \[u2514] uni2514 u2514 Light up and right
??? \[u2515] uni2515 u2515 Up light and right
heavy
??? \[u2516] uni2516 u2516 Up heavy and right
light
??? \[u2517] uni2517 u2517 Heavy up and right
??? \[u2518] uni2518 u2518 Light up and left
??? \[u2519] uni2519 u2519 Up light and left
heavy
(N/A) \[u251a] uni251a u251a Up heavy and left light
(N/A) \[u251b] uni251b u251b Heavy up and left
(N/A) \[u251c] uni251c u251c Light vertical and right
(N/A) \[u251d] uni251d u251d Vertical light and
right heavy
(N/A) \[u251e] uni251e u251e Up heavy and right down
light
(N/A) \[u251f] uni251f u251f Down heavy and right up
light
??? \[u2520] uni2520 u2520 Vertical heavy and
right light
??? \[u2521] uni2521 u2521 Down light and right
up heavy
??? \[u2522] uni2522 u2522 Up light and right
down heavy
??? \[u2523] uni2523 u2523 Heavy vertical and
right
??? \[u2524] uni2524 u2524 Light vertical and
left
??? \[u2525] uni2525 u2525 Vertical light and
left heavy
??? \[u2526] uni2526 u2526 Up heavy and left
down light
??? \[u2527] uni2527 u2527 Down heavy and left
up light
??? \[u2528] uni2528 u2528 Vertical heavy and
left light
??? \[u2529] uni2529 u2529 Down light and left
up heavy
(N/A) \[u252a] uni252a u252a Up light and left down
heavy
(N/A) \[u252b] uni252b u252b Heavy vertical and left
(N/A) \[u252c] uni252c u252c Light down and
horizontal
(N/A) \[u252d] uni252d u252d Left heavy and right
down light
(N/A) \[u252e] uni252e u252e Right heavy and left
down light
(N/A) \[u252f] uni252f u252f Down light and
horizontal heavy
??? \[u2530] uni2530 u2530 Down heavy and
horizontal light
??? \[u2531] uni2531 u2531 Right light and left
down heavy
??? \[u2532] uni2532 u2532 Left light and right
down heavy
??? \[u2533] uni2533 u2533 Heavy down and
horizontal
??? \[u2534] uni2534 u2534 Light up and
horizontal
??? \[u2535] uni2535 u2535 Left heavy and right
up light
??? \[u2536] uni2536 u2536 Right heavy and left
up light
??? \[u2537] uni2537 u2537 Up light and
horizontal heavy
??? \[u2538] uni2538 u2538 Up heavy and
horizontal light
??? \[u2539] uni2539 u2539 Right light and left
up heavy
(N/A) \[u253a] uni253a u253a Left light and right up
heavy
(N/A) \[u253b] uni253b u253b Heavy up and horizontal
(N/A) \[u253c] uni253c u253c Light vertical and
horizontal
(N/A) \[u253d] uni253d u253d Left heavy and right
vertical
light
(N/A) \[u253e] uni253e u253e Right heavy and left
vertical
light
(N/A) \[u253f] uni253f u253f Vertical light and
horizontal
heavy
??? \[u2540] uni2540 u2540 Up heavy and down
horizontal
light
??? \[u2541] uni2541 u2541 Down heavy and up
horizontal
light
??? \[u2542] uni2542 u2542 Vertical heavy and
horizontal
light
??? \[u2543] uni2543 u2543 Left up heavy and
right down
light
??? \[u2544] uni2544 u2544 Right up heavy and
left down
light
??? \[u2545] uni2545 u2545 Left down heavy and
right up
light
??? \[u2546] uni2546 u2546 Right down heavy and
left up
light
??? \[u2547] uni2547 u2547 Down light and up
horizontal
heavy
??? \[u2548] uni2548 u2548 Up light and down
horizontal
heavy
??? \[u2549] uni2549 u2549 Right light and left
vertical
heavy
(N/A) \[u254a] uni254a u254a Left light and right
vertical
heavy
(N/A) \[u254b] uni254b u254b Heavy vertical and
horizontal
(N/A) \[u254c] uni254c u254c Light double dash
horizontal
(N/A) \[u254d] uni254d u254d Heavy double dash
horizontal
(N/A) \[u254e] uni254e u254e Light double dash
vertical
(N/A) \[u254f] uni254f u254f Heavy double dash
vertical
??? \[u2550] uni2550 u2550 Double horizontal
??? \[u2551] uni2551 u2551 Double vertical
??? \[u2552] uni2552 u2552 Down single and right
double
??? \[u2553] uni2553 u2553 Down double and right
single
??? \[u2554] uni2554 u2554 Double down and right
??? \[u2555] uni2555 u2555 Down single and left
double
??? \[u2556] uni2556 u2556 Down double and left
single
??? \[u2557] uni2557 u2557 Double down and left
??? \[u2558] uni2558 u2558 Up single and right
double
??? \[u2559] uni2559 u2559 Up double and right
single
(N/A) \[u255a] uni255a u255a Double up and right
(N/A) \[u255b] uni255b u255b Up single and left
double
(N/A) \[u255c] uni255c u255c Up double and left
single
(N/A) \[u255d] uni255d u255d Double up and left
(N/A) \[u255e] uni255e u255e Vertical single and
right dou???
ble
(N/A) \[u255f] uni255f u255f Vertical double and
right sin???
gle
??? \[u2560] uni2560 u2560 Double vertical and
right
??? \[u2561] uni2561 u2561 Vertical single and
left double
??? \[u2562] uni2562 u2562 Vertical double and
left single
??? \[u2563] uni2563 u2563 Double vertical and
left
??? \[u2564] uni2564 u2564 Down single and
horizontal dou???
ble
??? \[u2565] uni2565 u2565 Down double and
horizontal sin???
gle
??? \[u2566] uni2566 u2566 Double down and
horizontal
??? \[u2567] uni2567 u2567 Up single and
horizontal double
??? \[u2568] uni2568 u2568 Up double and
horizontal single
??? \[u2569] uni2569 u2569 Double up and
horizontal
(N/A) \[u256a] uni256a u256a Vertical single and
horizontal
double
(N/A) \[u256b] uni256b u256b Vertical double and
horizontal
single
(N/A) \[u256c] uni256c u256c Double vertical and
horizontal
(N/A) \[u256d] uni256d u256d Light arc down and right
(N/A) \[u256e] uni256e u256e Light arc down and left
(N/A) \[u256f] uni256f u256f Light arc up and left
??? \[u2570] uni2570 u2570 Light arc up and right
??? \[u2571] uni2571 u2571 Light diagonal upper
right to
lower left
??? \[u2572] uni2572 u2572 Light diagonal upper
left to
lower right
??? \[u2573] uni2573 u2573 Light diagonal cross
??? \[u2574] uni2574 u2574 Light left
??? \[u2575] uni2575 u2575 Light up
??? \[u2576] uni2576 u2576 Light right
??? \[u2577] uni2577 u2577 Light down
??? \[u2578] uni2578 u2578 Heavy left
??? \[u2579] uni2579 u2579 Heavy up
(N/A) \[u257a] uni257a u257a Heavy right
(N/A) \[u257b] uni257b u257b Heavy down
(N/A) \[u257c] uni257c u257c Light left and heavy
right
(N/A) \[u257d] uni257d u257d Light up and heavy down
(N/A) \[u257e] uni257e u257e Heavy left and light
right
(N/A) \[u257f] uni257f u257f Heavy up and light down
Text markers
??? \[ci] circle u25CB +
?? \[bu] bullet u2022 +
??? \[dd] daggerdbl u2021 double dagger sign +
??? \[dg] dagger u2020 +
??? \[lz] lozenge u25CA
??? \[sq] uni25A1 u25A1 white square +
?? \[ps] paragraph u00B6
?? \[sc] section u00A7 +
??? \[lh] uni261C u261C hand pointing left +
??? \[rh] a14 u261E hand pointing right +
@ \[at] at u0040
# \[sh] numbersign u0023
??? \[CR] carriagereturn u21B5
??? \[OK] a19 u2713 check mark, tick
Legal Symbols
?? \[co] copyright u00A9 +
?? \[rg] registered u00AE +
??? \[tm] trademark u2122
(N/A) \[bs] --- --- AT&T Bell Labs logo
(not used
in groff) +
Currency symbols
$ \[Do] dollar u0024
?? \[ct] cent u00A2 +
??? \[eu] --- u20AC official Euro symbol
??? \[Eu] Euro u20AC font-specific Euro
glyph vari???
ant
?? \[Ye] yen u00A5
?? \[Po] sterling u00A3 British currency sign
?? \[Cs] currency u00A4 Scandinavian currency
sign
?? \[Fn] florin u0192 Dutch currency sign
Units
?? \[de] degree u00B0 +
??? \[%0] perthousand u2030 per thousand, per
mille sign
??? \[fm] minute u2032 footmark, prime +
??? \[sd] second u2033
?? \[mc] mu u00B5 micro sign
?? \[Of] ordfeminine u00AA
?? \[Om] ordmasculine u00BA
Logical Symbols
??? \[AN] logicaland u2227
??? \[OR] logicalor u2228
?? \[no] logicalnot u00AC +
?? \[tno] logicalnot u00AC text variant of `no'
??? \[te] existential u2203 there exists,
existential quan???
tifier
??? \[fa] universal u2200 for all, universal
quantifier
??? \[st] suchthat u220B
??? \[3d] therefore u2234
??? \[tf] therefore u2234
| \[or] bar u007C bitwise OR operator (as
used in
C) +
Mathematical Symbols
?? \[12] onehalf u00BD +
?? \[14] onequarter u00BC +
?? \[34] threequarters u00BE +
??? \[18] oneeighth u215B
??? \[38] threeeighths u215C
??? \[58] fiveeighths u215D
??? \[78] seveneighths u215E
?? \[S1] onesuperior u00B9
?? \[S2] twosuperior u00B2
?? \[S3] threesuperior u00B3
+ \[pl] plus u002B plus sign in special
font +
??? \[mi] minus u2212 minus sign in special
font +
??? \[-+] uni2213 u2213
?? \[+-] plusminus u00B1 +
?? \[t+-] plusminus u00B1 text variant of `+-'
?? \[pc] periodcentered u00B7
??? \[md] dotmath u22C5 multiplication dot
?? \[mu] multiply u00D7 +
?? \[tmu] multiply u00D7 text variant of `mu'
??? \[c*] circlemultiply u2297 multiply sign in a
circle
??? \[c+] circleplus u2295 plus sign in a circle
?? \[di] divide u00F7 division sign +
?? \[tdi] divide u00F7 text variant of `di'
??? \[f/] fraction u2044 bar for fractions
??? \[**] asteriskmath u2217 +
??? \[<=] lessequal u2264 +
??? \[>=] greaterequal u2265 +
??? \[<<] uni226A u226A much less
??? \[>>] uni226B u226B much greater
= \[eq] equal u003D equals sign in special
font +
??? \[!=] notequal u003D_0338 +
??? \[==] equivalence u2261 +
??? \[ne] uni2262 u2261_0338
??? \[=~] congruent u2245 approx. equal
??? \[|=] uni2243 u2243 asymptot. equal to +
??? \[ap] similar u223C +
??? \[~~] approxequal u2248 almost equal to
??? \[~=] approxequal u2248
??? \[pt] proportional u221D +
??? \[es] emptyset u2205 +
??? \[mo] element u2208 +
??? \[nm] notelement u2208_0338
??? \[sb] propersubset u2282 +
??? \[nb] notsubset u2282_0338
??? \[sp] propersuperset u2283 +
??? \[nc] uni2285 u2283_0338 not superset
??? \[ib] reflexsubset u2286 +
??? \[ip] reflexsuperset u2287 +
??? \[ca] intersection u2229 intersection, cap +
??? \[cu] union u222A union, cup +
??? \[/_] angle u2220
??? \[pp] perpendicular u22A5
??? \[is] integral u222B +
??? \[integral] integral u222B ***
??? \[sum] summation u2211 ***
??? \[product] product u220F ***
??? \[coproduct] uni2210 u2210 ***
??? \[gr] gradient u2207 +
??? \[sr] radical u221A square root +
??? \[sqrt] radical u221A ***
(N/A) \[radicalex] radicalex --- continuation of square
root
(N/A) \[sqrtex] radicalex --- ***
??? \[lc] uni2308 u2308 left ceiling +
??? \[rc] uni2309 u2309 right ceiling +
??? \[lf] uni230A u230A left floor +
??? \[rf] uni230B u230B right floor +
??? \[if] infinity u221E +
??? \[Ah] aleph u2135
??? \[Im] Ifraktur u2111 Gothic I, imaginary
??? \[Re] Rfraktur u211C Gothic R, real
??? \[wp] weierstrass u2118 Weierstrass p
??? \[pd] partialdiff u2202 partial
differentiation sign +
??? \[-h] uni210F u210F Planck constant over
two pi
??? \[hbar] uni210F u210F
Greek glyphs
These glyphs are intended for technical use, not for real Greek;
normally, the
uppercase letters have upright shape, and the lowercase ones are
slanted. There
is a problem with the mapping of letter phi to Unicode. Prior to
Unicode ver???
sion 3.0, the difference between U+03C6, GREEK SMALL LETTER PHI, and
U+03D5,
GREEK PHI SYMBOL, was not clearly described; only the glyph shapes in
the Uni???
code book could be used as a reference. Starting with Unicode 3.0,
the refer???
ence glyphs have been exchanged and described verbally also: In
mathematical
context, U+03D5 is the stroked variant and U+03C6 the curly glyph.
Unfortu???
nately, most font vendors didn't update their fonts to this
(incompatible)
change in Unicode. At the time of this writing (January 2006), it is
not clear
yet whether the Adobe Glyph Names `phi' and `phi1' also change its
meaning if
used for mathematics, thus compatibility problems are likely to happen
??? being
conservative, groff currently assumes that `phi' in a PostScript symbol
font is
the stroked version.
In groff, symbol `\[*f]' always denotes the stroked version of phi, and
`\[+f]'
the curly variant.
?? \[*A] Alpha u0391 +
?? \[*B] Beta u0392 +
?? \[*G] Gamma u0393 +
?? \[*D] Delta u0394 +
?? \[*E] Epsilon u0395 +
?? \[*Z] Zeta u0396 +
?? \[*Y] Eta u0397 +
?? \[*H] Theta u0398 +
?? \[*I] Iota u0399 +
?? \[*K] Kappa u039A +
?? \[*L] Lambda u039B +
?? \[*M] Mu u039C +
?? \[*N] Nu u039D +
?? \[*C] Xi u039E +
?? \[*O] Omicron u039F +
?? \[*P] Pi u03A0 +
?? \[*R] Rho u03A1 +
?? \[*S] Sigma u03A3 +
?? \[*T] Tau u03A4 +
?? \[*U] Upsilon u03A5 +
?? \[*F] Phi u03A6 +
?? \[*X] Chi u03A7 +
?? \[*Q] Psi u03A8 +
?? \[*W] Omega u03A9 +
?? \[*a] alpha u03B1 +
?? \[*b] beta u03B2 +
?? \[*g] gamma u03B3 +
?? \[*d] delta u03B4 +
?? \[*e] epsilon u03B5 +
?? \[*z] zeta u03B6 +
?? \[*y] eta u03B7 +
?? \[*h] theta u03B8 +
?? \[*i] iota u03B9 +
?? \[*k] kappa u03BA +
?? \[*l] lambda u03BB +
?? \[*m] mu u03BC +
?? \[*n] nu u03BD +
?? \[*c] xi u03BE +
?? \[*o] omicron u03BF +
?? \[*p] pi u03C0 +
?? \[*r] rho u03C1 +
?? \[ts] sigma1 u03C2 terminal sigma +
?? \[*s] sigma u03C3 +
?? \[*t] tau u03C4 +
?? \[*u] upsilon u03C5 +
?? \[*f] phi u03D5 (stroked glyph)+
?? \[*x] chi u03C7 +
?? \[*q] psi u03C8 +
?? \[*w] omega u03C9 +
?? \[+h] theta1 u03D1 variant theta
?? \[+f] phi1 u03C6 variant phi (curly
shape)
?? \[+p] omega1 u03D6 variant pi, looking
like omega
?? \[+e] uni03F5 u03F5 variant epsilon
Card symbols
??? \[CL] club u2663 black club suit
??? \[SP] spade u2660 black spade suit
??? \[HE] heart u2665 black heart suit
??? \[u2662] uni2662 u2662 white heart suit
??? \[DI] diamond u2666 black diamond suit
??? \[u2661] uni2661 u2661 white diamond suit
AUTHOR
Copyright ?? 1989-2000, 2001, 2002, 2003, 2004, 2006, 2008, 2009 Free
Software
Foundation, Inc.
This document is distributed under the terms of the FDL (GNU Free
Documentation
License) version 1.3 or later. You should have received a copy of the
FDL on
your system, it is also available on-line at the GNU copyleft site
???http://
www.gnu.org/copyleft/fdl.html???.
This document is part of groff, the GNU roff distribution. It was
written by
James Clark [email protected]??? with additions by Werner Lemberg
[email protected]??? and
Bernd Warken [email protected]???.
SEE ALSO
groff(1)
the GNU roff formatter
groff(7)
a short reference of the groff formatting language
An extension to the troff character set for Europe, E.G. Keizer, K.J.
Simonsen,
J. Akkerhuis; EUUG Newsletter, Volume 9, No. 2, Summer 1989
The Unicode Standard ???http://www.unicode.org???
Groff Version 1.20.1 21 July 2009
GROFF_CHAR(7)
--- groff_char.7.original 2009-08-15 16:01:07.219734762 +0100
+++ groff_char.7 2009-08-15 16:35:20.206298385 +0100
@@ -1114,6 +1114,137 @@
.2e rs backslash u005C "reverse solidus"
.
.Pa
+.I Box drawing
+.P
+.C2 U2500 Uni2500 U2500 "Light Horizontal"
+.C2 U2501 Uni2501 U2501 "Heavy Horizontal"
+.C2 U2502 Uni2502 U2502 "Light Vertical"
+.C2 U2503 Uni2503 U2503 "Heavy Vertical"
+.C2 U2504 Uni2504 U2504 "Light Triple Dash Horizontal"
+.C2 U2505 Uni2505 U2505 "Heavy triple dash horizontal"
+.C2 u2506 uni2506 u2506 "Light triple dash vertical"
+.C2 u2507 uni2507 u2507 "Heavy triple dash vertical"
+.C2 u2508 uni2508 u2508 "Light quadruple dash horizontal"
+.C2 u2509 uni2509 u2509 "Heavy quadruple dash horizontal"
+.C2 u250a uni250a u250a "Light quadruple dash vertical"
+.C2 u250b uni250b u250b "Heavy quadruple dash vertical"
+.C2 u250c uni250c u250c "Light down and right"
+.C2 u250d uni250d u250d "Down light and right heavy"
+.C2 u250e uni250e u250e "Down heavy and right light"
+.C2 u250f uni250f u250f "Heavy down and right"
+.C2 u2510 uni2510 u2510 "Light down and left"
+.C2 u2511 uni2511 u2511 "Down light and left heavy"
+.C2 u2512 uni2512 u2512 "Down heavy and left light"
+.C2 u2513 uni2513 u2513 "Heavy down and left"
+.C2 u2514 uni2514 u2514 "Light up and right"
+.C2 u2515 uni2515 u2515 "Up light and right heavy"
+.C2 u2516 uni2516 u2516 "Up heavy and right light"
+.C2 u2517 uni2517 u2517 "Heavy up and right"
+.C2 u2518 uni2518 u2518 "Light up and left"
+.C2 u2519 uni2519 u2519 "Up light and left heavy"
+.C2 u251a uni251a u251a "Up heavy and left light"
+.C2 u251b uni251b u251b "Heavy up and left"
+.C2 u251c uni251c u251c "Light vertical and right"
+.C2 u251d uni251d u251d "Vertical light and right heavy"
+.C2 u251e uni251e u251e "Up heavy and right down light"
+.C2 u251f uni251f u251f "Down heavy and right up light"
+.C2 u2520 uni2520 u2520 "Vertical heavy and right light"
+.C2 u2521 uni2521 u2521 "Down light and right up heavy"
+.C2 u2522 uni2522 u2522 "Up light and right down heavy"
+.C2 u2523 uni2523 u2523 "Heavy vertical and right"
+.C2 u2524 uni2524 u2524 "Light vertical and left"
+.C2 u2525 uni2525 u2525 "Vertical light and left heavy"
+.C2 u2526 uni2526 u2526 "Up heavy and left down light"
+.C2 u2527 uni2527 u2527 "Down heavy and left up light"
+.C2 u2528 uni2528 u2528 "Vertical heavy and left light"
+.C2 u2529 uni2529 u2529 "Down light and left up heavy"
+.C2 u252a uni252a u252a "Up light and left down heavy"
+.C2 u252b uni252b u252b "Heavy vertical and left"
+.C2 u252c uni252c u252c "Light down and horizontal"
+.C2 u252d uni252d u252d "Left heavy and right down light"
+.C2 u252e uni252e u252e "Right heavy and left down light"
+.C2 u252f uni252f u252f "Down light and horizontal heavy"
+.C2 u2530 uni2530 u2530 "Down heavy and horizontal light"
+.C2 u2531 uni2531 u2531 "Right light and left down heavy"
+.C2 u2532 uni2532 u2532 "Left light and right down heavy"
+.C2 u2533 uni2533 u2533 "Heavy down and horizontal"
+.C2 u2534 uni2534 u2534 "Light up and horizontal"
+.C2 u2535 uni2535 u2535 "Left heavy and right up light"
+.C2 u2536 uni2536 u2536 "Right heavy and left up light"
+.C2 u2537 uni2537 u2537 "Up light and horizontal heavy"
+.C2 u2538 uni2538 u2538 "Up heavy and horizontal light"
+.C2 u2539 uni2539 u2539 "Right light and left up heavy"
+.C2 u253a uni253a u253a "Left light and right up heavy"
+.C2 u253b uni253b u253b "Heavy up and horizontal"
+.C2 u253c uni253c u253c "Light vertical and horizontal"
+.C2 u253d uni253d u253d "Left heavy and right vertical light"
+.C2 u253e uni253e u253e "Right heavy and left vertical light"
+.C2 u253f uni253f u253f "Vertical light and horizontal heavy"
+.C2 u2540 uni2540 u2540 "Up heavy and down horizontal light"
+.C2 u2541 uni2541 u2541 "Down heavy and up horizontal light"
+.C2 u2542 uni2542 u2542 "Vertical heavy and horizontal light"
+.C2 u2543 uni2543 u2543 "Left up heavy and right down light"
+.C2 u2544 uni2544 u2544 "Right up heavy and left down light"
+.C2 u2545 uni2545 u2545 "Left down heavy and right up light"
+.C2 u2546 uni2546 u2546 "Right down heavy and left up light"
+.C2 u2547 uni2547 u2547 "Down light and up horizontal heavy"
+.C2 u2548 uni2548 u2548 "Up light and down horizontal heavy"
+.C2 u2549 uni2549 u2549 "Right light and left vertical heavy"
+.C2 u254a uni254a u254a "Left light and right vertical heavy"
+.C2 u254b uni254b u254b "Heavy vertical and horizontal"
+.C2 u254c uni254c u254c "Light double dash horizontal"
+.C2 u254d uni254d u254d "Heavy double dash horizontal"
+.C2 u254e uni254e u254e "Light double dash vertical"
+.C2 u254f uni254f u254f "Heavy double dash vertical"
+.C2 u2550 uni2550 u2550 "Double horizontal"
+.C2 u2551 uni2551 u2551 "Double vertical"
+.C2 u2552 uni2552 u2552 "Down single and right double"
+.C2 u2553 uni2553 u2553 "Down double and right single"
+.C2 u2554 uni2554 u2554 "Double down and right"
+.C2 u2555 uni2555 u2555 "Down single and left double"
+.C2 u2556 uni2556 u2556 "Down double and left single"
+.C2 u2557 uni2557 u2557 "Double down and left"
+.C2 u2558 uni2558 u2558 "Up single and right double"
+.C2 u2559 uni2559 u2559 "Up double and right single"
+.C2 u255a uni255a u255a "Double up and right"
+.C2 u255b uni255b u255b "Up single and left double"
+.C2 u255c uni255c u255c "Up double and left single"
+.C2 u255d uni255d u255d "Double up and left"
+.C2 u255e uni255e u255e "Vertical single and right double"
+.C2 u255f uni255f u255f "Vertical double and right single"
+.C2 u2560 uni2560 u2560 "Double vertical and right"
+.C2 u2561 uni2561 u2561 "Vertical single and left double"
+.C2 u2562 uni2562 u2562 "Vertical double and left single"
+.C2 u2563 uni2563 u2563 "Double vertical and left"
+.C2 u2564 uni2564 u2564 "Down single and horizontal double"
+.C2 u2565 uni2565 u2565 "Down double and horizontal single"
+.C2 u2566 uni2566 u2566 "Double down and horizontal"
+.C2 u2567 uni2567 u2567 "Up single and horizontal double"
+.C2 u2568 uni2568 u2568 "Up double and horizontal single"
+.C2 u2569 uni2569 u2569 "Double up and horizontal"
+.C2 u256a uni256a u256a "Vertical single and horizontal double"
+.C2 u256b uni256b u256b "Vertical double and horizontal single"
+.C2 u256c uni256c u256c "Double vertical and horizontal"
+.C2 u256d uni256d u256d "Light arc down and right"
+.C2 u256e uni256e u256e "Light arc down and left"
+.C2 u256f uni256f u256f "Light arc up and left"
+.C2 u2570 uni2570 u2570 "Light arc up and right"
+.C2 u2571 uni2571 u2571 "Light diagonal upper right to lower left"
+.C2 u2572 uni2572 u2572 "Light diagonal upper left to lower right"
+.C2 u2573 uni2573 u2573 "Light diagonal cross"
+.C2 u2574 uni2574 u2574 "Light left"
+.C2 u2575 uni2575 u2575 "Light up"
+.C2 u2576 uni2576 u2576 "Light right"
+.C2 u2577 uni2577 u2577 "Light down"
+.C2 u2578 uni2578 u2578 "Heavy left"
+.C2 u2579 uni2579 u2579 "Heavy up"
+.C2 u257a uni257a u257a "Heavy right"
+.C2 u257b uni257b u257b "Heavy down"
+.C2 u257c uni257c u257c "Light left and heavy right"
+.C2 u257d uni257d u257d "Light up and heavy down"
+.C2 u257e uni257e u257e "Heavy left and light right"
+.C2 u257f uni257f u257f "Heavy up and light down"
+.pa
.I Text markers
.P
.2s ci circle u25CB "+"
--- End Message ---