termcol: move generated xcolors include to data/
[sheet.git] / shiar.inc.txt
index 4f66a7110ebdbff3ed1b9b1b7722f47b24b29342..611c224bcfa383ab7ac6e91907d78fc19c3165bf 100644 (file)
@@ -61,11 +61,25 @@ m/ ₥
 # useful characters
 3: …  # opposite of ⋮ (more logical would be to swap with .3 ⋯)
 .> ‣  # similar to .=
+.1 ․  # obvious location, even though ‥ and … are at inconsistent .. and 3:
+** ⁑
+*3 ⁂
+8< ✂  # ascii scissors
+:* ☃  # unicodesnowmanforyou.com
+0Q ◔  # quarter black
+0q ◕  # quarter not black, completes sequence 0m 0q 0R 0Q 0M
+
+# missing mathematical symbols
 (/ ⊄  # similar to (_
 )/ ⊅  # similar to )_
 (+ ∉  # (- with stroke
 +) ∌  # -) with stroke
 !3 ≢  # !=3
++T ⊤  # inverse -T
+*+ ⋆  # apl star operator
+
+# circled maths
+*0 ⍟  # circle star, 0* is asterisk
 0X ⊗  # *X like 0.
 +0 ⊕  # 0+ already in use
 0/ ⊘
@@ -79,8 +93,8 @@ m/ ₥
 0! ⦶  # no circled exclamation mark
 0I ⌽  # circle stile
 0T ⍉  # circle backslash = APL Transpose
-*+ ⋆  # star operator
-*0 ⍟  # circle star, 0* is asterisk
+
+# greek-derived symbols
 *a ⍺  # a* apl
 *i ⍳  # i* apl
 *I ⍸  # shifted *i
@@ -91,13 +105,8 @@ m/ ₥
 *k ϗ  # k* abbreviation
 *R ϱ  # tailed r* symbol
 *h ϑ  # script h* symbol
-.1 ․  # obvious location, even though ‥ and … are at inconsistent .. and 3:
-** ⁑
-*3 ⁂
-8< ✂  # ascii scissors
-:* ☃  # unicodesnowmanforyou.com
-0Q ◔  # quarter black
-0q ◕  # quarter not black, completes sequence 0m 0q 0R 0Q 0M
+
+# diagonal arrows
 /! ↗  # /> in use
 v/ ↙  # </ in use
 !/ ↖  # /< (home)
@@ -150,7 +159,8 @@ C) ☕  # coffee; ms (c) yahoo ~O)
 ~@ 💩  # poo; gmail ~@~
 +O 🍎  # apple (also private U+F8FF)
 X) ❖  # turned microsoft logo (similar to ms (xx) xbox logo)
-# faces
+
+# smiley faces
 :o 😲  # astonished; ms surprised
 :D 😃  # open mouth :smiley:
 B) 😎  # sunglasses; cool; ms (H)
@@ -166,12 +176,13 @@ TT 😢  # cry; :'(
 >( 😠  # angry; ms :@ yahoo/skype X( facebook >:( twitch >(
 :x 😚  # kissing; gmail :* or :-x (mad in ms)
 :z 😴  # sleeping; twitch bored :z (sleepy 😪 tired 😫)
+
 # animals
 @_ 🐌  # snail
 :@ 🐷  # pig; gmail :(:) ms yahoo :@)
 #:3 🐱  # cat; ms (@) facebook/skype :3 (already in use, as is :X)
 :> 🐔  # chicken; yahoo ~:>
-<) 🐧  # penguin; facebook <(")
+(> 🐧  # penguin; facebook <(")
 
 # obvious line drawing gaps
 ll ╴
@@ -536,7 +547,7 @@ rp ɻ
 Rp ʁ
 mL ɰ  # like rL (XXX mp?)
 
-# small caps (also possible at *s)
+# small caps (*c)
 bc ʙ
 gc ɢ
 hc ʜ
@@ -624,11 +635,11 @@ EK ㅖ
 0A ٠
 
 # common formatting control
-ZS   # ZWSP; capitals like other Cc
-ZN   # ZWNJ;                           less obvious alt: 'Z
-ZW   # ZWJ; ZJ somewhy used for tsadi; less obvious alt: "Z
-LR   # LRM
-RL   # RLM; keep rl for ɼ
+ZS \8203  # ZWSP; capitals like other Cc
+ZN \8204  # ZWNJ;                           less obvious alt: 'Z
+ZW \8205  # ZWJ; ZJ somewhy used for tsadi; less obvious alt: "Z
+LR \8206  # LRM
+RL \8207  # RLM; keep rl for ɼ
 
 ###
 # under development or temporary
@@ -652,7 +663,6 @@ $?: ῟ # dasia+peris
 $?; ῎ # psili+oxia
 
 # undecided
-$!D ‼ # !! in use
 $<> ♦
 $ud ↨ # UD with base
 $FS   # figure space
@@ -695,3 +705,70 @@ $Dr ╓
 $Vh ╫
 $vH ╪
 
+$\@ \0  # NUL NU \0
+$\A \ 1  # SOH SH
+$\B \ 2  # STX SX
+$\C \ 3  # ETX EX
+$\D \ 4  # EOT ET
+$\E \ 5  # ENQ EQ
+$\F \ 6  # ACK AK
+$\G \a  # BEL BL \a
+$\H \b  # BS  BS \b
+$\I      # TAB HT \t
+$\J \0  # LF  LF \n  #TODO literal newline
+$\K \v  # VT  VT \v
+$\L \f  # FF  FF \f
+$\M \r  # CR  CR \r
+$\N \ e  # SO  SO
+$\O \ f  # SI  SI
+$\P \10  # DLE DL
+$\Q \11  # DC1 D1
+$\R \12  # DC2 D2
+$\S \13  # DC3 D3
+$\T \14  # DC4 D4
+$\U \15  # NAK NK
+$\V \16  # SYN SY
+$\W \17  # ETB EB
+$\X \18  # CAN CN
+$\Y \19  # EM  EM
+$\Z \1a  # SUB SB
+$\[ \e  # ESC EC \e
+$\\ \1c  # FS  FS
+$\] \1d  # GS  GS
+$\^ \1e  # RS  RS
+$\_ \1f  # US  US
+$\? \7f  # DEL DT
+
+$\` \128  # PAD PA
+$\a \129  # HOP HO
+$\b \130  # BPH
+$\c \131  # NBH
+$\d \132  # IND
+$\e \133  # NEL
+$\f \134  # SSA
+$\g \135  # ESA
+$\h \136  # HTS
+$\i \137  # HTJ
+$\j \138  # VTS
+$\k \139  # PLD
+$\l \140  # PLU
+$\m \141  # RI
+$\n \142  # SS2
+$\o \143  # SS3
+$\p \144  # DCS
+$\q \145  # PU1
+$\r \146  # PU2
+$\s \147  # STS
+$\t \148  # CCH
+$\u \149  # MW
+$\v \150  # SPA
+$\w \151  # EPA
+$\x \152  # SOS
+$\y \153  # SGCI
+$\z \115  # ASCI
+$\{ \155  # CSI
+$\| \156  # ST
+$\} \157  # OSC
+$\~ \158  # PM
+$\! \159  # APC
+