texlive[63394] Master: symbats3 (24may22)

commits+karl at tug.org commits+karl at tug.org
Tue May 24 22:26:49 CEST 2022


Revision: 63394
          http://tug.org/svn/texlive?view=revision&revision=63394
Author:   karl
Date:     2022-05-24 22:26:49 +0200 (Tue, 24 May 2022)
Log Message:
-----------
symbats3 (24may22)

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tlpkg-ctan-check
    trunk/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/fonts/symbats3/
    trunk/Master/texmf-dist/doc/fonts/symbats3/MANIFEST
    trunk/Master/texmf-dist/doc/fonts/symbats3/README.md
    trunk/Master/texmf-dist/doc/fonts/symbats3/VERSION
    trunk/Master/texmf-dist/doc/fonts/symbats3/codepoint.tex
    trunk/Master/texmf-dist/doc/fonts/symbats3/latexname.tex
    trunk/Master/texmf-dist/doc/fonts/symbats3/symbats3.pdf
    trunk/Master/texmf-dist/doc/fonts/symbats3/symbats3.tex
    trunk/Master/texmf-dist/doc/fonts/symbats3/unicodename.tex
    trunk/Master/texmf-dist/tex/latex/symbats3/
    trunk/Master/texmf-dist/tex/latex/symbats3/symbats3.sty
    trunk/Master/tlpkg/tlpsrc/symbats3.tlpsrc

Added: trunk/Master/texmf-dist/doc/fonts/symbats3/MANIFEST
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/symbats3/MANIFEST	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/fonts/symbats3/MANIFEST	2022-05-24 20:26:49 UTC (rev 63394)
@@ -0,0 +1,10 @@
+symbats3.tex
+symbats3.sty
+symbats3.pdf
+latexname.tex
+unicodename.tex
+codepoint.tex
+MANIFEST
+README.fd
+VERSION
+

Added: trunk/Master/texmf-dist/doc/fonts/symbats3/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/symbats3/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/fonts/symbats3/README.md	2022-05-24 20:26:49 UTC (rev 63394)
@@ -0,0 +1,163 @@
+
+[//]: # (symbats3 LaTeX class)
+
+# symbats3
+
+This is the README.md file for the symbats3 draft LaTeX class (2022-05-23)
+
+## Summary
+
+The _symbats3_ package makes available for LaTeX the glyphs in Feòrag’s
+Symbats3 neopagan dingbats fonts.
+
+## Font installation
+
+The fonts must be downloaded separately from Feòrag’s web site at
+https://www.feorag.com/freestuff/symbats.html
+
+Install them into your computer according to your operating system’s
+instructions, usually:
+
+### Linux
+Run the Font Manager app, click + and select the font files to install.
+
+### Mac OS X
+Run the Font Book app, click the Add button in the Font Book toolbar, locate and select a font, then click Open. Drag the font file to the Font Book app icon in the Dock. Double-click the font file in the Finder, then click Install Font in the dialog that appears.
+
+### Windows:
+Run Directory Explorer (what used to be called My Computer), right-click on each font file where you downloaded it, and select Install.
+
+## Automated package installation
+
+If this class is distributed from CTAN, it should be in a zip
+file (https://ctan.org/pkg/symbats3) which allows it to be installed
+automatically by the TeX Live Manager (tlmgr) and similar automated
+installers.
+
+If you are using automated LaTeX package installation, no further action
+is required: the package will be installed the first time you use it in
+a LaTeX document.
+
+## Manual installation
+
+Install the package file symbats3.sty into your Personal TeX Folder (create it if it does not already exist), eg
+
+### Linux
+```
+/texmf/tex/latex/symbats3
+```
+### Mac OS X
+```
+/Library/texmf/tex/latex/symbats3
+```
+### Windows
+(Win95–XP)
+```
+C:\texmf\tex\latex\symbats3
+```
+(Win 7–11)
+```
+Computer\System\Users\your~name\texmf
+```
+
+Note that MiKTeX users MUST add their Personal TeX Folder to their MiKTeX root when it is created; and MUST refresh their Font Name DataBase (FNDB) utility after installation: see the link below. No action is required for other systems.
+
+See http://latex.silmaril.ie/formattinginformation/personal.html for more information about your Personal TeX Folder and about how to use it in MiKTeX.
+
+
+## Installation on shared systems
+
+On multi-user systems (Unix-based), identify the shared local directory
+tree with the command
+
+```
+$ kpsewhich -expand-var '$TEXMFLOCAL'
+```
+
+This will give you the location of the shared `texmf` directory into
+which you must unzip these files.
+
+Do not forget to run your local TeX filename database indexer program
+(_texhash_ or _mktexlsr_) after installation, otherwise the files will
+not be found by LaTeX and nothing will work!
+
+
+## Manual installation (older non-TDS systems)
+
+To install this software manually, download and unzip the 
+file into a temporary directory and move the class and/or package
+file[s] and other files to the proper locations where LaTeX will find
+them on your system. This is referred to in some documentation as “the
+`TEXINPUTS` directory”, although it may be called something else on your
+system.
+
+_It is your responsibility to know where this location is._ See the
+question in the TeX FAQ at https://texfaq.org/FAQ-inst-wlcf.html for
+more information. If you do not know, or cannot find it, or do not have
+access to it, your TeX system may be out of date and may need replacing.
+
+## Online systems and “last resort” systems
+
+Some online LaTeX systems use CTAN, so a package from there should be
+available on demand. For other online LaTeX systems where you do not
+have access to the file system, unzip the file into a
+temporary directory and upload the files to the online system. Follow
+their instructions for where to put them.
+
+In an emergency, or as a last resort on unmanageable systems, it is
+possible simply to put the class and/or package file[s] into your
+current working directory (the same folder as your `.tex` file[s]).
+
+While this may work, it is not supported, and may lead to other
+resources (packages, fonts, images etc) not being found.
+
+
+## Usage
+
+Include the line shown below in the Preamble of your LaTeX document:
+
+```LaTeX
+\usepackage[options]{symbats3}
+```
+Read the documentation for the options available, if
+any. The documentation is distributed as a PDF document in the zip file.
+You can also regenerate it by typesetting the `symbats3.tex` file with
+`xelatex` (and `biber`) in the normal way.
+
+
+## Bugs and TODO
+
+No outstanding reported bugs at the time of this version.
+
+For TODO items, see the PDF documentation.
+
+
+## Copyright
+
+The following statement is included in the source code:
+```
+%%
+%% This is file `symbats3.sty'
+%%
+%% This work has the LPPL maintenance status ‘maintained’.
+%%
+%% The source is maintained by Peter Flynn at Silmaril Consultants.
+%% Please report all bugs and comments to <peter at silmaril.ie>
+%% 
+%% Copyright (c) 2021–2022 Peter Flynn and Silmaril Consultants
+%% 
+%% --------------------------------------------------------------------------
+%% 
+%% This file may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3c
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%    https://www.latex-project.org/lppl.txt
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%%     peter at silmaril.ie
+%%
+```
+
+


Property changes on: trunk/Master/texmf-dist/doc/fonts/symbats3/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/fonts/symbats3/VERSION
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/symbats3/VERSION	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/fonts/symbats3/VERSION	2022-05-24 20:26:49 UTC (rev 63394)
@@ -0,0 +1 @@
+Date of most recent change is 2022-05-23

Added: trunk/Master/texmf-dist/doc/fonts/symbats3/codepoint.tex
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/symbats3/codepoint.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/fonts/symbats3/codepoint.tex	2022-05-24 20:26:49 UTC (rev 63394)
@@ -0,0 +1,1550 @@
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+\hypertarget{U+0021}{U+0021}
+&!&Exclamation Mark&\moonwaxfullwaneoutline&moonwaxfullwaneoutline&
+&
+\\
+\hypertarget{U+0022}{U+0022}
+&“&Quotation Mark&\valknutsolid&valknutsolid&
+&
+\\
+\hypertarget{U+0023}{U+0023}
+&\#&Number Sign&\oldgemini&oldgemini&
+\hyperlink{U+264A}{U+264A}
+&
+\\
+\hypertarget{U+0024}{U+0024}
+&\$&Dollar Sign&\moonfirstquarteroutline&moonfirstquarteroutline&
+&
+\\
+\hypertarget{U+0025}{U+0025}
+&\%&Percent Sign&\moonnew&moonnew&
+&
+\\
+\hypertarget{U+0026}{U+0026}
+&\&&Ampersand&\oldmoonwaningoutline&oldmoonwaningoutline&
+\hyperlink{U+263E}{U+263E}
+&
+\\
+\hypertarget{U+0027}{U+0027}
+&'&Apostrophe&\lightning&lightning&
+&
+\\
+\hypertarget{U+0028}{U+0028}
+&(&Left Parenthesis&\moonfirstquartersolid&moonfirstquartersolid&
+&
+\\
+\hypertarget{U+0029}{U+0029}
+&)&Right Parenthesis&\moonfull&moonfull&
+&
+\\
+\hypertarget{U+002A}{U+002A}
+&*&Asterisk&\moonwaxingsolid&moonwaxingsolid&
+&
+\\
+\hypertarget{U+002B}{U+002B}
+&+&Plus Sign&\moonwaningsolid&moonwaningsolid&
+&
+\\
+\hypertarget{U+002C}{U+002C}
+&\,&Comma&\oldceres&oldceres&
+\hyperlink{U+26B3}{U+26B3}
+&
+\\
+\hypertarget{U+002D}{U+002D}
+&-&Hyphen-Minus&\sunthreedoublespokes&sunthreedoublespokes&
+&
+\\
+\hypertarget{U+002E}{U+002E}
+&.&Full Stop&\sulphur&sulphur&
+&
+\\
+\hypertarget{U+002F}{U+002F}
+&/&Solidus&\crossedstaff&crossedstaff&
+&
+\\
+\hypertarget{U+0030}{U+0030}
+&0&Digit Zero&\sunfourspokes&sunfourspokes&
+&
+\\
+\hypertarget{U+0031}{U+0031}
+&1&Digit One&\sunwithrays&sunwithrays&
+&
+\\
+\hypertarget{U+0032}{U+0032}
+&2&Digit Two&\sunwithraysfourspokes&sunwithraysfourspokes&
+&
+\\
+\hypertarget{U+0033}{U+0033}
+&3&Digit Three&\oldsuncoronafourspokes&oldsuncoronafourspokes&
+\hyperlink{U+0038}{U+0038}
+&
+\\
+\hypertarget{U+0034}{U+0034}
+&4&Digit Four&\octile&octile&
+&
+\\
+\hypertarget{U+0035}{U+0035}
+&5&Digit Five&\sun&sun&
+&
+\\
+\hypertarget{U+0036}{U+0036}
+&6&Digit Six&\sunfourdoublespokes&sunfourdoublespokes&
+&
+\\
+\hypertarget{U+0037}{U+0037}
+&7&Digit Seven&\suneightspokes&suneightspokes&
+&
+\\
+\hypertarget{U+0038}{U+0038}
+&8&Digit Eight&\suncoronafourspokes&suncoronafourspokes&
+\hyperlink{U+0033}{U+0033}
+&
+\\
+\hypertarget{U+0039}{U+0039}
+&9&Digit Nine&\suncoronahubfourspokes&suncoronahubfourspokes&
+&
+\\
+\hypertarget{U+003A}{U+003A}
+&:&Colon&\valknutoutline&valknutoutline&
+&
+\\
+\hypertarget{U+003B}{U+003B}
+&;&Semicolon&\stareightarrows&stareightarrows&
+&
+\\
+\hypertarget{U+003C}{U+003C}
+&\<&Less-Than Sign&\oldearth&oldearth&
+\hyperlink{U+2641}{U+2641}
+&
+\\
+\hypertarget{U+003D}{U+003D}
+&=&Equals Sign&\suncoronasixspokes&suncoronasixspokes&
+&
+\\
+\hypertarget{U+003E}{U+003E}
+&\>&Greater-Than Sign&\recipe&recipe&
+&
+\\
+\hypertarget{U+003F}{U+003F}
+&?&Question Mark&\celtictrefoilknotopen&celtictrefoilknotopen&
+&
+\\
+\hypertarget{U+0040}{U+0040}
+&@&Commercial At&\moonwaxfullwanesolid&moonwaxfullwanesolid&
+&
+\\
+\hypertarget{U+0041}{U+0041}
+&A&Latin Capital Letter A&\whiteknifesouth&whiteknifesouth&
+&
+\\
+\hypertarget{U+0042}{U+0042}
+&B&Latin Capital Letter B&\oldsextile&oldsextile&
+\hyperlink{U+26B9}{U+26B9}
+&
+\\
+\hypertarget{U+0043}{U+0043}
+&C&Latin Capital Letter C&\oldconjunction&oldconjunction&
+\hyperlink{U+260C}{U+260C}
+&
+\\
+\hypertarget{U+0044}{U+0044}
+&D&Latin Capital Letter D&\whiteknifeeast&whiteknifeeast&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+\hypertarget{U+0045}{U+0045}
+&E&Latin Capital Letter E&\pentagraminvintLcircled&pentagraminvintLcircled&
+&
+\hyperlink{U+00C9}{U+00C9}
+\\
+\hypertarget{U+0046}{U+0046}
+&F&Latin Capital Letter F&\whiteknifewest&whiteknifewest&
+&
+\\
+\hypertarget{U+0047}{U+0047}
+&G&Latin Capital Letter G&\mazesquarebase&mazesquarebase&
+&
+\\
+\hypertarget{U+0048}{U+0048}
+&H&Latin Capital Letter H&\mazeround&mazeround&
+&
+\\
+\hypertarget{U+0049}{U+0049}
+&I&Latin Capital Letter I&\pentagraminvintRsolid&pentagraminvintRsolid&
+&
+\hyperlink{none}{none}
+\\
+\hypertarget{U+004A}{U+004A}
+&J&Latin Capital Letter J&\rockartgoddess&rockartgoddess&
+&
+\\
+\hypertarget{U+004B}{U+004B}
+&K&Latin Capital Letter K&\rockarthorse&rockarthorse&
+&
+\\
+\hypertarget{U+004C}{U+004C}
+&L&Latin Capital Letter L&\labrys&labrys&
+&
+\\
+\hypertarget{U+004D}{U+004D}
+&M&Latin Capital Letter M&\dupsunfourspokes&dupsunfourspokes&
+&
+\\
+\hypertarget{U+004E}{U+004E}
+&N&Latin Capital Letter N&\oldsquare&oldsquare&
+\hyperlink{U+25A1}{U+25A1}
+&
+\\
+\hypertarget{U+004F}{U+004F}
+&O&Latin Capital Letter O&\pentagramroughinvsolid&pentagramroughinvsolid&
+&
+\hyperlink{U+006F}{U+006F}
+\\
+\hypertarget{U+0050}{U+0050}
+&P&Latin Capital Letter P&\pentagramintRtriangle&pentagramintRtriangle&
+&
+\\
+\hypertarget{U+0051}{U+0051}
+&Q&Latin Capital Letter Q&\pentagraminvcircled&pentagraminvcircled&
+&
+\hyperlink{U+0071}{U+0071}
+\\
+\hypertarget{U+0052}{U+0052}
+&R&Latin Capital Letter R&\pentagraminvintL&pentagraminvintL&
+&
+\hyperlink{U+0154}{U+0154}
+\\
+\hypertarget{U+0053}{U+0053}
+&S&Latin Capital Letter S&\whiteknifenorth&whiteknifenorth&
+&
+\\
+\hypertarget{U+0054}{U+0054}
+&T&Latin Capital Letter T&\pentagramroughinvcircled&pentagramroughinvcircled&
+&
+\\
+\hypertarget{U+0055}{U+0055}
+&U&Latin Capital Letter U&\oldpentagraminvsolid&oldpentagraminvsolid&
+\hyperlink{U+00CD}{U+00CD}
+&
+\\
+\hypertarget{U+0056}{U+0056}
+&V&Latin Capital Letter V&\oldopposition&oldopposition&
+\hyperlink{U+260D}{U+260D}
+&
+\\
+\hypertarget{U+0057}{U+0057}
+&W&Latin Capital Letter W&\oldpentagraminv&oldpentagraminv&
+\hyperlink{U+26E7}{U+26E7}
+&
+\\
+\hypertarget{U+0058}{U+0058}
+&X&Latin Capital Letter X&\oldascendingnode&oldascendingnode&
+\hyperlink{U+260A}{U+260A}
+&
+\\
+\hypertarget{U+0059}{U+0059}
+&Y&Latin Capital Letter Y&\pentagramroughinv&pentagramroughinv&
+&
+\\
+\hypertarget{U+005A}{U+005A}
+&Z&Latin Capital Letter Z&\olddescendingnode&olddescendingnode&
+\hyperlink{U+260B}{U+260B}
+&
+\\
+\hypertarget{U+005B}{U+005B}
+&[&Left Square Bracket&\fireelement&fireelement&
+&
+\\
+\hypertarget{U+005C}{U+005C}
+&\textbackslash&Reverse Solidus&\serpentimpaled&serpentimpaled&
+&
+\\
+\hypertarget{U+005D}{U+005D}
+&]&Right Square Bracket&\airelement&airelement&
+&
+\\
+\hypertarget{U+005E}{U+005E}
+&\^{}&Circumflex Accent&\moonlastquarteroutline&moonlastquarteroutline&
+&
+\\
+\hypertarget{U+005F}{U+005F}
+&\_&Low Line&\moonlastquartersolid&moonlastquartersolid&
+&
+\\
+\hypertarget{U+0060}{U+0060}
+&\`{}&Grave Accent&\oldmercury&oldmercury&
+\hyperlink{U+263F}{U+263F}
+&
+\\
+\hypertarget{U+0061}{U+0061}
+&a&Latin Small Letter A&\athamesouth&athamesouth&
+&
+\\
+\hypertarget{U+0062}{U+0062}
+&b&Latin Small Letter B&\olduranus&olduranus&
+\hyperlink{U+2645}{U+2645}
+&
+\\
+\hypertarget{U+0063}{U+0063}
+&c&Latin Small Letter C&\oldjupiter&oldjupiter&
+\hyperlink{U+2643}{U+2643}
+&
+\\
+\hypertarget{U+0064}{U+0064}
+&d&Latin Small Letter D&\athameeast&athameeast&
+&
+\\
+\hypertarget{U+0065}{U+0065}
+&e&Latin Small Letter E&\pentagramintRcircled&pentagramintRcircled&
+&
+\hyperlink{U+00E9}{U+00E9}
+\\
+\hypertarget{U+0066}{U+0066}
+&f&Latin Small Letter F&\athamewest&athamewest&
+&
+\\
+\hypertarget{U+0067}{U+0067}
+&g&Latin Small Letter G&\hammer&hammer&
+&
+\\
+\hypertarget{U+0068}{U+0068}
+&h&Latin Small Letter H&\awen&awen&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+\hypertarget{U+0069}{U+0069}
+&i&Latin Small Letter I&\oldpentagramintRsolid&oldpentagramintRsolid&
+\hyperlink{U+00ED}{U+00ED}
+&
+\\
+\hypertarget{U+006A}{U+006A}
+&j&Latin Small Letter J&\fylfotilkley&fylfotilkley&
+&
+\\
+\hypertarget{U+006B}{U+006B}
+&k&Latin Small Letter K&\aegishjalmur&aegishjalmur&
+&
+\\
+\hypertarget{U+006C}{U+006C}
+&l&Latin Small Letter L&\eightsabbats&eightsabbats&
+&
+\\
+\hypertarget{U+006D}{U+006D}
+&m&Latin Small Letter M&\oldpluto&oldpluto&
+\hyperlink{U+2647}{U+2647}
+&
+\\
+\hypertarget{U+006E}{U+006E}
+&n&Latin Small Letter N&\oldneptune&oldneptune&
+\hyperlink{U+2646}{U+2646}
+&
+\\
+\hypertarget{U+006F}{U+006F}
+&o&Latin Small Letter O&\pentagramroughsolid&pentagramroughsolid&
+&
+\hyperlink{U+004F}{U+004F}
+\\
+\hypertarget{U+0070}{U+0070}
+&p&Latin Small Letter P&\pentagramwithtriangle&pentagramwithtriangle&
+&
+\\
+\hypertarget{U+0071}{U+0071}
+&q&Latin Small Letter Q&\pentagramcircled&pentagramcircled&
+&
+\hyperlink{U+0051}{U+0051}
+\\
+\hypertarget{U+0072}{U+0072}
+&r&Latin Small Letter R&\oldpentagramintR&oldpentagramintR&
+\hyperlink{U+26E5}{U+26E5}
+&
+\hyperlink{U+0155}{U+0155}
+\\
+\hypertarget{U+0073}{U+0073}
+&s&Latin Small Letter S&\athamenorth&athamenorth&
+&
+\\
+\hypertarget{U+0074}{U+0074}
+&t&Latin Small Letter T&\pentagramroughcircled&pentagramroughcircled&
+&
+\\
+\hypertarget{U+0075}{U+0075}
+&u&Latin Small Letter U&\pentagramsolid&pentagramsolid&
+&
+\\
+\hypertarget{U+0076}{U+0076}
+&v&Latin Small Letter V&\oldsaturn&oldsaturn&
+\hyperlink{U+2644}{U+2644}
+&
+\\
+\hypertarget{U+0077}{U+0077}
+&w&Latin Small Letter W&\oldpentagram&oldpentagram&
+\hyperlink{U+26E4}{U+26E4}
+&
+\\
+\hypertarget{U+0078}{U+0078}
+&x&Latin Small Letter X&\mars&mars&
+&
+\\
+\hypertarget{U+0079}{U+0079}
+&y&Latin Small Letter Y&\pentagramrough&pentagramrough&
+&
+\\
+\hypertarget{U+007A}{U+007A}
+&z&Latin Small Letter Z&\venus&venus&
+&
+\\
+\hypertarget{U+007B}{U+007B}
+&\{&Left Curly Bracket&\waterelement&waterelement&
+&
+\\
+\hypertarget{U+007C}{U+007C}
+&\|&Vertical Line&\celtictrefoilknotsolid&celtictrefoilknotsolid&
+&
+\\
+\hypertarget{U+007D}{U+007D}
+&\}&Right Curly Bracket&\earthelement&earthelement&
+&
+\\
+\hypertarget{U+007E}{U+007E}
+&\~{}&Tilde&\vargemini&vargemini&
+&
+\\
+\hypertarget{U+00A1}{U+00A1}
+&¡&Inv Exclamation Mark&\oldaries&oldaries&
+\hyperlink{U+2648}{U+2648}
+&
+\\
+\hypertarget{U+00A2}{U+00A2}
+&¢&Cent Sign&\oldcancer&oldcancer&
+\hyperlink{U+264B}{U+264B}
+&
+\\
+\hypertarget{U+00A3}{U+00A3}
+&£&Pound Sign&\oldmoonwaxingoutline&oldmoonwaxingoutline&
+\hyperlink{U+263D}{U+263D}
+&
+\\
+\hypertarget{U+00A7}{U+00A7}
+&§&Section Sign&\oldvirgo&oldvirgo&
+\hyperlink{U+264D}{U+264D}
+&
+\\
+\hypertarget{U+00AA}{U+00AA}
+&ª&Feminine Ordinal Indicator&\oldsaggitarius&oldsaggitarius&
+\hyperlink{U+2650}{U+2650}
+&
+\\
+\hypertarget{U+00B6}{U+00B6}
+&¶&Pilcrow Sign&\oldlibra&oldlibra&
+\hyperlink{U+264E}{U+264E}
+&
+\\
+\hypertarget{U+00BA}{U+00BA}
+&º&Masculine Ordinal Indicator&\oldcapricorn&oldcapricorn&
+\hyperlink{U+2651}{U+2651}
+&
+\\
+\hypertarget{U+00C0}{U+00C0}
+&À&Latin Capital Letter A with Grave&\powergoingforth&powergoingforth&
+&
+\\
+\hypertarget{U+00C5}{U+00C5}
+&Å&Latin Capital Letter A with Ring Above&\samhuinn&samhuinn&
+&
+\\
+\hypertarget{U+00C8}{U+00C8}
+&È&Latin Capital Letter E with Grave&\parting&parting&
+&
+\\
+\hypertarget{U+00C9}{U+00C9}
+&É&Latin Capital Letter E with Acute&\pentagraminvintRcircled&pentagraminvintRcircled&
+&
+\hyperlink{U+0045}{U+0045}
+\\
+\hypertarget{U+00CC}{U+00CC}
+&Ì&Latin Capital Letter I with Grave&\beltane&beltane&
+&
+\\
+\hypertarget{U+00CD}{U+00CD}
+&Í&Latin Capital Letter I with Acute&\pentagraminvsolid&pentagraminvsolid&
+\hyperlink{U+0055}{U+0055}
+&
+\\
+\hypertarget{U+00CE}{U+00CE}
+&Î&Latin Capital Letter I with Circumflex&\imbolc&imbolc&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+\hypertarget{U+00CF}{U+00CF}
+&Ï&Latin Capital Letter I with Diaeresis&\eostre&eostre&
+&
+\\
+\hypertarget{U+00D3}{U+00D3}
+&Ó&Latin Capital Letter O with Acute&\venusfigureoutline&venusfigureoutline&
+&
+\\
+\hypertarget{U+00D4}{U+00D4}
+&Ô&Latin Capital Letter O with Circumflex&\lughnasadh&lughnasadh&
+&
+\\
+\hypertarget{U+00D9}{U+00D9}
+&Ù&Latin Capital Letter U with Grave&\perfectcouplethirddegree&perfectcouplethirddegree&
+&
+\\
+\hypertarget{U+00E0}{U+00E0}
+&à&Latin Small Letter A with Grave&\oldankh&oldankh&
+\hyperlink{U+2625}{U+2625}
+&
+\\
+\hypertarget{U+00E8}{U+00E8}
+&è&Latin Small Letter E with Grave&\salute&salute&
+&
+\\
+\hypertarget{U+00E9}{U+00E9}
+&é&Latin Small Letter E with Acute&\pentagramintLcircled&pentagramintLcircled&
+&
+\hyperlink{U+0065}{U+0065}
+\\
+\hypertarget{U+00EC}{U+00EC}
+&ì&Latin Small Letter I with Grave&\scourge&scourge&
+&
+\\
+\hypertarget{U+00ED}{U+00ED}
+&í&Latin Small Letter I with Acute&\pentagramintRsolid&pentagramintRsolid&
+\hyperlink{U+0069}{U+0069}
+&
+\\
+\hypertarget{U+00F2}{U+00F2}
+&ò&Latin Small Letter O with Grave&\goddessasmoon&goddessasmoon&
+&
+\\
+\hypertarget{U+00F3}{U+00F3}
+&ó&Latin Small Letter O with Acute&\venusfiguresolid&venusfiguresolid&
+&
+\\
+\hypertarget{U+00F9}{U+00F9}
+&ù&Latin Small Letter U with Grave&\perfectcouple&perfectcouple&
+&
+\\
+\hypertarget{U+0132}{U+0132}
+&IJ&Latin Capital Ligature Ij&\yule&yule&
+&
+\\
+\hypertarget{U+0154}{U+0154}
+&Ŕ&Latin Capital Letter R with Acute&\pentagraminvintR&pentagraminvintR&
+&
+\hyperlink{U+0052}{U+0052}
+\\
+\hypertarget{U+0155}{U+0155}
+&ŕ&Latin Small Letter R with Acute&\oldpentagramintL&oldpentagramintL&
+\hyperlink{U+26E6}{U+26E6}
+&
+\\
+\hypertarget{U+1681}{U+1681}
+&ᚁ&Ogham Letter Beith&\OGbeith&OGbeith&
+&
+\\
+\hypertarget{U+1682}{U+1682}
+&ᚂ&Ogham Letter Luis&\OGluis&OGluis&
+&
+\\
+\hypertarget{U+1683}{U+1683}
+&ᚃ&Ogham Letter Fearn&\OGfearn&OGfearn&
+&
+\\
+\hypertarget{U+1684}{U+1684}
+&ᚄ&Ogham Letter Sail&\OGsail&OGsail&
+&
+\\
+\hypertarget{U+1685}{U+1685}
+&ᚅ&Ogham Letter Nion&\OGnion&OGnion&
+&
+\\
+\hypertarget{U+1686}{U+1686}
+&ᚆ&Ogham Letter Uath&\OGuath&OGuath&
+&
+\\
+\hypertarget{U+1687}{U+1687}
+&ᚇ&Ogham Letter Dair&\OGdair&OGdair&
+&
+\\
+\hypertarget{U+1688}{U+1688}
+&ᚈ&Ogham Letter Tinne&\OGtinne&OGtinne&
+&
+\\
+\hypertarget{U+1689}{U+1689}
+&ᚉ&Ogham Letter Coll&\OGcoll&OGcoll&
+&
+\\
+\hypertarget{U+168A}{U+168A}
+&ᚊ&Ogham Letter Ceirt&\OGceirt&OGceirt&
+&
+\\
+\hypertarget{U+168B}{U+168B}
+&ᚋ&Ogham Letter Muin&\OGmuin&OGmuin&
+&
+\\
+\hypertarget{U+168C}{U+168C}
+&ᚌ&Ogham Letter Gort&\OGgort&OGgort&
+&
+\\
+\hypertarget{U+168D}{U+168D}
+&ᚍ&Ogham Letter Ngeadal&\OGngeadal&OGngeadal&
+&
+\\
+\hypertarget{U+168E}{U+168E}
+&ᚎ&Ogham Letter Straif&\OGstraif&OGstraif&
+&
+\\
+\hypertarget{U+168F}{U+168F}
+&ᚏ&Ogham Letter Ruis&\OGruis&OGruis&
+&
+\\
+\hypertarget{U+1690}{U+1690}
+&ᚐ&Ogham Letter Ailm&\OGailm&OGailm&
+&
+\\
+\hypertarget{U+1691}{U+1691}
+&ᚑ&Ogham Letter Onn&\OGonn&OGonn&
+&
+\\
+\hypertarget{U+1692}{U+1692}
+&ᚒ&Ogham Letter Ur&\OGur&OGur&
+&
+\\
+\hypertarget{U+1693}{U+1693}
+&ᚓ&Ogham Letter Eadhadh&\OGeadhadh&OGeadhadh&
+&
+\\
+\hypertarget{U+1694}{U+1694}
+&ᚔ&Ogham Letter Iodhadh&\OGiodhadh&OGiodhadh&
+&
+\\
+\hypertarget{U+1695}{U+1695}
+&ᚕ&Ogham Letter Eabhadh&\OGeabhadh&OGeabhadh&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+\hypertarget{U+1696}{U+1696}
+&ᚖ&Ogham Letter Or&\OGor&OGor&
+&
+\\
+\hypertarget{U+1697}{U+1697}
+&ᚗ&Ogham Letter Uilleann&\OGuilleann&OGuilleann&
+&
+\\
+\hypertarget{U+1698}{U+1698}
+&ᚘ&Ogham Letter Ifin&\OGifin&OGifin&
+&
+\\
+\hypertarget{U+1699}{U+1699}
+&ᚙ&Ogham Letter Eamhancholl&\OGeamhancholl&OGeamhancholl&
+&
+\\
+\hypertarget{U+169A}{U+169A}
+&ᚚ&Ogham Letter Peith&\OGpeith&OGpeith&
+&
+\\
+\hypertarget{U+169B}{U+169B}
+&᚛&Ogham Feather Mark&\OGfeather&OGfeather&
+&
+\\
+\hypertarget{U+169C}{U+169C}
+&᚜&Ogham Reversed Feather Mark&\OGreversedfeather&OGreversedfeather&
+&
+\\
+\hypertarget{U+16A0}{U+16A0}
+&ᚠ&Runic Letter Fehu Feoh Fe F&\RUfehufeohfef&RUfehufeohfef&
+&
+\\
+\hypertarget{U+16A1}{U+16A1}
+&ᚡ&Runic Letter V&\RUv&RUv&
+&
+\\
+\hypertarget{U+16A2}{U+16A2}
+&ᚢ&Runic Letter Uruz Ur U&\RUuruzuru&RUuruzuru&
+&
+\\
+\hypertarget{U+16A3}{U+16A3}
+&ᚣ&Runic Letter Yr&\RUyr&RUyr&
+&
+\\
+\hypertarget{U+16A4}{U+16A4}
+&ᚤ&Runic Letter Y&\RUy&RUy&
+&
+\\
+\hypertarget{U+16A5}{U+16A5}
+&ᚥ&Runic Letter W&\RUw&RUw&
+&
+\\
+\hypertarget{U+16A6}{U+16A6}
+&ᚦ&Runic Letter Thurisaz Thurs Thorn&\RUthurisazthursthorn&RUthurisazthursthorn&
+&
+\\
+\hypertarget{U+16A7}{U+16A7}
+&ᚧ&Runic Letter Eth&\RUeth&RUeth&
+&
+\\
+\hypertarget{U+16A8}{U+16A8}
+&ᚨ&Runic Letter Ansuz A&\RUansuza&RUansuza&
+&
+\\
+\hypertarget{U+16A9}{U+16A9}
+&ᚩ&Runic Letter Os O&\RUoso&RUoso&
+&
+\\
+\hypertarget{U+16AA}{U+16AA}
+&ᚪ&Runic Letter Ac A&\RUaca&RUaca&
+&
+\\
+\hypertarget{U+16AB}{U+16AB}
+&ᚫ&Runic Letter Aesc&\RUaesc&RUaesc&
+&
+\\
+\hypertarget{U+16AC}{U+16AC}
+&ᚬ&Runic Letter Long-Branch-Oss O&\RUlongbranchosso&RUlongbranchosso&
+&
+\\
+\hypertarget{U+16AD}{U+16AD}
+&ᚭ&Runic Letter Short-Twig-Oss O&\RUshorttwigosso&RUshorttwigosso&
+&
+\\
+\hypertarget{U+16AE}{U+16AE}
+&ᚮ&Runic Letter O&\RUo&RUo&
+&
+\\
+\hypertarget{U+16AF}{U+16AF}
+&ᚯ&Runic Letter Oe&\RUoe&RUoe&
+&
+\\
+\hypertarget{U+16B0}{U+16B0}
+&ᚰ&Runic Letter On&\RUon&RUon&
+&
+\\
+\hypertarget{U+16B1}{U+16B1}
+&ᚱ&Runic Letter Raido Rad Reid R&\RUraidoradreidr&RUraidoradreidr&
+&
+\\
+\hypertarget{U+16B2}{U+16B2}
+&ᚲ&Runic Letter Kauna&\RUkauna&RUkauna&
+&
+\\
+\hypertarget{U+16B3}{U+16B3}
+&ᚳ&Runic Letter Cen&\RUcen&RUcen&
+&
+\\
+\hypertarget{U+16B4}{U+16B4}
+&ᚴ&Runic Letter Kaun K&\RUkaunk&RUkaunk&
+&
+\\
+\hypertarget{U+16B5}{U+16B5}
+&ᚵ&Runic Letter G&\RUg&RUg&
+&
+\\
+\hypertarget{U+16B6}{U+16B6}
+&ᚶ&Runic Letter Eng&\RUeng&RUeng&
+&
+\\
+\hypertarget{U+16B7}{U+16B7}
+&ᚷ&Runic Letter Gebo Gyfu G&\RUgebogyfug&RUgebogyfug&
+&
+\\
+\hypertarget{U+16B8}{U+16B8}
+&ᚸ&Runic Letter Gar&\RUgar&RUgar&
+&
+\\
+\hypertarget{U+16B9}{U+16B9}
+&ᚹ&Runic Letter Wunjo Wynn W&\RUwunjowynnw&RUwunjowynnw&
+&
+\\
+\hypertarget{U+16BA}{U+16BA}
+&ᚺ&Runic Letter Haglaz H&\RUhaglazh&RUhaglazh&
+&
+\\
+\hypertarget{U+16BB}{U+16BB}
+&ᚻ&Runic Letter Haegl H&\RUhaeglh&RUhaeglh&
+&
+\\
+\hypertarget{U+16BC}{U+16BC}
+&ᚼ&Runic Letter Long-Branch-Hagall H&\RUlongbranchhagallh&RUlongbranchhagallh&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+\hypertarget{U+16BD}{U+16BD}
+&ᚽ&Runic Letter Short-Twig-Hagall H&\RUshorttwighagallh&RUshorttwighagallh&
+&
+\\
+\hypertarget{U+16BE}{U+16BE}
+&ᚾ&Runic Letter Naudiz Nyd Naud N&\RUnaudiznydnaudn&RUnaudiznydnaudn&
+&
+\\
+\hypertarget{U+16BF}{U+16BF}
+&ᚿ&Runic Letter Short-Twig-Naud N&\RUshorttwignaudn&RUshorttwignaudn&
+&
+\\
+\hypertarget{U+16C0}{U+16C0}
+&ᛀ&Runic Letter Dotted-N&\RUdottedn&RUdottedn&
+&
+\\
+\hypertarget{U+16C1}{U+16C1}
+&ᛁ&Runic Letter Isaz Is Iss I&\RUisazisissi&RUisazisissi&
+&
+\\
+\hypertarget{U+16C2}{U+16C2}
+&ᛂ&Runic Letter E&\RUe&RUe&
+&
+\\
+\hypertarget{U+16C3}{U+16C3}
+&ᛃ&Runic Letter Jeran J&\RUjeranj&RUjeranj&
+&
+\\
+\hypertarget{U+16C4}{U+16C4}
+&ᛄ&Runic Letter Ger&\RUger&RUger&
+&
+\\
+\hypertarget{U+16C5}{U+16C5}
+&ᛅ&Runic Letter Long-Branch-Ar Ae&\RUlongbrancharae&RUlongbrancharae&
+&
+\\
+\hypertarget{U+16C6}{U+16C6}
+&ᛆ&Runic Letter Short-Twig-Ar A&\RUshorttwigara&RUshorttwigara&
+&
+\\
+\hypertarget{U+16C7}{U+16C7}
+&ᛇ&Runic Letter Iwaz Eoh&\RUiwazeoh&RUiwazeoh&
+&
+\\
+\hypertarget{U+16C8}{U+16C8}
+&ᛈ&Runic Letter Pertho Peorth P&\RUperthopeorthp&RUperthopeorthp&
+&
+\\
+\hypertarget{U+16C9}{U+16C9}
+&ᛉ&Runic Letter Algiz Eolhx&\RUalgizeolhx&RUalgizeolhx&
+&
+\\
+\hypertarget{U+16CA}{U+16CA}
+&ᛊ&Runic Letter Sowilo S&\RUsowilos&RUsowilos&
+&
+\\
+\hypertarget{U+16CB}{U+16CB}
+&ᛋ&Runic Letter Sigel Long-Branch-Sol S&\RUsigellongbranchsols&RUsigellongbranchsols&
+&
+\\
+\hypertarget{U+16CC}{U+16CC}
+&ᛌ&Runic Letter Short-Twig-Sol S&\RUshorttwigsols&RUshorttwigsols&
+&
+\\
+\hypertarget{U+16CD}{U+16CD}
+&ᛍ&Runic Letter C&\RUc&RUc&
+&
+\\
+\hypertarget{U+16CE}{U+16CE}
+&ᛎ&Runic Letter Z&\RUz&RUz&
+&
+\\
+\hypertarget{U+16CF}{U+16CF}
+&ᛏ&Runic Letter Tiwaz Tir Tyr T&\RUtiwaztirtyrt&RUtiwaztirtyrt&
+&
+\\
+\hypertarget{U+16D0}{U+16D0}
+&ᛐ&Runic Letter Short-Twig-Tyr T&\RUshorttwigtyrt&RUshorttwigtyrt&
+&
+\\
+\hypertarget{U+16D1}{U+16D1}
+&ᛑ&Runic Letter D&\RUd&RUd&
+&
+\\
+\hypertarget{U+16D2}{U+16D2}
+&ᛒ&Runic Letter Berkanan Beorc Bjarkan B&\RUberkananbeorcbjarkanb&RUberkananbeorcbjarkanb&
+&
+\\
+\hypertarget{U+16D3}{U+16D3}
+&ᛓ&Runic Letter Short-Twig-Bjarkan B&\RUshorttwigbjarkanb&RUshorttwigbjarkanb&
+&
+\\
+\hypertarget{U+16D4}{U+16D4}
+&ᛔ&Runic Letter Dotted-P&\RUdottedp&RUdottedp&
+&
+\\
+\hypertarget{U+16D5}{U+16D5}
+&ᛕ&Runic Letter Open-P&\RUopenp&RUopenp&
+&
+\\
+\hypertarget{U+16D6}{U+16D6}
+&ᛖ&Runic Letter Ehwaz Eh E&\RUehwazehe&RUehwazehe&
+&
+\\
+\hypertarget{U+16D7}{U+16D7}
+&ᛗ&Runic Letter Mannaz Man M&\RUmannazmanm&RUmannazmanm&
+&
+\\
+\hypertarget{U+16D8}{U+16D8}
+&ᛘ&Runic Letter Long-Branch-Madr M&\RUlongbranchmadrm&RUlongbranchmadrm&
+&
+\\
+\hypertarget{U+16D9}{U+16D9}
+&ᛙ&Runic Letter Short-Twig-Madr M&\RUshorttwigmadrm&RUshorttwigmadrm&
+&
+\\
+\hypertarget{U+16DA}{U+16DA}
+&ᛚ&Runic Letter Laukaz Lagu Logr L&\RUlaukazlagulogrl&RUlaukazlagulogrl&
+&
+\\
+\hypertarget{U+16DB}{U+16DB}
+&ᛛ&Runic Letter Dotted-L&\RUdottedl&RUdottedl&
+&
+\\
+\hypertarget{U+16DC}{U+16DC}
+&ᛜ&Runic Letter Ingwaz&\RUingwaz&RUingwaz&
+&
+\\
+\hypertarget{U+16DD}{U+16DD}
+&ᛝ&Runic Letter Ing&\RUing&RUing&
+&
+\\
+\hypertarget{U+16DE}{U+16DE}
+&ᛞ&Runic Letter Dagaz Daeg D&\RUdagazdaegd&RUdagazdaegd&
+&
+\\
+\hypertarget{U+16DF}{U+16DF}
+&ᛟ&Runic Letter Othalan Ethel O&\RUothalanethelo&RUothalanethelo&
+&
+\\
+\hypertarget{U+16E0}{U+16E0}
+&ᛠ&Runic Letter Ear&\RUear&RUear&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+\hypertarget{U+16E1}{U+16E1}
+&ᛡ&Runic Letter Ior&\RUior&RUior&
+&
+\\
+\hypertarget{U+16E2}{U+16E2}
+&ᛢ&Runic Letter Cweorth&\RUcweorth&RUcweorth&
+&
+\\
+\hypertarget{U+16E3}{U+16E3}
+&ᛣ&Runic Letter Calc&\RUcalc&RUcalc&
+&
+\\
+\hypertarget{U+16E4}{U+16E4}
+&ᛤ&Runic Letter Cealc&\RUcealc&RUcealc&
+&
+\\
+\hypertarget{U+16E5}{U+16E5}
+&ᛥ&Runic Letter Stan&\RUstan&RUstan&
+&
+\\
+\hypertarget{U+16E6}{U+16E6}
+&ᛦ&Runic Letter Long-Branch-Yr&\RUlongbranchyr&RUlongbranchyr&
+&
+\\
+\hypertarget{U+16E7}{U+16E7}
+&ᛧ&Runic Letter Short-Twig-Yr&\RUshorttwigyr&RUshorttwigyr&
+&
+\\
+\hypertarget{U+16E8}{U+16E8}
+&ᛨ&Runic Letter Icelandic-Yr&\RUicelandicyr&RUicelandicyr&
+&
+\\
+\hypertarget{U+16E9}{U+16E9}
+&ᛩ&Runic Letter Q&\RUq&RUq&
+&
+\\
+\hypertarget{U+16EA}{U+16EA}
+&ᛪ&Runic Letter X&\RUx&RUx&
+&
+\\
+\hypertarget{U+16EB}{U+16EB}
+&᛫&Runic Single Punctuation&\RUsinglepunctuation&RUsinglepunctuation&
+&
+\\
+\hypertarget{U+16EC}{U+16EC}
+&᛬&Runic Multiple Punctuation&\RUmultiplepunctuation&RUmultiplepunctuation&
+&
+\\
+\hypertarget{U+16ED}{U+16ED}
+&᛭&Runic Cross Punctuation&\RUcrosspunctuation&RUcrosspunctuation&
+&
+\\
+\hypertarget{U+16EE}{U+16EE}
+&ᛮ&Runic Arlaug Symbol&\RUarlaugsymbol&RUarlaugsymbol&
+&
+\\
+\hypertarget{U+16EF}{U+16EF}
+&ᛯ&Runic Tvimadur Symbol&\RUtvimadursymbol&RUtvimadursymbol&
+&
+\\
+\hypertarget{U+16F0}{U+16F0}
+&ᛰ&Runic Belgthor Symbol&\RUbelgthorsymbol&RUbelgthorsymbol&
+&
+\\
+\hypertarget{U+16F1}{U+16F1}
+&ᛱ&Runic Letter K&\RUk&RUk&
+&
+\\
+\hypertarget{U+16F2}{U+16F2}
+&ᛲ&Runic Letter Sh&\RUsh&RUsh&
+&
+\\
+\hypertarget{U+16F3}{U+16F3}
+&ᛳ&Runic Letter Oo&\RUoo&RUoo&
+&
+\\
+\hypertarget{U+16F4}{U+16F4}
+&ᛴ&Runic Letter Franks Casket Os&\RUfrankscasketos&RUfrankscasketos&
+&
+\\
+\hypertarget{U+16F5}{U+16F5}
+&ᛵ&Runic Letter Franks Casket Is&\RUfrankscasketis&RUfrankscasketis&
+&
+\\
+\hypertarget{U+16F6}{U+16F6}
+&ᛶ&Runic Letter Franks Casket Eh&\RUfrankscasketeh&RUfrankscasketeh&
+&
+\\
+\hypertarget{U+16F7}{U+16F7}
+&ᛷ&Runic Letter Franks Casket Ac&\RUfrankscasketac&RUfrankscasketac&
+&
+\\
+\hypertarget{U+16F8}{U+16F8}
+&ᛸ&Runic Letter Franks Casket Aesc&\RUfrankscasketaesc&RUfrankscasketaesc&
+&
+\\
+\hypertarget{U+2013}{U+2013}
+&–&En Dash&\oldaquarius&oldaquarius&
+\hyperlink{U+2652}{U+2652}
+&
+\\
+\hypertarget{U+2022}{U+2022}
+&•&Bullet&\scorpio&scorpio&
+&
+\\
+\hypertarget{U+211E}{U+211E}
+&℞&Prescription Take (Recipe)&\prescription&prescription&
+&
+\\
+\hypertarget{U+2122}{U+2122}
+&™&Trade Mark Sign&\oldtaurus&oldtaurus&
+\hyperlink{U+2649}{U+2649}
+&
+\\
+\hypertarget{U+221E}{U+221E}
+&∞&Infinity&\oldleo&oldleo&
+\hyperlink{U+264C}{U+264C}
+&
+\\
+\hypertarget{U+2220}{U+2220}
+&∠&Angle&\angleacute&angleacute&
+&
+\\
+\hypertarget{U+2260}{U+2260}
+&≠&Not Equal To&\oldpisces&oldpisces&
+\hyperlink{U+2653}{U+2653}
+&
+\\
+\hypertarget{U+2295}{U+2295}
+&⊕&Circled Plus&\circleplus&circleplus&
+&
+\\
+\hypertarget{U+25A1}{U+25A1}
+&□&White Square&\square&square&
+\hyperlink{U+004F}{U+004F}
+&
+\\
+\hypertarget{U+2609}{U+2609}
+&☉&Sun&\dupsun&dupsun&
+&
+\\
+\hypertarget{U+260A}{U+260A}
+&☊&Ascending Node&\ascendingnode&ascendingnode&
+\hyperlink{U+0058}{U+0058}
+&
+\\
+\hypertarget{U+260B}{U+260B}
+&☋&Descending Node&\descendingnode&descendingnode&
+\hyperlink{U+005A}{U+005A}
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+\hypertarget{U+260C}{U+260C}
+&☌&Conjunction&\conjunction&conjunction&
+\hyperlink{U+0043}{U+0043}
+&
+\\
+\hypertarget{U+260D}{U+260D}
+&☍&Opposition&\opposition&opposition&
+\hyperlink{U+0056}{U+0056}
+&
+\\
+\hypertarget{U+2625}{U+2625}
+&☥&Ankh&\ankh&ankh&
+\hyperlink{U+00E0}{U+00E0}
+&
+\\
+\hypertarget{U+263C}{U+263C}
+&☼&White Sun with Rays&\sunrays&sunrays&
+&
+\\
+\hypertarget{U+263D}{U+263D}
+&☽&First Quarter Moon&\moonwaxingoutline&moonwaxingoutline&
+\hyperlink{U+00A3}{U+00A3}
+&
+\\
+\hypertarget{U+263E}{U+263E}
+&☾&Last Quarter Moon&\moonwaningoutline&moonwaningoutline&
+\hyperlink{U+0026}{U+0026}
+&
+\\
+\hypertarget{U+263F}{U+263F}
+&☿&Mercury&\mercury&mercury&
+\hyperlink{U+0060}{U+0060}
+&
+\\
+\hypertarget{U+2640}{U+2640}
+&♀&Female Sign&\female&female&
+&
+\\
+\hypertarget{U+2641}{U+2641}
+&♁&Earth&\earth&earth&
+\hyperlink{U+003C}{U+003C}
+&
+\\
+\hypertarget{U+2642}{U+2642}
+&♂&Male Sign&\male&male&
+&
+\\
+\hypertarget{U+2643}{U+2643}
+&♃&Jupiter&\jupiter&jupiter&
+\hyperlink{U+0063}{U+0063}
+&
+\\
+\hypertarget{U+2644}{U+2644}
+&♄&Saturn&\saturn&saturn&
+\hyperlink{U+0076}{U+0076}
+&
+\\
+\hypertarget{U+2645}{U+2645}
+&♅&Uranus&\uranus&uranus&
+\hyperlink{U+0062}{U+0062}
+&
+\\
+\hypertarget{U+2646}{U+2646}
+&♆&Neptune&\neptune&neptune&
+\hyperlink{U+006E}{U+006E}
+&
+\\
+\hypertarget{U+2647}{U+2647}
+&♇&Pluto&\pluto&pluto&
+\hyperlink{U+006D}{U+006D}
+&
+\\
+\hypertarget{U+2648}{U+2648}
+&♈&Aries&\aries&aries&
+\hyperlink{U+00A1}{U+00A1}
+&
+\\
+\hypertarget{U+2649}{U+2649}
+&♉&Taurus&\taurus&taurus&
+\hyperlink{U+2122}{U+2122}
+&
+\\
+\hypertarget{U+264A}{U+264A}
+&♊&Gemini&\gemini&gemini&
+\hyperlink{U+0023}{U+0023}
+&
+\\
+\hypertarget{U+264B}{U+264B}
+&♋&Cancer&\cancer&cancer&
+\hyperlink{U+00A2}{U+00A2}
+&
+\\
+\hypertarget{U+264C}{U+264C}
+&♌&Leo&\leo&leo&
+\hyperlink{U+221E}{U+221E}
+&
+\\
+\hypertarget{U+264D}{U+264D}
+&♍&Virgo&\virgo&virgo&
+\hyperlink{U+00A7}{U+00A7}
+&
+\\
+\hypertarget{U+264E}{U+264E}
+&♎&Libra&\libra&libra&
+\hyperlink{U+00B6}{U+00B6}
+&
+\\
+\hypertarget{U+264F}{U+264F}
+&♏&Scorpius&\scorpius&scorpius&
+&
+\\
+\hypertarget{U+2650}{U+2650}
+&♐&Sagittarius&\saggitarius&saggitarius&
+\hyperlink{U+00AA}{U+00AA}
+&
+\\
+\hypertarget{U+2651}{U+2651}
+&♑&Capricorn&\capricorn&capricorn&
+\hyperlink{U+00BA}{U+00BA}
+&
+\\
+\hypertarget{U+2652}{U+2652}
+&♒&Aquarius&\aquarius&aquarius&
+\hyperlink{U+2013}{U+2013}
+&
+\\
+\hypertarget{U+2653}{U+2653}
+&♓&Pisces&\pisces&pisces&
+\hyperlink{U+2260}{U+2260}
+&
+\\
+\hypertarget{U+26A2}{U+26A2}
+&⚢&Doubled Female Sign&\doubledfemale&doubledfemale&
+&
+\\
+\hypertarget{U+26A3}{U+26A3}
+&⚣&Doubled Male Sign&\doubledmale&doubledmale&
+&
+\\
+\hypertarget{U+26A4}{U+26A4}
+&⚤&Interlocked Female and Male Sign&\interlockedmalefemale&interlockedmalefemale&
+&
+\\
+\hypertarget{U+26A5}{U+26A5}
+&⚥&Male and Female Sign&\maleandfemale&maleandfemale&
+&
+\\
+\hypertarget{U+26A6}{U+26A6}
+&⚦&Male with Stroke Sign&\malewithstroke&malewithstroke&
+&
+\\
+\hypertarget{U+26A7}{U+26A7}
+&⚧&Male with Stroke and Male and Female Sign&\malewithstrokemalefemale&malewithstrokemalefemale&
+&
+\\
+\hypertarget{U+26A8}{U+26A8}
+&⚨&Vertical Male with Stroke Sign&\verticalmalewithstroke&verticalmalewithstroke&
+&
+\\
+\hypertarget{U+26A9}{U+26A9}
+&⚩&Horizontal Male with Stroke Sign&\horizontalmalewithstroke&horizontalmalewithstroke&
+&
+\\
+\hypertarget{U+26B2}{U+26B2}
+&⚲&Neuter&\neuter&neuter&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+\hypertarget{U+26B3}{U+26B3}
+&⚳&Ceres&\ceres&ceres&
+\hyperlink{U+002C}{U+002C}
+&
+\\
+\hypertarget{U+26B4}{U+26B4}
+&⚴&Pallas&\pallas&pallas&
+&
+\\
+\hypertarget{U+26B5}{U+26B5}
+&⚵&Juno&\juno&juno&
+&
+\\
+\hypertarget{U+26B6}{U+26B6}
+&⚶&Vesta&\vesta&vesta&
+&
+\\
+\hypertarget{U+26B7}{U+26B7}
+&⚷&Chiron&\chiron&chiron&
+&
+\\
+\hypertarget{U+26B8}{U+26B8}
+&⚸&Black Moon Lilith&\blackmoonlilith&blackmoonlilith&
+&
+\\
+\hypertarget{U+26B9}{U+26B9}
+&⚹&Sextile&\sextile&sextile&
+\hyperlink{U+0042}{U+0042}
+&
+\\
+\hypertarget{U+26BA}{U+26BA}
+&⚺&Semisextile&\semisextile&semisextile&
+&
+\\
+\hypertarget{U+26BB}{U+26BB}
+&⚻&Quincunx&\quincunx&quincunx&
+&
+\\
+\hypertarget{U+26BC}{U+26BC}
+&⚼&Sesquiquadrate&\sesquiquadrate&sesquiquadrate&
+&
+\\
+\hypertarget{U+26E2}{U+26E2}
+&⛢&Astronomical Symbol For Uranus&\varuranus&varuranus&
+&
+\\
+\hypertarget{U+26E4}{U+26E4}
+&⛤&Pentagram&\pentagram&pentagram&
+\hyperlink{U+0077}{U+0077}
+&
+\\
+\hypertarget{U+26E5}{U+26E5}
+&⛥&Right-Handed Interlaced Pentagram&\pentagramintR&pentagramintR&
+&
+\\
+\hypertarget{U+26E6}{U+26E6}
+&⛦&Left-Handed Interlaced Pentagram&\pentagramintL&pentagramintL&
+\hyperlink{U+0155}{U+0155}
+&
+\\
+\hypertarget{U+26E7}{U+26E7}
+&⛧&Inv Pentagram&\pentagraminv&pentagraminv&
+\hyperlink{U+0057}{U+0057}
+&
+\\
+\hypertarget{U+2BC9}{U+2BC9}
+&⯉&Neptune Form Two&\neptuneformtwo&neptuneformtwo&
+&
+\\
+\hypertarget{U+2BD3}{U+2BD3}
+&⯓&Pluto Form Two&\plutoformtwo&plutoformtwo&
+&
+\\
+\hypertarget{U+2BD4}{U+2BD4}
+&&Pluto Form Three&\plutoformthree&plutoformthree&
+&
+\\
+\hypertarget{U+2BD5}{U+2BD5}
+&⯕&Pluto Form Four&\plutoformfour&plutoformfour&
+&
+\\
+\hypertarget{U+2BD6}{U+2BD6}
+&⯖&Pluto Form Five&\plutoformfive&plutoformfive&
+&
+\\
+\hypertarget{U+2BD7}{U+2BD7}
+&⯗&Transpluto&\transpluto&transpluto&
+&
+\\
+\hypertarget{U+2BD8}{U+2BD8}
+&⯘&Proserpina&\proserpina&proserpina&
+&
+\\
+\hypertarget{U+2BD9}{U+2BD9}
+&⯙&Astraea&\astraea&astraea&
+&
+\\
+\hypertarget{U+2BDA}{U+2BDA}
+&⯚&Hygiea&\hygiea&hygiea&
+&
+\\
+\hypertarget{U+2BDB}{U+2BDB}
+&⯛&Pholus&\pholus&pholus&
+&
+\\
+\hypertarget{U+2BDC}{U+2BDC}
+&⯜&Nessus&\nessus&nessus&
+&
+\\
+\hypertarget{U+2BDD}{U+2BDD}
+&⯝&White Moon Selena&\selena&selena&
+&
+\\
+\hypertarget{U+2BDE}{U+2BDE}
+&⯞&Black Diamond On Cross&\blackdiamondoncross&blackdiamondoncross&
+&
+\\
+\hypertarget{U+2BDF}{U+2BDF}
+&⯟&True Light Moon Arta&\truelightmoonarta&truelightmoonarta&
+&
+\\
+\hypertarget{U+2BE0}{U+2BE0}
+&⯠&Cupido&\cupido&cupido&
+&
+\\
+\hypertarget{U+2BE1}{U+2BE1}
+&⯡&Hades&\hades&hades&
+&
+\\
+\hypertarget{U+2BE2}{U+2BE2}
+&⯢&Zeus&\zeus&zeus&
+&
+\\
+\hypertarget{U+2BE3}{U+2BE3}
+&⯣&Kronos&\kronos&kronos&
+&
+\\
+\hypertarget{U+2BE4}{U+2BE4}
+&⯤&Apollon&\apollon&apollon&
+&
+\\
+\hypertarget{U+2BE5}{U+2BE5}
+&⯥&Admetos&\admetos&admetos&
+&
+\\
+\hypertarget{U+2BE6}{U+2BE6}
+&⯦&Vulcanus&\vulcanus&vulcanus&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+\hypertarget{U+2BE7}{U+2BE7}
+&⯧&Poseidon&\poseidon&poseidon&
+&
+\\
+\end{tabular}


Property changes on: trunk/Master/texmf-dist/doc/fonts/symbats3/codepoint.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/fonts/symbats3/latexname.tex
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/symbats3/latexname.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/fonts/symbats3/latexname.tex	2022-05-24 20:26:49 UTC (rev 63394)
@@ -0,0 +1,1550 @@
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+2BE5
+&⯥&Admetos&\admetos&admetos&
+&
+\\
+U+006B
+&k&Latin Small Letter K&\aegishjalmur&aegishjalmur&
+&
+\\
+U+005D
+&]&Right Square Bracket&\airelement&airelement&
+&
+\\
+U+2220
+&∠&Angle&\angleacute&angleacute&
+&
+\\
+U+2625
+&☥&Ankh&\ankh&ankh&
+\hyperlink{U+00E0}{U+00E0}
+&
+\\
+U+2BE4
+&⯤&Apollon&\apollon&apollon&
+&
+\\
+U+2652
+&♒&Aquarius&\aquarius&aquarius&
+\hyperlink{U+2013}{U+2013}
+&
+\\
+U+2648
+&♈&Aries&\aries&aries&
+\hyperlink{U+00A1}{U+00A1}
+&
+\\
+U+260A
+&☊&Ascending Node&\ascendingnode&ascendingnode&
+\hyperlink{U+0058}{U+0058}
+&
+\\
+U+2BD9
+&⯙&Astraea&\astraea&astraea&
+&
+\\
+U+0064
+&d&Latin Small Letter D&\athameeast&athameeast&
+&
+\\
+U+0073
+&s&Latin Small Letter S&\athamenorth&athamenorth&
+&
+\\
+U+0061
+&a&Latin Small Letter A&\athamesouth&athamesouth&
+&
+\\
+U+0066
+&f&Latin Small Letter F&\athamewest&athamewest&
+&
+\\
+U+0068
+&h&Latin Small Letter H&\awen&awen&
+&
+\\
+U+00CC
+&Ì&Latin Capital Letter I with Grave&\beltane&beltane&
+&
+\\
+U+2BDE
+&⯞&Black Diamond On Cross&\blackdiamondoncross&blackdiamondoncross&
+&
+\\
+U+26B8
+&⚸&Black Moon Lilith&\blackmoonlilith&blackmoonlilith&
+&
+\\
+U+264B
+&♋&Cancer&\cancer&cancer&
+\hyperlink{U+00A2}{U+00A2}
+&
+\\
+U+2651
+&♑&Capricorn&\capricorn&capricorn&
+\hyperlink{U+00BA}{U+00BA}
+&
+\\
+U+003F
+&?&Question Mark&\celtictrefoilknotopen&celtictrefoilknotopen&
+&
+\\
+U+007C
+&\|&Vertical Line&\celtictrefoilknotsolid&celtictrefoilknotsolid&
+&
+\\
+U+26B3
+&⚳&Ceres&\ceres&ceres&
+\hyperlink{U+002C}{U+002C}
+&
+\\
+U+26B7
+&⚷&Chiron&\chiron&chiron&
+&
+\\
+U+2295
+&⊕&Circled Plus&\circleplus&circleplus&
+&
+\\
+U+260C
+&☌&Conjunction&\conjunction&conjunction&
+\hyperlink{U+0043}{U+0043}
+&
+\\
+U+002F
+&/&Solidus&\crossedstaff&crossedstaff&
+&
+\\
+U+2BE0
+&⯠&Cupido&\cupido&cupido&
+&
+\\
+U+260B
+&☋&Descending Node&\descendingnode&descendingnode&
+\hyperlink{U+005A}{U+005A}
+&
+\\
+U+26A2
+&⚢&Doubled Female Sign&\doubledfemale&doubledfemale&
+&
+\\
+U+26A3
+&⚣&Doubled Male Sign&\doubledmale&doubledmale&
+&
+\\
+U+2609
+&☉&Sun&\dupsun&dupsun&
+&
+\\
+U+004D
+&M&Latin Capital Letter M&\dupsunfourspokes&dupsunfourspokes&
+&
+\\
+U+007D
+&\}&Right Curly Bracket&\earthelement&earthelement&
+&
+\\
+U+2641
+&♁&Earth&\earth&earth&
+\hyperlink{U+003C}{U+003C}
+&
+\\
+U+006C
+&l&Latin Small Letter L&\eightsabbats&eightsabbats&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+00CF
+&Ï&Latin Capital Letter I with Diaeresis&\eostre&eostre&
+&
+\\
+U+2640
+&♀&Female Sign&\female&female&
+&
+\\
+U+005B
+&[&Left Square Bracket&\fireelement&fireelement&
+&
+\\
+U+006A
+&j&Latin Small Letter J&\fylfotilkley&fylfotilkley&
+&
+\\
+U+264A
+&♊&Gemini&\gemini&gemini&
+\hyperlink{U+0023}{U+0023}
+&
+\\
+U+00F2
+&ò&Latin Small Letter O with Grave&\goddessasmoon&goddessasmoon&
+&
+\\
+U+2BE1
+&⯡&Hades&\hades&hades&
+&
+\\
+U+0067
+&g&Latin Small Letter G&\hammer&hammer&
+&
+\\
+U+26A9
+&⚩&Horizontal Male with Stroke Sign&\horizontalmalewithstroke&horizontalmalewithstroke&
+&
+\\
+U+2BDA
+&⯚&Hygiea&\hygiea&hygiea&
+&
+\\
+U+00CE
+&Î&Latin Capital Letter I with Circumflex&\imbolc&imbolc&
+&
+\\
+U+26A4
+&⚤&Interlocked Female and Male Sign&\interlockedmalefemale&interlockedmalefemale&
+&
+\\
+U+26B5
+&⚵&Juno&\juno&juno&
+&
+\\
+U+2643
+&♃&Jupiter&\jupiter&jupiter&
+\hyperlink{U+0063}{U+0063}
+&
+\\
+U+2BE3
+&⯣&Kronos&\kronos&kronos&
+&
+\\
+U+004C
+&L&Latin Capital Letter L&\labrys&labrys&
+&
+\\
+U+264C
+&♌&Leo&\leo&leo&
+\hyperlink{U+221E}{U+221E}
+&
+\\
+U+264E
+&♎&Libra&\libra&libra&
+\hyperlink{U+00B6}{U+00B6}
+&
+\\
+U+0027
+&'&Apostrophe&\lightning&lightning&
+&
+\\
+U+00D4
+&Ô&Latin Capital Letter O with Circumflex&\lughnasadh&lughnasadh&
+&
+\\
+U+2642
+&♂&Male Sign&\male&male&
+&
+\\
+U+26A5
+&⚥&Male and Female Sign&\maleandfemale&maleandfemale&
+&
+\\
+U+26A6
+&⚦&Male with Stroke Sign&\malewithstroke&malewithstroke&
+&
+\\
+U+26A7
+&⚧&Male with Stroke and Male and Female Sign&\malewithstrokemalefemale&malewithstrokemalefemale&
+&
+\\
+U+0078
+&x&Latin Small Letter X&\mars&mars&
+&
+\\
+U+0048
+&H&Latin Capital Letter H&\mazeround&mazeround&
+&
+\\
+U+0047
+&G&Latin Capital Letter G&\mazesquarebase&mazesquarebase&
+&
+\\
+U+263F
+&☿&Mercury&\mercury&mercury&
+\hyperlink{U+0060}{U+0060}
+&
+\\
+U+0024
+&\$&Dollar Sign&\moonfirstquarteroutline&moonfirstquarteroutline&
+&
+\\
+U+0028
+&(&Left Parenthesis&\moonfirstquartersolid&moonfirstquartersolid&
+&
+\\
+U+0029
+&)&Right Parenthesis&\moonfull&moonfull&
+&
+\\
+U+005E
+&\^{}&Circumflex Accent&\moonlastquarteroutline&moonlastquarteroutline&
+&
+\\
+U+005F
+&\_&Low Line&\moonlastquartersolid&moonlastquartersolid&
+&
+\\
+U+0025
+&\%&Percent Sign&\moonnew&moonnew&
+&
+\\
+U+263E
+&☾&Last Quarter Moon&\moonwaningoutline&moonwaningoutline&
+\hyperlink{U+0026}{U+0026}
+&
+\\
+U+002B
+&+&Plus Sign&\moonwaningsolid&moonwaningsolid&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+0021
+&!&Exclamation Mark&\moonwaxfullwaneoutline&moonwaxfullwaneoutline&
+&
+\\
+U+0040
+&@&Commercial At&\moonwaxfullwanesolid&moonwaxfullwanesolid&
+&
+\\
+U+263D
+&☽&First Quarter Moon&\moonwaxingoutline&moonwaxingoutline&
+\hyperlink{U+00A3}{U+00A3}
+&
+\\
+U+002A
+&*&Asterisk&\moonwaxingsolid&moonwaxingsolid&
+&
+\\
+U+2BC9
+&⯉&Neptune Form Two&\neptuneformtwo&neptuneformtwo&
+&
+\\
+U+2646
+&♆&Neptune&\neptune&neptune&
+\hyperlink{U+006E}{U+006E}
+&
+\\
+U+2BDC
+&⯜&Nessus&\nessus&nessus&
+&
+\\
+U+26B2
+&⚲&Neuter&\neuter&neuter&
+&
+\\
+U+0034
+&4&Digit Four&\octile&octile&
+&
+\\
+U+1690
+&ᚐ&Ogham Letter Ailm&\OGailm&OGailm&
+&
+\\
+U+1681
+&ᚁ&Ogham Letter Beith&\OGbeith&OGbeith&
+&
+\\
+U+168A
+&ᚊ&Ogham Letter Ceirt&\OGceirt&OGceirt&
+&
+\\
+U+1689
+&ᚉ&Ogham Letter Coll&\OGcoll&OGcoll&
+&
+\\
+U+1687
+&ᚇ&Ogham Letter Dair&\OGdair&OGdair&
+&
+\\
+U+1695
+&ᚕ&Ogham Letter Eabhadh&\OGeabhadh&OGeabhadh&
+&
+\\
+U+1693
+&ᚓ&Ogham Letter Eadhadh&\OGeadhadh&OGeadhadh&
+&
+\\
+U+1699
+&ᚙ&Ogham Letter Eamhancholl&\OGeamhancholl&OGeamhancholl&
+&
+\\
+U+1683
+&ᚃ&Ogham Letter Fearn&\OGfearn&OGfearn&
+&
+\\
+U+169B
+&᚛&Ogham Feather Mark&\OGfeather&OGfeather&
+&
+\\
+U+168C
+&ᚌ&Ogham Letter Gort&\OGgort&OGgort&
+&
+\\
+U+1698
+&ᚘ&Ogham Letter Ifin&\OGifin&OGifin&
+&
+\\
+U+1694
+&ᚔ&Ogham Letter Iodhadh&\OGiodhadh&OGiodhadh&
+&
+\\
+U+1682
+&ᚂ&Ogham Letter Luis&\OGluis&OGluis&
+&
+\\
+U+168B
+&ᚋ&Ogham Letter Muin&\OGmuin&OGmuin&
+&
+\\
+U+168D
+&ᚍ&Ogham Letter Ngeadal&\OGngeadal&OGngeadal&
+&
+\\
+U+1685
+&ᚅ&Ogham Letter Nion&\OGnion&OGnion&
+&
+\\
+U+1691
+&ᚑ&Ogham Letter Onn&\OGonn&OGonn&
+&
+\\
+U+1696
+&ᚖ&Ogham Letter Or&\OGor&OGor&
+&
+\\
+U+169A
+&ᚚ&Ogham Letter Peith&\OGpeith&OGpeith&
+&
+\\
+U+169C
+&᚜&Ogham Reversed Feather Mark&\OGreversedfeather&OGreversedfeather&
+&
+\\
+U+168F
+&ᚏ&Ogham Letter Ruis&\OGruis&OGruis&
+&
+\\
+U+1684
+&ᚄ&Ogham Letter Sail&\OGsail&OGsail&
+&
+\\
+U+168E
+&ᚎ&Ogham Letter Straif&\OGstraif&OGstraif&
+&
+\\
+U+1688
+&ᚈ&Ogham Letter Tinne&\OGtinne&OGtinne&
+&
+\\
+U+1686
+&ᚆ&Ogham Letter Uath&\OGuath&OGuath&
+&
+\\
+U+1697
+&ᚗ&Ogham Letter Uilleann&\OGuilleann&OGuilleann&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+1692
+&ᚒ&Ogham Letter Ur&\OGur&OGur&
+&
+\\
+U+00E0
+&à&Latin Small Letter A with Grave&\oldankh&oldankh&
+\hyperlink{U+2625}{U+2625}
+&
+\\
+U+2013
+&–&En Dash&\oldaquarius&oldaquarius&
+\hyperlink{U+2652}{U+2652}
+&
+\\
+U+00A1
+&¡&Inv Exclamation Mark&\oldaries&oldaries&
+\hyperlink{U+2648}{U+2648}
+&
+\\
+U+0058
+&X&Latin Capital Letter X&\oldascendingnode&oldascendingnode&
+\hyperlink{U+260A}{U+260A}
+&
+\\
+U+00A2
+&¢&Cent Sign&\oldcancer&oldcancer&
+\hyperlink{U+264B}{U+264B}
+&
+\\
+U+00BA
+&º&Masculine Ordinal Indicator&\oldcapricorn&oldcapricorn&
+\hyperlink{U+2651}{U+2651}
+&
+\\
+U+002C
+&\,&Comma&\oldceres&oldceres&
+\hyperlink{U+26B3}{U+26B3}
+&
+\\
+U+0043
+&C&Latin Capital Letter C&\oldconjunction&oldconjunction&
+\hyperlink{U+260C}{U+260C}
+&
+\\
+U+005A
+&Z&Latin Capital Letter Z&\olddescendingnode&olddescendingnode&
+\hyperlink{U+260B}{U+260B}
+&
+\\
+U+003C
+&\<&Less-Than Sign&\oldearth&oldearth&
+\hyperlink{U+2641}{U+2641}
+&
+\\
+U+0023
+&\#&Number Sign&\oldgemini&oldgemini&
+\hyperlink{U+264A}{U+264A}
+&
+\\
+U+0063
+&c&Latin Small Letter C&\oldjupiter&oldjupiter&
+\hyperlink{U+2643}{U+2643}
+&
+\\
+U+221E
+&∞&Infinity&\oldleo&oldleo&
+\hyperlink{U+264C}{U+264C}
+&
+\\
+U+00B6
+&¶&Pilcrow Sign&\oldlibra&oldlibra&
+\hyperlink{U+264E}{U+264E}
+&
+\\
+U+0060
+&\`{}&Grave Accent&\oldmercury&oldmercury&
+\hyperlink{U+263F}{U+263F}
+&
+\\
+U+0026
+&\&&Ampersand&\oldmoonwaningoutline&oldmoonwaningoutline&
+\hyperlink{U+263E}{U+263E}
+&
+\\
+U+00A3
+&£&Pound Sign&\oldmoonwaxingoutline&oldmoonwaxingoutline&
+\hyperlink{U+263D}{U+263D}
+&
+\\
+U+006E
+&n&Latin Small Letter N&\oldneptune&oldneptune&
+\hyperlink{U+2646}{U+2646}
+&
+\\
+U+0056
+&V&Latin Capital Letter V&\oldopposition&oldopposition&
+\hyperlink{U+260D}{U+260D}
+&
+\\
+U+0155
+&ŕ&Latin Small Letter R with Acute&\oldpentagramintL&oldpentagramintL&
+\hyperlink{U+26E6}{U+26E6}
+&
+\\
+U+0069
+&i&Latin Small Letter I&\oldpentagramintRsolid&oldpentagramintRsolid&
+\hyperlink{U+00ED}{U+00ED}
+&
+\\
+U+0072
+&r&Latin Small Letter R&\oldpentagramintR&oldpentagramintR&
+\hyperlink{U+26E5}{U+26E5}
+&
+\hyperlink{U+0155}{U+0155}
+\\
+U+0055
+&U&Latin Capital Letter U&\oldpentagraminvsolid&oldpentagraminvsolid&
+\hyperlink{U+00CD}{U+00CD}
+&
+\\
+U+0057
+&W&Latin Capital Letter W&\oldpentagraminv&oldpentagraminv&
+\hyperlink{U+26E7}{U+26E7}
+&
+\\
+U+0077
+&w&Latin Small Letter W&\oldpentagram&oldpentagram&
+\hyperlink{U+26E4}{U+26E4}
+&
+\\
+U+2260
+&≠&Not Equal To&\oldpisces&oldpisces&
+\hyperlink{U+2653}{U+2653}
+&
+\\
+U+006D
+&m&Latin Small Letter M&\oldpluto&oldpluto&
+\hyperlink{U+2647}{U+2647}
+&
+\\
+U+00AA
+&ª&Feminine Ordinal Indicator&\oldsaggitarius&oldsaggitarius&
+\hyperlink{U+2650}{U+2650}
+&
+\\
+U+0076
+&v&Latin Small Letter V&\oldsaturn&oldsaturn&
+\hyperlink{U+2644}{U+2644}
+&
+\\
+U+0042
+&B&Latin Capital Letter B&\oldsextile&oldsextile&
+\hyperlink{U+26B9}{U+26B9}
+&
+\\
+U+004E
+&N&Latin Capital Letter N&\oldsquare&oldsquare&
+\hyperlink{U+25A1}{U+25A1}
+&
+\\
+U+0033
+&3&Digit Three&\oldsuncoronafourspokes&oldsuncoronafourspokes&
+\hyperlink{U+0038}{U+0038}
+&
+\\
+U+2122
+&™&Trade Mark Sign&\oldtaurus&oldtaurus&
+\hyperlink{U+2649}{U+2649}
+&
+\\
+U+0062
+&b&Latin Small Letter B&\olduranus&olduranus&
+\hyperlink{U+2645}{U+2645}
+&
+\\
+U+00A7
+&§&Section Sign&\oldvirgo&oldvirgo&
+\hyperlink{U+264D}{U+264D}
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+260D
+&☍&Opposition&\opposition&opposition&
+\hyperlink{U+0056}{U+0056}
+&
+\\
+U+26B4
+&⚴&Pallas&\pallas&pallas&
+&
+\\
+U+00C8
+&È&Latin Capital Letter E with Grave&\parting&parting&
+&
+\\
+U+0071
+&q&Latin Small Letter Q&\pentagramcircled&pentagramcircled&
+&
+\hyperlink{U+0051}{U+0051}
+\\
+U+00E9
+&é&Latin Small Letter E with Acute&\pentagramintLcircled&pentagramintLcircled&
+&
+\hyperlink{U+0065}{U+0065}
+\\
+U+26E6
+&⛦&Left-Handed Interlaced Pentagram&\pentagramintL&pentagramintL&
+\hyperlink{U+0155}{U+0155}
+&
+\\
+U+26E5
+&⛥&Right-Handed Interlaced Pentagram&\pentagramintR&pentagramintR&
+&
+\\
+U+0065
+&e&Latin Small Letter E&\pentagramintRcircled&pentagramintRcircled&
+&
+\hyperlink{U+00E9}{U+00E9}
+\\
+U+00ED
+&í&Latin Small Letter I with Acute&\pentagramintRsolid&pentagramintRsolid&
+\hyperlink{U+0069}{U+0069}
+&
+\\
+U+0050
+&P&Latin Capital Letter P&\pentagramintRtriangle&pentagramintRtriangle&
+&
+\\
+U+0051
+&Q&Latin Capital Letter Q&\pentagraminvcircled&pentagraminvcircled&
+&
+\hyperlink{U+0071}{U+0071}
+\\
+U+0045
+&E&Latin Capital Letter E&\pentagraminvintLcircled&pentagraminvintLcircled&
+&
+\hyperlink{U+00C9}{U+00C9}
+\\
+U+0052
+&R&Latin Capital Letter R&\pentagraminvintL&pentagraminvintL&
+&
+\hyperlink{U+0154}{U+0154}
+\\
+U+00C9
+&É&Latin Capital Letter E with Acute&\pentagraminvintRcircled&pentagraminvintRcircled&
+&
+\hyperlink{U+0045}{U+0045}
+\\
+U+0049
+&I&Latin Capital Letter I&\pentagraminvintRsolid&pentagraminvintRsolid&
+&
+\hyperlink{none}{none}
+\\
+U+0154
+&Ŕ&Latin Capital Letter R with Acute&\pentagraminvintR&pentagraminvintR&
+&
+\hyperlink{U+0052}{U+0052}
+\\
+U+00CD
+&Í&Latin Capital Letter I with Acute&\pentagraminvsolid&pentagraminvsolid&
+\hyperlink{U+0055}{U+0055}
+&
+\\
+U+26E7
+&⛧&Inv Pentagram&\pentagraminv&pentagraminv&
+\hyperlink{U+0057}{U+0057}
+&
+\\
+U+0079
+&y&Latin Small Letter Y&\pentagramrough&pentagramrough&
+&
+\\
+U+0074
+&t&Latin Small Letter T&\pentagramroughcircled&pentagramroughcircled&
+&
+\\
+U+0059
+&Y&Latin Capital Letter Y&\pentagramroughinv&pentagramroughinv&
+&
+\\
+U+0054
+&T&Latin Capital Letter T&\pentagramroughinvcircled&pentagramroughinvcircled&
+&
+\\
+U+004F
+&O&Latin Capital Letter O&\pentagramroughinvsolid&pentagramroughinvsolid&
+&
+\hyperlink{U+006F}{U+006F}
+\\
+U+006F
+&o&Latin Small Letter O&\pentagramroughsolid&pentagramroughsolid&
+&
+\hyperlink{U+004F}{U+004F}
+\\
+U+0075
+&u&Latin Small Letter U&\pentagramsolid&pentagramsolid&
+&
+\\
+U+26E4
+&⛤&Pentagram&\pentagram&pentagram&
+\hyperlink{U+0077}{U+0077}
+&
+\\
+U+0070
+&p&Latin Small Letter P&\pentagramwithtriangle&pentagramwithtriangle&
+&
+\\
+U+00F9
+&ù&Latin Small Letter U with Grave&\perfectcouple&perfectcouple&
+&
+\\
+U+00D9
+&Ù&Latin Capital Letter U with Grave&\perfectcouplethirddegree&perfectcouplethirddegree&
+&
+\\
+U+2BDB
+&⯛&Pholus&\pholus&pholus&
+&
+\\
+U+2653
+&♓&Pisces&\pisces&pisces&
+\hyperlink{U+2260}{U+2260}
+&
+\\
+U+2BD6
+&⯖&Pluto Form Five&\plutoformfive&plutoformfive&
+&
+\\
+U+2BD5
+&⯕&Pluto Form Four&\plutoformfour&plutoformfour&
+&
+\\
+U+2BD4
+&&Pluto Form Three&\plutoformthree&plutoformthree&
+&
+\\
+U+2BD3
+&⯓&Pluto Form Two&\plutoformtwo&plutoformtwo&
+&
+\\
+U+2647
+&♇&Pluto&\pluto&pluto&
+\hyperlink{U+006D}{U+006D}
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+2BE7
+&⯧&Poseidon&\poseidon&poseidon&
+&
+\\
+U+00C0
+&À&Latin Capital Letter A with Grave&\powergoingforth&powergoingforth&
+&
+\\
+U+211E
+&℞&Prescription Take (Recipe)&\prescription&prescription&
+&
+\\
+U+2BD8
+&⯘&Proserpina&\proserpina&proserpina&
+&
+\\
+U+26BB
+&⚻&Quincunx&\quincunx&quincunx&
+&
+\\
+U+003E
+&\>&Greater-Than Sign&\recipe&recipe&
+&
+\\
+U+004A
+&J&Latin Capital Letter J&\rockartgoddess&rockartgoddess&
+&
+\\
+U+004B
+&K&Latin Capital Letter K&\rockarthorse&rockarthorse&
+&
+\\
+U+16AA
+&ᚪ&Runic Letter Ac A&\RUaca&RUaca&
+&
+\\
+U+16AB
+&ᚫ&Runic Letter Aesc&\RUaesc&RUaesc&
+&
+\\
+U+16C9
+&ᛉ&Runic Letter Algiz Eolhx&\RUalgizeolhx&RUalgizeolhx&
+&
+\\
+U+16A8
+&ᚨ&Runic Letter Ansuz A&\RUansuza&RUansuza&
+&
+\\
+U+16EE
+&ᛮ&Runic Arlaug Symbol&\RUarlaugsymbol&RUarlaugsymbol&
+&
+\\
+U+16F0
+&ᛰ&Runic Belgthor Symbol&\RUbelgthorsymbol&RUbelgthorsymbol&
+&
+\\
+U+16D2
+&ᛒ&Runic Letter Berkanan Beorc Bjarkan B&\RUberkananbeorcbjarkanb&RUberkananbeorcbjarkanb&
+&
+\\
+U+16CD
+&ᛍ&Runic Letter C&\RUc&RUc&
+&
+\\
+U+16E3
+&ᛣ&Runic Letter Calc&\RUcalc&RUcalc&
+&
+\\
+U+16E4
+&ᛤ&Runic Letter Cealc&\RUcealc&RUcealc&
+&
+\\
+U+16B3
+&ᚳ&Runic Letter Cen&\RUcen&RUcen&
+&
+\\
+U+16ED
+&᛭&Runic Cross Punctuation&\RUcrosspunctuation&RUcrosspunctuation&
+&
+\\
+U+16E2
+&ᛢ&Runic Letter Cweorth&\RUcweorth&RUcweorth&
+&
+\\
+U+16D1
+&ᛑ&Runic Letter D&\RUd&RUd&
+&
+\\
+U+16DE
+&ᛞ&Runic Letter Dagaz Daeg D&\RUdagazdaegd&RUdagazdaegd&
+&
+\\
+U+16DB
+&ᛛ&Runic Letter Dotted-L&\RUdottedl&RUdottedl&
+&
+\\
+U+16C0
+&ᛀ&Runic Letter Dotted-N&\RUdottedn&RUdottedn&
+&
+\\
+U+16D4
+&ᛔ&Runic Letter Dotted-P&\RUdottedp&RUdottedp&
+&
+\\
+U+16C2
+&ᛂ&Runic Letter E&\RUe&RUe&
+&
+\\
+U+16E0
+&ᛠ&Runic Letter Ear&\RUear&RUear&
+&
+\\
+U+16D6
+&ᛖ&Runic Letter Ehwaz Eh E&\RUehwazehe&RUehwazehe&
+&
+\\
+U+16B6
+&ᚶ&Runic Letter Eng&\RUeng&RUeng&
+&
+\\
+U+16A7
+&ᚧ&Runic Letter Eth&\RUeth&RUeth&
+&
+\\
+U+16A0
+&ᚠ&Runic Letter Fehu Feoh Fe F&\RUfehufeohfef&RUfehufeohfef&
+&
+\\
+U+16F7
+&ᛷ&Runic Letter Franks Casket Ac&\RUfrankscasketac&RUfrankscasketac&
+&
+\\
+U+16F8
+&ᛸ&Runic Letter Franks Casket Aesc&\RUfrankscasketaesc&RUfrankscasketaesc&
+&
+\\
+U+16F6
+&ᛶ&Runic Letter Franks Casket Eh&\RUfrankscasketeh&RUfrankscasketeh&
+&
+\\
+U+16F5
+&ᛵ&Runic Letter Franks Casket Is&\RUfrankscasketis&RUfrankscasketis&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+16F4
+&ᛴ&Runic Letter Franks Casket Os&\RUfrankscasketos&RUfrankscasketos&
+&
+\\
+U+16B5
+&ᚵ&Runic Letter G&\RUg&RUg&
+&
+\\
+U+16B8
+&ᚸ&Runic Letter Gar&\RUgar&RUgar&
+&
+\\
+U+16B7
+&ᚷ&Runic Letter Gebo Gyfu G&\RUgebogyfug&RUgebogyfug&
+&
+\\
+U+16C4
+&ᛄ&Runic Letter Ger&\RUger&RUger&
+&
+\\
+U+16BB
+&ᚻ&Runic Letter Haegl H&\RUhaeglh&RUhaeglh&
+&
+\\
+U+16BA
+&ᚺ&Runic Letter Haglaz H&\RUhaglazh&RUhaglazh&
+&
+\\
+U+16E8
+&ᛨ&Runic Letter Icelandic-Yr&\RUicelandicyr&RUicelandicyr&
+&
+\\
+U+16DD
+&ᛝ&Runic Letter Ing&\RUing&RUing&
+&
+\\
+U+16DC
+&ᛜ&Runic Letter Ingwaz&\RUingwaz&RUingwaz&
+&
+\\
+U+16E1
+&ᛡ&Runic Letter Ior&\RUior&RUior&
+&
+\\
+U+16C1
+&ᛁ&Runic Letter Isaz Is Iss I&\RUisazisissi&RUisazisissi&
+&
+\\
+U+16C7
+&ᛇ&Runic Letter Iwaz Eoh&\RUiwazeoh&RUiwazeoh&
+&
+\\
+U+16C3
+&ᛃ&Runic Letter Jeran J&\RUjeranj&RUjeranj&
+&
+\\
+U+16F1
+&ᛱ&Runic Letter K&\RUk&RUk&
+&
+\\
+U+16B2
+&ᚲ&Runic Letter Kauna&\RUkauna&RUkauna&
+&
+\\
+U+16B4
+&ᚴ&Runic Letter Kaun K&\RUkaunk&RUkaunk&
+&
+\\
+U+16DA
+&ᛚ&Runic Letter Laukaz Lagu Logr L&\RUlaukazlagulogrl&RUlaukazlagulogrl&
+&
+\\
+U+16C5
+&ᛅ&Runic Letter Long-Branch-Ar Ae&\RUlongbrancharae&RUlongbrancharae&
+&
+\\
+U+16BC
+&ᚼ&Runic Letter Long-Branch-Hagall H&\RUlongbranchhagallh&RUlongbranchhagallh&
+&
+\\
+U+16D8
+&ᛘ&Runic Letter Long-Branch-Madr M&\RUlongbranchmadrm&RUlongbranchmadrm&
+&
+\\
+U+16AC
+&ᚬ&Runic Letter Long-Branch-Oss O&\RUlongbranchosso&RUlongbranchosso&
+&
+\\
+U+16E6
+&ᛦ&Runic Letter Long-Branch-Yr&\RUlongbranchyr&RUlongbranchyr&
+&
+\\
+U+16D7
+&ᛗ&Runic Letter Mannaz Man M&\RUmannazmanm&RUmannazmanm&
+&
+\\
+U+16EC
+&᛬&Runic Multiple Punctuation&\RUmultiplepunctuation&RUmultiplepunctuation&
+&
+\\
+U+16BE
+&ᚾ&Runic Letter Naudiz Nyd Naud N&\RUnaudiznydnaudn&RUnaudiznydnaudn&
+&
+\\
+U+16AE
+&ᚮ&Runic Letter O&\RUo&RUo&
+&
+\\
+U+16AF
+&ᚯ&Runic Letter Oe&\RUoe&RUoe&
+&
+\\
+U+16B0
+&ᚰ&Runic Letter On&\RUon&RUon&
+&
+\\
+U+16F3
+&ᛳ&Runic Letter Oo&\RUoo&RUoo&
+&
+\\
+U+16D5
+&ᛕ&Runic Letter Open-P&\RUopenp&RUopenp&
+&
+\\
+U+16A9
+&ᚩ&Runic Letter Os O&\RUoso&RUoso&
+&
+\\
+U+16DF
+&ᛟ&Runic Letter Othalan Ethel O&\RUothalanethelo&RUothalanethelo&
+&
+\\
+U+16C8
+&ᛈ&Runic Letter Pertho Peorth P&\RUperthopeorthp&RUperthopeorthp&
+&
+\\
+U+16E9
+&ᛩ&Runic Letter Q&\RUq&RUq&
+&
+\\
+U+16B1
+&ᚱ&Runic Letter Raido Rad Reid R&\RUraidoradreidr&RUraidoradreidr&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+16F2
+&ᛲ&Runic Letter Sh&\RUsh&RUsh&
+&
+\\
+U+16C6
+&ᛆ&Runic Letter Short-Twig-Ar A&\RUshorttwigara&RUshorttwigara&
+&
+\\
+U+16D3
+&ᛓ&Runic Letter Short-Twig-Bjarkan B&\RUshorttwigbjarkanb&RUshorttwigbjarkanb&
+&
+\\
+U+16BD
+&ᚽ&Runic Letter Short-Twig-Hagall H&\RUshorttwighagallh&RUshorttwighagallh&
+&
+\\
+U+16D9
+&ᛙ&Runic Letter Short-Twig-Madr M&\RUshorttwigmadrm&RUshorttwigmadrm&
+&
+\\
+U+16BF
+&ᚿ&Runic Letter Short-Twig-Naud N&\RUshorttwignaudn&RUshorttwignaudn&
+&
+\\
+U+16AD
+&ᚭ&Runic Letter Short-Twig-Oss O&\RUshorttwigosso&RUshorttwigosso&
+&
+\\
+U+16CC
+&ᛌ&Runic Letter Short-Twig-Sol S&\RUshorttwigsols&RUshorttwigsols&
+&
+\\
+U+16D0
+&ᛐ&Runic Letter Short-Twig-Tyr T&\RUshorttwigtyrt&RUshorttwigtyrt&
+&
+\\
+U+16E7
+&ᛧ&Runic Letter Short-Twig-Yr&\RUshorttwigyr&RUshorttwigyr&
+&
+\\
+U+16CB
+&ᛋ&Runic Letter Sigel Long-Branch-Sol S&\RUsigellongbranchsols&RUsigellongbranchsols&
+&
+\\
+U+16EB
+&᛫&Runic Single Punctuation&\RUsinglepunctuation&RUsinglepunctuation&
+&
+\\
+U+16CA
+&ᛊ&Runic Letter Sowilo S&\RUsowilos&RUsowilos&
+&
+\\
+U+16E5
+&ᛥ&Runic Letter Stan&\RUstan&RUstan&
+&
+\\
+U+16A6
+&ᚦ&Runic Letter Thurisaz Thurs Thorn&\RUthurisazthursthorn&RUthurisazthursthorn&
+&
+\\
+U+16CF
+&ᛏ&Runic Letter Tiwaz Tir Tyr T&\RUtiwaztirtyrt&RUtiwaztirtyrt&
+&
+\\
+U+16EF
+&ᛯ&Runic Tvimadur Symbol&\RUtvimadursymbol&RUtvimadursymbol&
+&
+\\
+U+16A2
+&ᚢ&Runic Letter Uruz Ur U&\RUuruzuru&RUuruzuru&
+&
+\\
+U+16A1
+&ᚡ&Runic Letter V&\RUv&RUv&
+&
+\\
+U+16A5
+&ᚥ&Runic Letter W&\RUw&RUw&
+&
+\\
+U+16B9
+&ᚹ&Runic Letter Wunjo Wynn W&\RUwunjowynnw&RUwunjowynnw&
+&
+\\
+U+16EA
+&ᛪ&Runic Letter X&\RUx&RUx&
+&
+\\
+U+16A4
+&ᚤ&Runic Letter Y&\RUy&RUy&
+&
+\\
+U+16A3
+&ᚣ&Runic Letter Yr&\RUyr&RUyr&
+&
+\\
+U+16CE
+&ᛎ&Runic Letter Z&\RUz&RUz&
+&
+\\
+U+2650
+&♐&Sagittarius&\saggitarius&saggitarius&
+\hyperlink{U+00AA}{U+00AA}
+&
+\\
+U+00E8
+&è&Latin Small Letter E with Grave&\salute&salute&
+&
+\\
+U+00C5
+&Å&Latin Capital Letter A with Ring Above&\samhuinn&samhuinn&
+&
+\\
+U+2644
+&♄&Saturn&\saturn&saturn&
+\hyperlink{U+0076}{U+0076}
+&
+\\
+U+2022
+&•&Bullet&\scorpio&scorpio&
+&
+\\
+U+264F
+&♏&Scorpius&\scorpius&scorpius&
+&
+\\
+U+00EC
+&ì&Latin Small Letter I with Grave&\scourge&scourge&
+&
+\\
+U+2BDD
+&⯝&White Moon Selena&\selena&selena&
+&
+\\
+U+26BA
+&⚺&Semisextile&\semisextile&semisextile&
+&
+\\
+U+005C
+&\textbackslash&Reverse Solidus&\serpentimpaled&serpentimpaled&
+&
+\\
+U+26BC
+&⚼&Sesquiquadrate&\sesquiquadrate&sesquiquadrate&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+26B9
+&⚹&Sextile&\sextile&sextile&
+\hyperlink{U+0042}{U+0042}
+&
+\\
+U+25A1
+&□&White Square&\square&square&
+\hyperlink{U+004F}{U+004F}
+&
+\\
+U+003B
+&;&Semicolon&\stareightarrows&stareightarrows&
+&
+\\
+U+002E
+&.&Full Stop&\sulphur&sulphur&
+&
+\\
+U+0035
+&5&Digit Five&\sun&sun&
+&
+\\
+U+0038
+&8&Digit Eight&\suncoronafourspokes&suncoronafourspokes&
+\hyperlink{U+0033}{U+0033}
+&
+\\
+U+0039
+&9&Digit Nine&\suncoronahubfourspokes&suncoronahubfourspokes&
+&
+\\
+U+003D
+&=&Equals Sign&\suncoronasixspokes&suncoronasixspokes&
+&
+\\
+U+0037
+&7&Digit Seven&\suneightspokes&suneightspokes&
+&
+\\
+U+0036
+&6&Digit Six&\sunfourdoublespokes&sunfourdoublespokes&
+&
+\\
+U+0030
+&0&Digit Zero&\sunfourspokes&sunfourspokes&
+&
+\\
+U+263C
+&☼&White Sun with Rays&\sunrays&sunrays&
+&
+\\
+U+002D
+&-&Hyphen-Minus&\sunthreedoublespokes&sunthreedoublespokes&
+&
+\\
+U+0031
+&1&Digit One&\sunwithrays&sunwithrays&
+&
+\\
+U+0032
+&2&Digit Two&\sunwithraysfourspokes&sunwithraysfourspokes&
+&
+\\
+U+2649
+&♉&Taurus&\taurus&taurus&
+\hyperlink{U+2122}{U+2122}
+&
+\\
+U+2BD7
+&⯗&Transpluto&\transpluto&transpluto&
+&
+\\
+U+2BDF
+&⯟&True Light Moon Arta&\truelightmoonarta&truelightmoonarta&
+&
+\\
+U+2645
+&♅&Uranus&\uranus&uranus&
+\hyperlink{U+0062}{U+0062}
+&
+\\
+U+003A
+&:&Colon&\valknutoutline&valknutoutline&
+&
+\\
+U+0022
+&“&Quotation Mark&\valknutsolid&valknutsolid&
+&
+\\
+U+007E
+&\~{}&Tilde&\vargemini&vargemini&
+&
+\\
+U+26E2
+&⛢&Astronomical Symbol For Uranus&\varuranus&varuranus&
+&
+\\
+U+007A
+&z&Latin Small Letter Z&\venus&venus&
+&
+\\
+U+00D3
+&Ó&Latin Capital Letter O with Acute&\venusfigureoutline&venusfigureoutline&
+&
+\\
+U+00F3
+&ó&Latin Small Letter O with Acute&\venusfiguresolid&venusfiguresolid&
+&
+\\
+U+26A8
+&⚨&Vertical Male with Stroke Sign&\verticalmalewithstroke&verticalmalewithstroke&
+&
+\\
+U+26B6
+&⚶&Vesta&\vesta&vesta&
+&
+\\
+U+264D
+&♍&Virgo&\virgo&virgo&
+\hyperlink{U+00A7}{U+00A7}
+&
+\\
+U+2BE6
+&⯦&Vulcanus&\vulcanus&vulcanus&
+&
+\\
+U+007B
+&\{&Left Curly Bracket&\waterelement&waterelement&
+&
+\\
+U+0044
+&D&Latin Capital Letter D&\whiteknifeeast&whiteknifeeast&
+&
+\\
+U+0053
+&S&Latin Capital Letter S&\whiteknifenorth&whiteknifenorth&
+&
+\\
+U+0041
+&A&Latin Capital Letter A&\whiteknifesouth&whiteknifesouth&
+&
+\\
+U+0046
+&F&Latin Capital Letter F&\whiteknifewest&whiteknifewest&
+&
+\\
+U+0132
+&IJ&Latin Capital Ligature Ij&\yule&yule&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+2BE2
+&⯢&Zeus&\zeus&zeus&
+&
+\\
+\end{tabular}


Property changes on: trunk/Master/texmf-dist/doc/fonts/symbats3/latexname.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/fonts/symbats3/symbats3.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/fonts/symbats3/symbats3.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/symbats3/symbats3.pdf	2022-05-24 20:25:34 UTC (rev 63393)
+++ trunk/Master/texmf-dist/doc/fonts/symbats3/symbats3.pdf	2022-05-24 20:26:49 UTC (rev 63394)

Property changes on: trunk/Master/texmf-dist/doc/fonts/symbats3/symbats3.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/fonts/symbats3/symbats3.tex
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/symbats3/symbats3.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/fonts/symbats3/symbats3.tex	2022-05-24 20:26:49 UTC (rev 63394)
@@ -0,0 +1,319 @@
+\PassOptionsToPackage{svgnames}{xcolor}
+\documentclass{article}
+\usepackage{fontspec,symbats3,array,parskip,fancyhdr,setspace,relsize}
+\usepackage[backend=biber,style=authoryear]{biblatex}
+\usepackage{draftwatermark,enumitem,xcolor,multicol,menukeys,sectsty}
+\usepackage[normalem]{ulem}
+\addbibresource{symbats3.bib}
+\ULdepth=0pt
+\makeatletter
+\UL at height=.4pt
+\renewcommand\uline{%
+  \bgroup\markoverwith{\textcolor{Red}{\rule[\ULdepth]{2pt}{\UL at height}}}\ULon}
+\allsectionsfont{\sffamily}
+\makeatother
+\setmainfont{Alegreya}
+\setsansfont{Alegreya Sans}
+\setmonofont[Scale=MatchLowercase]{InconsolataN}
+\usepackage[a4paper,margin=1cm,top=2cm,bottom=2cm]{geometry}
+\def\,{,}
+\def\<{\texttt{<}}
+\def\|{\textbar}
+\def\>{\texttt{>}}
+\setcounter{tocdepth}{1}
+\newcommand{\vstrut}{\vrule height1.2em width0pt}
+\pagestyle{fancy}
+\rhead{\scriptsize\leftmark}
+\lhead{}
+\renewcommand{\abstractname}{Summary}
+\usepackage{hyperref}
+\hypersetup{colorlinks=true,linkcolor=MediumBlue,urlcolor=MediumBlue}
+\begin{document}\raggedright
+\title{Symbats 3.0 font macros for \LaTeX}
+\author{Peter Flynn\\Silmaril Consultants\\\texttt{peter at silmaril.ie}}
+\maketitle
+\begin{center}
+\begin{minipage}{.75\textwidth}
+\begin{abstract}\onehalfspacing\raggedright\parindent1em\noindent
+{S\smaller YMBATS} is a Neopagan dingbats typeface family that includes
+various religious, astrological and other symbols, plus support for
+Runic and Ogham script. The designer, Feòrag, has kindly released the
+fonts under the SIL Open Font License Version 1.1 (26 February 2007).
+
+This \LaTeX\ package (\textsf{symbats}) is released under the
+\LaTeX\ Project Public License (LPPL), version 1.3c.  This is a draft
+package and is not yet available for public test. Future (working)
+versions will be uploaded to the Comprehensive \TeX\ Archive Network
+(CTAN).
+
+\subsubsection*{Current status}
+\begin{enumerate}
+  \item Names for use as commands in \LaTeX\ have been specified for
+    all identified glyphs, but need further checking
+  \item Names for glyphs positioned for older versions of the fonts
+    have been prefixed `old' where this was identifiable;
+  \item Names for Runic are prefixed `RU' and names for Ogham are
+    prefixed `OG';
+  \item Names which otherwise appear to be duplicates have been
+    prefixed `dup'.
+\end{enumerate}
+\subsubsection*{Errors and omissions}
+The maintainer of this package is Peter Flynn
+\href{mailto:peter at silmaril.ie}{\nolinkurl{peter at silmaril.ie}}. Please
+notify any errors or omissions, especially corrections to the naming,
+to the maintainer.
+\end{abstract}
+\tableofcontents
+\subsection*{History}
+\begin{itemize}[nosep]
+  \item[0.8] 2022-01-18 Baseline adjustment option added,
+    documentation updated
+  \item[0.7] 2022-01-11 Last duplicated names fixed, .sty file created
+    manually
+  \item[0.6] 2022-01-08 Names edited and normalised, out for checking
+  \item[0.5] 2022-01-06 Got feedback, edited names as suggested,
+    created Makefile
+  \item[0.4] 2022-01-04 Sent name list to Feòrag for checking
+  \item[0.3] 2022-01-03 Created CSV and \LaTeX\ files
+  \item[0.2] 2022-01-02 First pass at constructing names for the
+    glyphs
+  \item[0.1] 2021-12-20 Downloaded font, extracted list of glyph
+    codepoints
+\end{itemize}
+\end{minipage}
+\end{center}
+\clearpage
+\begin{multicols*}{2}
+\large
+\section{Symbats 3.0}
+Symbats is a Neopagan dingbats font which has been developed by Feòrag
+over a couple of decades, and recently re-released in an updated
+version announced in a Twitter
+post\footnote{\url{https://twitter.com/Feorag/status/1473048711601266690?s=20}}
+on Winter Solstice Eve 2021.
+
+The font comes in three weights, and has many additions and
+redesigns. The files are distributed in OpenType format
+(\texttt{.otf}) from the author's
+website.\footnote{\url{https://www.feorag.com/freestuff/symbats.html}}\label{intro}
+
+\subsection{\LaTeX\ version}
+
+For the \LaTeX\ version, I have assigned control sequences
+(\LaTeX\ commands) to all the glyphs. They are listed in this document
+three times, in different orders for ease of reference:
+\begin{enumerate}[nosep]
+\item index order of Unicode codepoint;
+\item alphabetical order of \LaTeX\ name;
+\item alphabetical order of Unicode name.
+\end{enumerate}
+
+\subsection{Numeric character positions}\label{numpos}
+
+For historical reasons, some of the glyphs are in the code positions
+of ASCII printable characters (U+0021 to U+007E), where they were
+originally placed for ease of typing in pre-Unicode days.
+
+For compatibility with older versions, these glyphs are still in
+place, but in cases where there are now real Unicode codepoints for the
+exact characters by name, the glyph is duplicated at the new position
+and the glyph at the original location has its name prefixed with
+`\texttt{old}'. To the best of my understanding, the two glyphs are
+identical in each case.
+
+These duplications are noted in the following tables in the
+\textbf{Dupes} column with a clickable link to the other position
+(note that all these links go to the first listing, the index order of
+codepoint, not to the listing in which you clicked).
+
+For example, Earth (\oldearth) was originally at U+003C, but
+Unicode now defines an actual codepoint named `Earth' at U+2641, so
+the glyph is named in that location as \verb+\earth+ and the
+original at U+003C is named \verb+\oldearth+; but they are identical.
+
+\subsection{Naming}
+
+In choosing the names, the methodology used was:
+
+\begin{enumerate}
+
+\item If the glyph has an established name (Sun, Earth, Pentagram)
+  that name is used in all lowercase, eg \verb+\earth+;
+
+\item Glyphs with multiple variants (moon, new moon, waxing moon,
+  waning moon, etc) are named with the principal component first, eg
+  \verb+\moonnew+, \verb+\moonfull+, \verb+\moonwaningoutline+,
+  \verb+\moonwaningsolid+, etc.
+
+  These can best be compared in the Unicode name order listing in
+  \hyperref[unicodename]{\S\ref{unicodename}} starting on
+  p.\pageref{unicodename}.
+
+\item Variations in \textbf{pentagrams} include:
+  \begin{itemize}[nosep]
+  \item \textbf{rough} (sketched lines);
+  \item \textbf{inverted} (abbreviated to \texttt{inv} to save typing);
+  \item \textbf{interlaced} (lines pass in front and behind others);
+  \item handedness of the interlacing (\textbf{Right} \textit{vs}
+    \textbf{Left}) using capital \texttt{R} and \texttt{L};
+  \item \textbf{circled} (ring around) \textit{vs} \textbf{solid}
+    (reversed out).
+  \end{itemize}
+  For the first three (rough, inverted, and interlaced) there is no
+  explicit opposite in the name, so the complement of
+  \verb+\pentagramroughcircled+ is just \verb+\pentagramcircled+:
+  there is no `smooth' in the name.
+
+  Similarly, upright symbols are not
+  named as such, only the inverted versions get an `\texttt{inv}' in
+  their name.
+
+  Where there is an obvious complement, this is linked in the
+  \textbf{Compl} column in a similar manner to the \textbf{Dupes}
+  method described in \hyperref[numpos]{\S\ref{numpos}}.
+
+\item Variations in \textbf{sun} and \textbf{moon} include:
+  \begin{itemize}[nosep]
+  \item glyph in \textbf{outline} or \textbf{solid} (ie empty or filled);
+  \item sun — number of \textbf{spokes} [is this the correct term? rays?];
+  \item sun — \textbf{corona} (external ring);
+  \item sun — \textbf{hub} (centre ring);
+  \item moon — phase (new, first quarter, third quarter, full, waxing,
+    waning).
+  \end{itemize}
+  As with the pentagrams, the absence of an effect is signalled by
+  the absence of the term in the name.
+
+\item Ogham letter names are prefixed with `\texttt{OG}';
+
+\item Runic letter names are prefixed with `\texttt{RU}';
+
+\item For any existing glyph for which a formal Unicode codepoint now
+  exists, the name in the original location is prefixed by
+  `\texttt{old}' as described in \hyperref[numpos]{\S\ref{numpos}};
+
+\item A few names are not known, or not readily identifiable, or lost
+  to the mists of time. These have been guessed at, and I would
+  welcome suggestions.
+  
+\end{enumerate}
+
+\section{Usage}
+
+\begin{enumerate}
+  
+\item Download the fonts from the URI given in
+  \hyperref[intro]{\S\ref{intro} Introduction} and install them into
+  your computer according to your operating system's instructions
+  (see instructions at the end of this page).
+
+\item Install the package file \verb+symbats3.sty+ into your
+  Personal \TeX\ Folder (create it if it does not already exist), eg
+  {\small\begin{description}[nosep,leftmargin=1em,font=\sffamily]
+  \item[Linux] \texttt{~/texmf/tex/latex/symbats3}
+    \item[Mac OS\thinspace X]
+      \texttt{~/Library/texmf/tex/latex/symbats3}
+    \item[Windows] (Win95–XP) \verb+C:\texmf\tex\latex\symbats3+\\
+      (Win 7–11) \verb+Computer\System\Users\your~name\texmf+
+      \par\smallskip
+      \textbf{Note} MiK\TeX\ users \textsf{\smaller MUST} add their Personal
+      \TeX\ Folder to their MiK\TeX\ root when it is created; and
+      \textsf{\smaller MUST} refresh their Font
+      Name DataBase (FNDB) utility after installation: see the link
+      below. No action is required for other systems.
+  \end{description}}
+  
+  See
+  \url{http://latex.silmaril.ie/formattinginformation/personal.html}
+  for more information about your
+  Personal \TeX\ Folder and about how to use it in MiK\TeX\ \parencite{fi}.
+
+\item Add the line \verb+\usepackage{symbats3}+ to the Preamble of
+  your \LaTeX\ document.
+
+  \end{enumerate}
+
+Note that the \textsf{symbats3} package \textsf{\smaller REQUIRES} the
+\textsf{fontspec} package for Unicode and OpenType fonts. The
+\textsf{symbats3} package \textsf{\smaller CANNOT} be used with the old
+\textsf{fontenc} and \textsf{inputenc} packages.
+
+\subsection{Options}
+
+There is only one option to this version of the package:
+\verb+[descenders]+, which lowers the height of the glyphs to align with
+the descenders of the surrounding text.
+
+By default, the glyphs print with their baseline aligned with the
+baseline of the surrounding text, eg
+
+\uline{\hbox{\sffamily\huge Baseline: \pentagram}}
+
+In many cases the glyph fits better if it is aligned instead with the
+bottom of the descenders (q, y, p, j, g) of the surrounding text, eg
+
+\uline{\hbox{\sffamily\huge Descenders (qypjg): \pentagram[-.5ex]}}
+
+The package option \verb+[descenders]+ will automatically calculate the
+depth of the descenders for the current font and lower the glyph to
+align with them, eg
+
+\verb+\usepackage[descenders]{symbats3}+
+
+In addition, there is an optional argument to every glyph command to
+specify a different height or depth, eg
+
+\verb+\pentagraminvsolid[-.666ex]+
+
+will produce
+
+\uline{\hbox{\sffamily\huge Manual: \pentagraminvsolid[-.666ex]}}
+
+\bigskip\hrule\bigskip
+
+\section*{Note on required features}
+In this document, the keywords
+    {\sffamily {\smaller MUST}}, {\sffamily {\smaller MUST NOT}}, {\sffamily {\smaller REQUIRED}},
+    {\sffamily {\smaller SHALL}}, {\sffamily {\smaller SHALL NOT}}, {\sffamily {\smaller SHOULD}},
+    {\sffamily {\smaller SHOULD NOT}},
+    {\sffamily {\smaller RECOMMENDED}},
+    {\sffamily {\smaller MAY}}, and
+    {\sffamily {\smaller OPTIONAL}} have a specific
+    meaning when shown in {\sffamily {\smaller THIS TYPESTYLE}}, and
+    {\sffamily {\smaller MUST}} be interpreted as described in
+    RFC 2119 \parencite{rfc2119}.
+When shown in another typestyle, these words keep their conventional
+    contextual degree of meaning.\par
+
+\printbibliography
+
+\vfill
+\section*{Installing OpenType™ and TrueType™ fonts}
+
+  \begin{description}
+    \item[Linux:] Run the \textsf{Font Manager} app, click
+      \keys{\texttt{+}} and select the font files to install.
+    \item[Mac OS X] Run the \textsf{Font Book} app, click the
+      \textsf{Add} button in the Font Book toolbar, locate and select
+      a font, then click \textsf{Open}. Drag the font file to the Font
+      Book app icon in the Dock. Double-click the font file in the
+      Finder, then click \textsf{Install Font} in the dialog that
+      appears.
+    \item[Windows:] Run \textsf{Directory Explorer} (what used to be
+      called \textsf{My Computer}), right-click on
+      each font file where you downloaded it, and select \textsf{Install}.
+  \end{description}
+
+\end{multicols*}
+\clearpage
+\section{Symbats3 in index order of Unicode codepoint}\label{codepoint}
+\input{codepoint}
+\clearpage
+\section{Symbats3 in alphabetical order of \LaTeX\ name}\label{latexname}
+\input{latexname}
+\clearpage
+\section{Symbats3 in alphabetical order of Unicode name}\label{unicodename}
+\input{unicodename}
+%\clearpage
+%\input{test}
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/fonts/symbats3/symbats3.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/fonts/symbats3/unicodename.tex
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/symbats3/unicodename.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/fonts/symbats3/unicodename.tex	2022-05-24 20:26:49 UTC (rev 63394)
@@ -0,0 +1,1550 @@
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+2BE5
+&⯥&Admetos&\admetos&admetos&
+&
+\\
+U+0026
+&\&&Ampersand&\oldmoonwaningoutline&oldmoonwaningoutline&
+\hyperlink{U+263E}{U+263E}
+&
+\\
+U+2220
+&∠&Angle&\angleacute&angleacute&
+&
+\\
+U+2625
+&☥&Ankh&\ankh&ankh&
+\hyperlink{U+00E0}{U+00E0}
+&
+\\
+U+2BE4
+&⯤&Apollon&\apollon&apollon&
+&
+\\
+U+0027
+&'&Apostrophe&\lightning&lightning&
+&
+\\
+U+2652
+&♒&Aquarius&\aquarius&aquarius&
+\hyperlink{U+2013}{U+2013}
+&
+\\
+U+2648
+&♈&Aries&\aries&aries&
+\hyperlink{U+00A1}{U+00A1}
+&
+\\
+U+260A
+&☊&Ascending Node&\ascendingnode&ascendingnode&
+\hyperlink{U+0058}{U+0058}
+&
+\\
+U+002A
+&*&Asterisk&\moonwaxingsolid&moonwaxingsolid&
+&
+\\
+U+2BD9
+&⯙&Astraea&\astraea&astraea&
+&
+\\
+U+26E2
+&⛢&Astronomical Symbol For Uranus&\varuranus&varuranus&
+&
+\\
+U+2BDE
+&⯞&Black Diamond On Cross&\blackdiamondoncross&blackdiamondoncross&
+&
+\\
+U+26B8
+&⚸&Black Moon Lilith&\blackmoonlilith&blackmoonlilith&
+&
+\\
+U+2022
+&•&Bullet&\scorpio&scorpio&
+&
+\\
+U+264B
+&♋&Cancer&\cancer&cancer&
+\hyperlink{U+00A2}{U+00A2}
+&
+\\
+U+2651
+&♑&Capricorn&\capricorn&capricorn&
+\hyperlink{U+00BA}{U+00BA}
+&
+\\
+U+00A2
+&¢&Cent Sign&\oldcancer&oldcancer&
+\hyperlink{U+264B}{U+264B}
+&
+\\
+U+26B3
+&⚳&Ceres&\ceres&ceres&
+\hyperlink{U+002C}{U+002C}
+&
+\\
+U+26B7
+&⚷&Chiron&\chiron&chiron&
+&
+\\
+U+2295
+&⊕&Circled Plus&\circleplus&circleplus&
+&
+\\
+U+005E
+&\^{}&Circumflex Accent&\moonlastquarteroutline&moonlastquarteroutline&
+&
+\\
+U+003A
+&:&Colon&\valknutoutline&valknutoutline&
+&
+\\
+U+002C
+&\,&Comma&\oldceres&oldceres&
+\hyperlink{U+26B3}{U+26B3}
+&
+\\
+U+0040
+&@&Commercial At&\moonwaxfullwanesolid&moonwaxfullwanesolid&
+&
+\\
+U+260C
+&☌&Conjunction&\conjunction&conjunction&
+\hyperlink{U+0043}{U+0043}
+&
+\\
+U+2BE0
+&⯠&Cupido&\cupido&cupido&
+&
+\\
+U+260B
+&☋&Descending Node&\descendingnode&descendingnode&
+\hyperlink{U+005A}{U+005A}
+&
+\\
+U+0038
+&8&Digit Eight&\suncoronafourspokes&suncoronafourspokes&
+\hyperlink{U+0033}{U+0033}
+&
+\\
+U+0035
+&5&Digit Five&\sun&sun&
+&
+\\
+U+0034
+&4&Digit Four&\octile&octile&
+&
+\\
+U+0039
+&9&Digit Nine&\suncoronahubfourspokes&suncoronahubfourspokes&
+&
+\\
+U+0031
+&1&Digit One&\sunwithrays&sunwithrays&
+&
+\\
+U+0037
+&7&Digit Seven&\suneightspokes&suneightspokes&
+&
+\\
+U+0036
+&6&Digit Six&\sunfourdoublespokes&sunfourdoublespokes&
+&
+\\
+U+0033
+&3&Digit Three&\oldsuncoronafourspokes&oldsuncoronafourspokes&
+\hyperlink{U+0038}{U+0038}
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+0032
+&2&Digit Two&\sunwithraysfourspokes&sunwithraysfourspokes&
+&
+\\
+U+0030
+&0&Digit Zero&\sunfourspokes&sunfourspokes&
+&
+\\
+U+0024
+&\$&Dollar Sign&\moonfirstquarteroutline&moonfirstquarteroutline&
+&
+\\
+U+26A2
+&⚢&Doubled Female Sign&\doubledfemale&doubledfemale&
+&
+\\
+U+26A3
+&⚣&Doubled Male Sign&\doubledmale&doubledmale&
+&
+\\
+U+2641
+&♁&Earth&\earth&earth&
+\hyperlink{U+003C}{U+003C}
+&
+\\
+U+2013
+&–&En Dash&\oldaquarius&oldaquarius&
+\hyperlink{U+2652}{U+2652}
+&
+\\
+U+003D
+&=&Equals Sign&\suncoronasixspokes&suncoronasixspokes&
+&
+\\
+U+0021
+&!&Exclamation Mark&\moonwaxfullwaneoutline&moonwaxfullwaneoutline&
+&
+\\
+U+2640
+&♀&Female Sign&\female&female&
+&
+\\
+U+00AA
+&ª&Feminine Ordinal Indicator&\oldsaggitarius&oldsaggitarius&
+\hyperlink{U+2650}{U+2650}
+&
+\\
+U+263D
+&☽&First Quarter Moon&\moonwaxingoutline&moonwaxingoutline&
+\hyperlink{U+00A3}{U+00A3}
+&
+\\
+U+002E
+&.&Full Stop&\sulphur&sulphur&
+&
+\\
+U+264A
+&♊&Gemini&\gemini&gemini&
+\hyperlink{U+0023}{U+0023}
+&
+\\
+U+0060
+&\`{}&Grave Accent&\oldmercury&oldmercury&
+\hyperlink{U+263F}{U+263F}
+&
+\\
+U+003E
+&\>&Greater-Than Sign&\recipe&recipe&
+&
+\\
+U+2BE1
+&⯡&Hades&\hades&hades&
+&
+\\
+U+26A9
+&⚩&Horizontal Male with Stroke Sign&\horizontalmalewithstroke&horizontalmalewithstroke&
+&
+\\
+U+2BDA
+&⯚&Hygiea&\hygiea&hygiea&
+&
+\\
+U+002D
+&-&Hyphen-Minus&\sunthreedoublespokes&sunthreedoublespokes&
+&
+\\
+U+221E
+&∞&Infinity&\oldleo&oldleo&
+\hyperlink{U+264C}{U+264C}
+&
+\\
+U+26A4
+&⚤&Interlocked Female and Male Sign&\interlockedmalefemale&interlockedmalefemale&
+&
+\\
+U+00A1
+&¡&Inv Exclamation Mark&\oldaries&oldaries&
+\hyperlink{U+2648}{U+2648}
+&
+\\
+U+26E7
+&⛧&Inv Pentagram&\pentagraminv&pentagraminv&
+\hyperlink{U+0057}{U+0057}
+&
+\\
+U+26B5
+&⚵&Juno&\juno&juno&
+&
+\\
+U+2643
+&♃&Jupiter&\jupiter&jupiter&
+\hyperlink{U+0063}{U+0063}
+&
+\\
+U+2BE3
+&⯣&Kronos&\kronos&kronos&
+&
+\\
+U+263E
+&☾&Last Quarter Moon&\moonwaningoutline&moonwaningoutline&
+\hyperlink{U+0026}{U+0026}
+&
+\\
+U+0041
+&A&Latin Capital Letter A&\whiteknifesouth&whiteknifesouth&
+&
+\\
+U+00C0
+&À&Latin Capital Letter A with Grave&\powergoingforth&powergoingforth&
+&
+\\
+U+00C5
+&Å&Latin Capital Letter A with Ring Above&\samhuinn&samhuinn&
+&
+\\
+U+0042
+&B&Latin Capital Letter B&\oldsextile&oldsextile&
+\hyperlink{U+26B9}{U+26B9}
+&
+\\
+U+0043
+&C&Latin Capital Letter C&\oldconjunction&oldconjunction&
+\hyperlink{U+260C}{U+260C}
+&
+\\
+U+0044
+&D&Latin Capital Letter D&\whiteknifeeast&whiteknifeeast&
+&
+\\
+U+0045
+&E&Latin Capital Letter E&\pentagraminvintLcircled&pentagraminvintLcircled&
+&
+\hyperlink{U+00C9}{U+00C9}
+\\
+U+00C9
+&É&Latin Capital Letter E with Acute&\pentagraminvintRcircled&pentagraminvintRcircled&
+&
+\hyperlink{U+0045}{U+0045}
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+00C8
+&È&Latin Capital Letter E with Grave&\parting&parting&
+&
+\\
+U+0046
+&F&Latin Capital Letter F&\whiteknifewest&whiteknifewest&
+&
+\\
+U+0047
+&G&Latin Capital Letter G&\mazesquarebase&mazesquarebase&
+&
+\\
+U+0048
+&H&Latin Capital Letter H&\mazeround&mazeround&
+&
+\\
+U+0049
+&I&Latin Capital Letter I&\pentagraminvintRsolid&pentagraminvintRsolid&
+&
+\hyperlink{none}{none}
+\\
+U+00CD
+&Í&Latin Capital Letter I with Acute&\pentagraminvsolid&pentagraminvsolid&
+\hyperlink{U+0055}{U+0055}
+&
+\\
+U+00CE
+&Î&Latin Capital Letter I with Circumflex&\imbolc&imbolc&
+&
+\\
+U+00CF
+&Ï&Latin Capital Letter I with Diaeresis&\eostre&eostre&
+&
+\\
+U+00CC
+&Ì&Latin Capital Letter I with Grave&\beltane&beltane&
+&
+\\
+U+004A
+&J&Latin Capital Letter J&\rockartgoddess&rockartgoddess&
+&
+\\
+U+004B
+&K&Latin Capital Letter K&\rockarthorse&rockarthorse&
+&
+\\
+U+004C
+&L&Latin Capital Letter L&\labrys&labrys&
+&
+\\
+U+004D
+&M&Latin Capital Letter M&\dupsunfourspokes&dupsunfourspokes&
+&
+\\
+U+004E
+&N&Latin Capital Letter N&\oldsquare&oldsquare&
+\hyperlink{U+25A1}{U+25A1}
+&
+\\
+U+004F
+&O&Latin Capital Letter O&\pentagramroughinvsolid&pentagramroughinvsolid&
+&
+\hyperlink{U+006F}{U+006F}
+\\
+U+00D3
+&Ó&Latin Capital Letter O with Acute&\venusfigureoutline&venusfigureoutline&
+&
+\\
+U+00D4
+&Ô&Latin Capital Letter O with Circumflex&\lughnasadh&lughnasadh&
+&
+\\
+U+0050
+&P&Latin Capital Letter P&\pentagramintRtriangle&pentagramintRtriangle&
+&
+\\
+U+0051
+&Q&Latin Capital Letter Q&\pentagraminvcircled&pentagraminvcircled&
+&
+\hyperlink{U+0071}{U+0071}
+\\
+U+0052
+&R&Latin Capital Letter R&\pentagraminvintL&pentagraminvintL&
+&
+\hyperlink{U+0154}{U+0154}
+\\
+U+0154
+&Ŕ&Latin Capital Letter R with Acute&\pentagraminvintR&pentagraminvintR&
+&
+\hyperlink{U+0052}{U+0052}
+\\
+U+0053
+&S&Latin Capital Letter S&\whiteknifenorth&whiteknifenorth&
+&
+\\
+U+0054
+&T&Latin Capital Letter T&\pentagramroughinvcircled&pentagramroughinvcircled&
+&
+\\
+U+0055
+&U&Latin Capital Letter U&\oldpentagraminvsolid&oldpentagraminvsolid&
+\hyperlink{U+00CD}{U+00CD}
+&
+\\
+U+00D9
+&Ù&Latin Capital Letter U with Grave&\perfectcouplethirddegree&perfectcouplethirddegree&
+&
+\\
+U+0056
+&V&Latin Capital Letter V&\oldopposition&oldopposition&
+\hyperlink{U+260D}{U+260D}
+&
+\\
+U+0057
+&W&Latin Capital Letter W&\oldpentagraminv&oldpentagraminv&
+\hyperlink{U+26E7}{U+26E7}
+&
+\\
+U+0058
+&X&Latin Capital Letter X&\oldascendingnode&oldascendingnode&
+\hyperlink{U+260A}{U+260A}
+&
+\\
+U+0059
+&Y&Latin Capital Letter Y&\pentagramroughinv&pentagramroughinv&
+&
+\\
+U+005A
+&Z&Latin Capital Letter Z&\olddescendingnode&olddescendingnode&
+\hyperlink{U+260B}{U+260B}
+&
+\\
+U+0132
+&IJ&Latin Capital Ligature Ij&\yule&yule&
+&
+\\
+U+0061
+&a&Latin Small Letter A&\athamesouth&athamesouth&
+&
+\\
+U+00E0
+&à&Latin Small Letter A with Grave&\oldankh&oldankh&
+\hyperlink{U+2625}{U+2625}
+&
+\\
+U+0062
+&b&Latin Small Letter B&\olduranus&olduranus&
+\hyperlink{U+2645}{U+2645}
+&
+\\
+U+0063
+&c&Latin Small Letter C&\oldjupiter&oldjupiter&
+\hyperlink{U+2643}{U+2643}
+&
+\\
+U+0064
+&d&Latin Small Letter D&\athameeast&athameeast&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+0065
+&e&Latin Small Letter E&\pentagramintRcircled&pentagramintRcircled&
+&
+\hyperlink{U+00E9}{U+00E9}
+\\
+U+00E9
+&é&Latin Small Letter E with Acute&\pentagramintLcircled&pentagramintLcircled&
+&
+\hyperlink{U+0065}{U+0065}
+\\
+U+00E8
+&è&Latin Small Letter E with Grave&\salute&salute&
+&
+\\
+U+0066
+&f&Latin Small Letter F&\athamewest&athamewest&
+&
+\\
+U+0067
+&g&Latin Small Letter G&\hammer&hammer&
+&
+\\
+U+0068
+&h&Latin Small Letter H&\awen&awen&
+&
+\\
+U+0069
+&i&Latin Small Letter I&\oldpentagramintRsolid&oldpentagramintRsolid&
+\hyperlink{U+00ED}{U+00ED}
+&
+\\
+U+00ED
+&í&Latin Small Letter I with Acute&\pentagramintRsolid&pentagramintRsolid&
+\hyperlink{U+0069}{U+0069}
+&
+\\
+U+00EC
+&ì&Latin Small Letter I with Grave&\scourge&scourge&
+&
+\\
+U+006A
+&j&Latin Small Letter J&\fylfotilkley&fylfotilkley&
+&
+\\
+U+006B
+&k&Latin Small Letter K&\aegishjalmur&aegishjalmur&
+&
+\\
+U+006C
+&l&Latin Small Letter L&\eightsabbats&eightsabbats&
+&
+\\
+U+006D
+&m&Latin Small Letter M&\oldpluto&oldpluto&
+\hyperlink{U+2647}{U+2647}
+&
+\\
+U+006E
+&n&Latin Small Letter N&\oldneptune&oldneptune&
+\hyperlink{U+2646}{U+2646}
+&
+\\
+U+006F
+&o&Latin Small Letter O&\pentagramroughsolid&pentagramroughsolid&
+&
+\hyperlink{U+004F}{U+004F}
+\\
+U+00F3
+&ó&Latin Small Letter O with Acute&\venusfiguresolid&venusfiguresolid&
+&
+\\
+U+00F2
+&ò&Latin Small Letter O with Grave&\goddessasmoon&goddessasmoon&
+&
+\\
+U+0070
+&p&Latin Small Letter P&\pentagramwithtriangle&pentagramwithtriangle&
+&
+\\
+U+0071
+&q&Latin Small Letter Q&\pentagramcircled&pentagramcircled&
+&
+\hyperlink{U+0051}{U+0051}
+\\
+U+0072
+&r&Latin Small Letter R&\oldpentagramintR&oldpentagramintR&
+\hyperlink{U+26E5}{U+26E5}
+&
+\hyperlink{U+0155}{U+0155}
+\\
+U+0155
+&ŕ&Latin Small Letter R with Acute&\oldpentagramintL&oldpentagramintL&
+\hyperlink{U+26E6}{U+26E6}
+&
+\\
+U+0073
+&s&Latin Small Letter S&\athamenorth&athamenorth&
+&
+\\
+U+0074
+&t&Latin Small Letter T&\pentagramroughcircled&pentagramroughcircled&
+&
+\\
+U+0075
+&u&Latin Small Letter U&\pentagramsolid&pentagramsolid&
+&
+\\
+U+00F9
+&ù&Latin Small Letter U with Grave&\perfectcouple&perfectcouple&
+&
+\\
+U+0076
+&v&Latin Small Letter V&\oldsaturn&oldsaturn&
+\hyperlink{U+2644}{U+2644}
+&
+\\
+U+0077
+&w&Latin Small Letter W&\oldpentagram&oldpentagram&
+\hyperlink{U+26E4}{U+26E4}
+&
+\\
+U+0078
+&x&Latin Small Letter X&\mars&mars&
+&
+\\
+U+0079
+&y&Latin Small Letter Y&\pentagramrough&pentagramrough&
+&
+\\
+U+007A
+&z&Latin Small Letter Z&\venus&venus&
+&
+\\
+U+007B
+&\{&Left Curly Bracket&\waterelement&waterelement&
+&
+\\
+U+26E6
+&⛦&Left-Handed Interlaced Pentagram&\pentagramintL&pentagramintL&
+\hyperlink{U+0155}{U+0155}
+&
+\\
+U+0028
+&(&Left Parenthesis&\moonfirstquartersolid&moonfirstquartersolid&
+&
+\\
+U+005B
+&[&Left Square Bracket&\fireelement&fireelement&
+&
+\\
+U+264C
+&♌&Leo&\leo&leo&
+\hyperlink{U+221E}{U+221E}
+&
+\\
+U+003C
+&\<&Less-Than Sign&\oldearth&oldearth&
+\hyperlink{U+2641}{U+2641}
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+264E
+&♎&Libra&\libra&libra&
+\hyperlink{U+00B6}{U+00B6}
+&
+\\
+U+005F
+&\_&Low Line&\moonlastquartersolid&moonlastquartersolid&
+&
+\\
+U+26A5
+&⚥&Male and Female Sign&\maleandfemale&maleandfemale&
+&
+\\
+U+2642
+&♂&Male Sign&\male&male&
+&
+\\
+U+26A7
+&⚧&Male with Stroke and Male and Female Sign&\malewithstrokemalefemale&malewithstrokemalefemale&
+&
+\\
+U+26A6
+&⚦&Male with Stroke Sign&\malewithstroke&malewithstroke&
+&
+\\
+U+00BA
+&º&Masculine Ordinal Indicator&\oldcapricorn&oldcapricorn&
+\hyperlink{U+2651}{U+2651}
+&
+\\
+U+263F
+&☿&Mercury&\mercury&mercury&
+\hyperlink{U+0060}{U+0060}
+&
+\\
+U+2BC9
+&⯉&Neptune Form Two&\neptuneformtwo&neptuneformtwo&
+&
+\\
+U+2646
+&♆&Neptune&\neptune&neptune&
+\hyperlink{U+006E}{U+006E}
+&
+\\
+U+2BDC
+&⯜&Nessus&\nessus&nessus&
+&
+\\
+U+26B2
+&⚲&Neuter&\neuter&neuter&
+&
+\\
+U+2260
+&≠&Not Equal To&\oldpisces&oldpisces&
+\hyperlink{U+2653}{U+2653}
+&
+\\
+U+0023
+&\#&Number Sign&\oldgemini&oldgemini&
+\hyperlink{U+264A}{U+264A}
+&
+\\
+U+169B
+&᚛&Ogham Feather Mark&\OGfeather&OGfeather&
+&
+\\
+U+1690
+&ᚐ&Ogham Letter Ailm&\OGailm&OGailm&
+&
+\\
+U+1681
+&ᚁ&Ogham Letter Beith&\OGbeith&OGbeith&
+&
+\\
+U+168A
+&ᚊ&Ogham Letter Ceirt&\OGceirt&OGceirt&
+&
+\\
+U+1689
+&ᚉ&Ogham Letter Coll&\OGcoll&OGcoll&
+&
+\\
+U+1687
+&ᚇ&Ogham Letter Dair&\OGdair&OGdair&
+&
+\\
+U+1695
+&ᚕ&Ogham Letter Eabhadh&\OGeabhadh&OGeabhadh&
+&
+\\
+U+1693
+&ᚓ&Ogham Letter Eadhadh&\OGeadhadh&OGeadhadh&
+&
+\\
+U+1699
+&ᚙ&Ogham Letter Eamhancholl&\OGeamhancholl&OGeamhancholl&
+&
+\\
+U+1683
+&ᚃ&Ogham Letter Fearn&\OGfearn&OGfearn&
+&
+\\
+U+168C
+&ᚌ&Ogham Letter Gort&\OGgort&OGgort&
+&
+\\
+U+1698
+&ᚘ&Ogham Letter Ifin&\OGifin&OGifin&
+&
+\\
+U+1694
+&ᚔ&Ogham Letter Iodhadh&\OGiodhadh&OGiodhadh&
+&
+\\
+U+1682
+&ᚂ&Ogham Letter Luis&\OGluis&OGluis&
+&
+\\
+U+168B
+&ᚋ&Ogham Letter Muin&\OGmuin&OGmuin&
+&
+\\
+U+168D
+&ᚍ&Ogham Letter Ngeadal&\OGngeadal&OGngeadal&
+&
+\\
+U+1685
+&ᚅ&Ogham Letter Nion&\OGnion&OGnion&
+&
+\\
+U+1691
+&ᚑ&Ogham Letter Onn&\OGonn&OGonn&
+&
+\\
+U+1696
+&ᚖ&Ogham Letter Or&\OGor&OGor&
+&
+\\
+U+169A
+&ᚚ&Ogham Letter Peith&\OGpeith&OGpeith&
+&
+\\
+U+168F
+&ᚏ&Ogham Letter Ruis&\OGruis&OGruis&
+&
+\\
+U+1684
+&ᚄ&Ogham Letter Sail&\OGsail&OGsail&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+168E
+&ᚎ&Ogham Letter Straif&\OGstraif&OGstraif&
+&
+\\
+U+1688
+&ᚈ&Ogham Letter Tinne&\OGtinne&OGtinne&
+&
+\\
+U+1686
+&ᚆ&Ogham Letter Uath&\OGuath&OGuath&
+&
+\\
+U+1697
+&ᚗ&Ogham Letter Uilleann&\OGuilleann&OGuilleann&
+&
+\\
+U+1692
+&ᚒ&Ogham Letter Ur&\OGur&OGur&
+&
+\\
+U+169C
+&᚜&Ogham Reversed Feather Mark&\OGreversedfeather&OGreversedfeather&
+&
+\\
+U+260D
+&☍&Opposition&\opposition&opposition&
+\hyperlink{U+0056}{U+0056}
+&
+\\
+U+26B4
+&⚴&Pallas&\pallas&pallas&
+&
+\\
+U+26E4
+&⛤&Pentagram&\pentagram&pentagram&
+\hyperlink{U+0077}{U+0077}
+&
+\\
+U+0025
+&\%&Percent Sign&\moonnew&moonnew&
+&
+\\
+U+2BDB
+&⯛&Pholus&\pholus&pholus&
+&
+\\
+U+00B6
+&¶&Pilcrow Sign&\oldlibra&oldlibra&
+\hyperlink{U+264E}{U+264E}
+&
+\\
+U+2653
+&♓&Pisces&\pisces&pisces&
+\hyperlink{U+2260}{U+2260}
+&
+\\
+U+002B
+&+&Plus Sign&\moonwaningsolid&moonwaningsolid&
+&
+\\
+U+2BD6
+&⯖&Pluto Form Five&\plutoformfive&plutoformfive&
+&
+\\
+U+2BD5
+&⯕&Pluto Form Four&\plutoformfour&plutoformfour&
+&
+\\
+U+2BD4
+&&Pluto Form Three&\plutoformthree&plutoformthree&
+&
+\\
+U+2BD3
+&⯓&Pluto Form Two&\plutoformtwo&plutoformtwo&
+&
+\\
+U+2647
+&♇&Pluto&\pluto&pluto&
+\hyperlink{U+006D}{U+006D}
+&
+\\
+U+2BE7
+&⯧&Poseidon&\poseidon&poseidon&
+&
+\\
+U+00A3
+&£&Pound Sign&\oldmoonwaxingoutline&oldmoonwaxingoutline&
+\hyperlink{U+263D}{U+263D}
+&
+\\
+U+211E
+&℞&Prescription Take (Recipe)&\prescription&prescription&
+&
+\\
+U+2BD8
+&⯘&Proserpina&\proserpina&proserpina&
+&
+\\
+U+003F
+&?&Question Mark&\celtictrefoilknotopen&celtictrefoilknotopen&
+&
+\\
+U+26BB
+&⚻&Quincunx&\quincunx&quincunx&
+&
+\\
+U+0022
+&“&Quotation Mark&\valknutsolid&valknutsolid&
+&
+\\
+U+005C
+&\textbackslash&Reverse Solidus&\serpentimpaled&serpentimpaled&
+&
+\\
+U+007D
+&\}&Right Curly Bracket&\earthelement&earthelement&
+&
+\\
+U+26E5
+&⛥&Right-Handed Interlaced Pentagram&\pentagramintR&pentagramintR&
+&
+\\
+U+0029
+&)&Right Parenthesis&\moonfull&moonfull&
+&
+\\
+U+005D
+&]&Right Square Bracket&\airelement&airelement&
+&
+\\
+U+16EE
+&ᛮ&Runic Arlaug Symbol&\RUarlaugsymbol&RUarlaugsymbol&
+&
+\\
+U+16F0
+&ᛰ&Runic Belgthor Symbol&\RUbelgthorsymbol&RUbelgthorsymbol&
+&
+\\
+U+16ED
+&᛭&Runic Cross Punctuation&\RUcrosspunctuation&RUcrosspunctuation&
+&
+\\
+U+16AA
+&ᚪ&Runic Letter Ac A&\RUaca&RUaca&
+&
+\\
+U+16AB
+&ᚫ&Runic Letter Aesc&\RUaesc&RUaesc&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+16C9
+&ᛉ&Runic Letter Algiz Eolhx&\RUalgizeolhx&RUalgizeolhx&
+&
+\\
+U+16A8
+&ᚨ&Runic Letter Ansuz A&\RUansuza&RUansuza&
+&
+\\
+U+16D2
+&ᛒ&Runic Letter Berkanan Beorc Bjarkan B&\RUberkananbeorcbjarkanb&RUberkananbeorcbjarkanb&
+&
+\\
+U+16E3
+&ᛣ&Runic Letter Calc&\RUcalc&RUcalc&
+&
+\\
+U+16E4
+&ᛤ&Runic Letter Cealc&\RUcealc&RUcealc&
+&
+\\
+U+16B3
+&ᚳ&Runic Letter Cen&\RUcen&RUcen&
+&
+\\
+U+16CD
+&ᛍ&Runic Letter C&\RUc&RUc&
+&
+\\
+U+16E2
+&ᛢ&Runic Letter Cweorth&\RUcweorth&RUcweorth&
+&
+\\
+U+16DE
+&ᛞ&Runic Letter Dagaz Daeg D&\RUdagazdaegd&RUdagazdaegd&
+&
+\\
+U+16DB
+&ᛛ&Runic Letter Dotted-L&\RUdottedl&RUdottedl&
+&
+\\
+U+16C0
+&ᛀ&Runic Letter Dotted-N&\RUdottedn&RUdottedn&
+&
+\\
+U+16D4
+&ᛔ&Runic Letter Dotted-P&\RUdottedp&RUdottedp&
+&
+\\
+U+16D1
+&ᛑ&Runic Letter D&\RUd&RUd&
+&
+\\
+U+16E0
+&ᛠ&Runic Letter Ear&\RUear&RUear&
+&
+\\
+U+16D6
+&ᛖ&Runic Letter Ehwaz Eh E&\RUehwazehe&RUehwazehe&
+&
+\\
+U+16B6
+&ᚶ&Runic Letter Eng&\RUeng&RUeng&
+&
+\\
+U+16C2
+&ᛂ&Runic Letter E&\RUe&RUe&
+&
+\\
+U+16A7
+&ᚧ&Runic Letter Eth&\RUeth&RUeth&
+&
+\\
+U+16A0
+&ᚠ&Runic Letter Fehu Feoh Fe F&\RUfehufeohfef&RUfehufeohfef&
+&
+\\
+U+16F7
+&ᛷ&Runic Letter Franks Casket Ac&\RUfrankscasketac&RUfrankscasketac&
+&
+\\
+U+16F8
+&ᛸ&Runic Letter Franks Casket Aesc&\RUfrankscasketaesc&RUfrankscasketaesc&
+&
+\\
+U+16F6
+&ᛶ&Runic Letter Franks Casket Eh&\RUfrankscasketeh&RUfrankscasketeh&
+&
+\\
+U+16F5
+&ᛵ&Runic Letter Franks Casket Is&\RUfrankscasketis&RUfrankscasketis&
+&
+\\
+U+16F4
+&ᛴ&Runic Letter Franks Casket Os&\RUfrankscasketos&RUfrankscasketos&
+&
+\\
+U+16B8
+&ᚸ&Runic Letter Gar&\RUgar&RUgar&
+&
+\\
+U+16B7
+&ᚷ&Runic Letter Gebo Gyfu G&\RUgebogyfug&RUgebogyfug&
+&
+\\
+U+16C4
+&ᛄ&Runic Letter Ger&\RUger&RUger&
+&
+\\
+U+16B5
+&ᚵ&Runic Letter G&\RUg&RUg&
+&
+\\
+U+16BB
+&ᚻ&Runic Letter Haegl H&\RUhaeglh&RUhaeglh&
+&
+\\
+U+16BA
+&ᚺ&Runic Letter Haglaz H&\RUhaglazh&RUhaglazh&
+&
+\\
+U+16E8
+&ᛨ&Runic Letter Icelandic-Yr&\RUicelandicyr&RUicelandicyr&
+&
+\\
+U+16DD
+&ᛝ&Runic Letter Ing&\RUing&RUing&
+&
+\\
+U+16DC
+&ᛜ&Runic Letter Ingwaz&\RUingwaz&RUingwaz&
+&
+\\
+U+16E1
+&ᛡ&Runic Letter Ior&\RUior&RUior&
+&
+\\
+U+16C1
+&ᛁ&Runic Letter Isaz Is Iss I&\RUisazisissi&RUisazisissi&
+&
+\\
+U+16C7
+&ᛇ&Runic Letter Iwaz Eoh&\RUiwazeoh&RUiwazeoh&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+16C3
+&ᛃ&Runic Letter Jeran J&\RUjeranj&RUjeranj&
+&
+\\
+U+16B2
+&ᚲ&Runic Letter Kauna&\RUkauna&RUkauna&
+&
+\\
+U+16B4
+&ᚴ&Runic Letter Kaun K&\RUkaunk&RUkaunk&
+&
+\\
+U+16F1
+&ᛱ&Runic Letter K&\RUk&RUk&
+&
+\\
+U+16DA
+&ᛚ&Runic Letter Laukaz Lagu Logr L&\RUlaukazlagulogrl&RUlaukazlagulogrl&
+&
+\\
+U+16C5
+&ᛅ&Runic Letter Long-Branch-Ar Ae&\RUlongbrancharae&RUlongbrancharae&
+&
+\\
+U+16BC
+&ᚼ&Runic Letter Long-Branch-Hagall H&\RUlongbranchhagallh&RUlongbranchhagallh&
+&
+\\
+U+16D8
+&ᛘ&Runic Letter Long-Branch-Madr M&\RUlongbranchmadrm&RUlongbranchmadrm&
+&
+\\
+U+16AC
+&ᚬ&Runic Letter Long-Branch-Oss O&\RUlongbranchosso&RUlongbranchosso&
+&
+\\
+U+16E6
+&ᛦ&Runic Letter Long-Branch-Yr&\RUlongbranchyr&RUlongbranchyr&
+&
+\\
+U+16D7
+&ᛗ&Runic Letter Mannaz Man M&\RUmannazmanm&RUmannazmanm&
+&
+\\
+U+16BE
+&ᚾ&Runic Letter Naudiz Nyd Naud N&\RUnaudiznydnaudn&RUnaudiznydnaudn&
+&
+\\
+U+16AF
+&ᚯ&Runic Letter Oe&\RUoe&RUoe&
+&
+\\
+U+16B0
+&ᚰ&Runic Letter On&\RUon&RUon&
+&
+\\
+U+16F3
+&ᛳ&Runic Letter Oo&\RUoo&RUoo&
+&
+\\
+U+16D5
+&ᛕ&Runic Letter Open-P&\RUopenp&RUopenp&
+&
+\\
+U+16AE
+&ᚮ&Runic Letter O&\RUo&RUo&
+&
+\\
+U+16A9
+&ᚩ&Runic Letter Os O&\RUoso&RUoso&
+&
+\\
+U+16DF
+&ᛟ&Runic Letter Othalan Ethel O&\RUothalanethelo&RUothalanethelo&
+&
+\\
+U+16C8
+&ᛈ&Runic Letter Pertho Peorth P&\RUperthopeorthp&RUperthopeorthp&
+&
+\\
+U+16E9
+&ᛩ&Runic Letter Q&\RUq&RUq&
+&
+\\
+U+16B1
+&ᚱ&Runic Letter Raido Rad Reid R&\RUraidoradreidr&RUraidoradreidr&
+&
+\\
+U+16C6
+&ᛆ&Runic Letter Short-Twig-Ar A&\RUshorttwigara&RUshorttwigara&
+&
+\\
+U+16D3
+&ᛓ&Runic Letter Short-Twig-Bjarkan B&\RUshorttwigbjarkanb&RUshorttwigbjarkanb&
+&
+\\
+U+16BD
+&ᚽ&Runic Letter Short-Twig-Hagall H&\RUshorttwighagallh&RUshorttwighagallh&
+&
+\\
+U+16D9
+&ᛙ&Runic Letter Short-Twig-Madr M&\RUshorttwigmadrm&RUshorttwigmadrm&
+&
+\\
+U+16BF
+&ᚿ&Runic Letter Short-Twig-Naud N&\RUshorttwignaudn&RUshorttwignaudn&
+&
+\\
+U+16AD
+&ᚭ&Runic Letter Short-Twig-Oss O&\RUshorttwigosso&RUshorttwigosso&
+&
+\\
+U+16CC
+&ᛌ&Runic Letter Short-Twig-Sol S&\RUshorttwigsols&RUshorttwigsols&
+&
+\\
+U+16D0
+&ᛐ&Runic Letter Short-Twig-Tyr T&\RUshorttwigtyrt&RUshorttwigtyrt&
+&
+\\
+U+16E7
+&ᛧ&Runic Letter Short-Twig-Yr&\RUshorttwigyr&RUshorttwigyr&
+&
+\\
+U+16F2
+&ᛲ&Runic Letter Sh&\RUsh&RUsh&
+&
+\\
+U+16CB
+&ᛋ&Runic Letter Sigel Long-Branch-Sol S&\RUsigellongbranchsols&RUsigellongbranchsols&
+&
+\\
+U+16CA
+&ᛊ&Runic Letter Sowilo S&\RUsowilos&RUsowilos&
+&
+\\
+U+16E5
+&ᛥ&Runic Letter Stan&\RUstan&RUstan&
+&
+\\
+U+16A6
+&ᚦ&Runic Letter Thurisaz Thurs Thorn&\RUthurisazthursthorn&RUthurisazthursthorn&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+16CF
+&ᛏ&Runic Letter Tiwaz Tir Tyr T&\RUtiwaztirtyrt&RUtiwaztirtyrt&
+&
+\\
+U+16A2
+&ᚢ&Runic Letter Uruz Ur U&\RUuruzuru&RUuruzuru&
+&
+\\
+U+16A1
+&ᚡ&Runic Letter V&\RUv&RUv&
+&
+\\
+U+16A5
+&ᚥ&Runic Letter W&\RUw&RUw&
+&
+\\
+U+16B9
+&ᚹ&Runic Letter Wunjo Wynn W&\RUwunjowynnw&RUwunjowynnw&
+&
+\\
+U+16EA
+&ᛪ&Runic Letter X&\RUx&RUx&
+&
+\\
+U+16A3
+&ᚣ&Runic Letter Yr&\RUyr&RUyr&
+&
+\\
+U+16A4
+&ᚤ&Runic Letter Y&\RUy&RUy&
+&
+\\
+U+16CE
+&ᛎ&Runic Letter Z&\RUz&RUz&
+&
+\\
+U+16EC
+&᛬&Runic Multiple Punctuation&\RUmultiplepunctuation&RUmultiplepunctuation&
+&
+\\
+U+16EB
+&᛫&Runic Single Punctuation&\RUsinglepunctuation&RUsinglepunctuation&
+&
+\\
+U+16EF
+&ᛯ&Runic Tvimadur Symbol&\RUtvimadursymbol&RUtvimadursymbol&
+&
+\\
+U+2650
+&♐&Sagittarius&\saggitarius&saggitarius&
+\hyperlink{U+00AA}{U+00AA}
+&
+\\
+U+2644
+&♄&Saturn&\saturn&saturn&
+\hyperlink{U+0076}{U+0076}
+&
+\\
+U+264F
+&♏&Scorpius&\scorpius&scorpius&
+&
+\\
+U+00A7
+&§&Section Sign&\oldvirgo&oldvirgo&
+\hyperlink{U+264D}{U+264D}
+&
+\\
+U+003B
+&;&Semicolon&\stareightarrows&stareightarrows&
+&
+\\
+U+26BA
+&⚺&Semisextile&\semisextile&semisextile&
+&
+\\
+U+26BC
+&⚼&Sesquiquadrate&\sesquiquadrate&sesquiquadrate&
+&
+\\
+U+26B9
+&⚹&Sextile&\sextile&sextile&
+\hyperlink{U+0042}{U+0042}
+&
+\\
+U+002F
+&/&Solidus&\crossedstaff&crossedstaff&
+&
+\\
+U+2609
+&☉&Sun&\dupsun&dupsun&
+&
+\\
+U+2649
+&♉&Taurus&\taurus&taurus&
+\hyperlink{U+2122}{U+2122}
+&
+\\
+U+007E
+&\~{}&Tilde&\vargemini&vargemini&
+&
+\\
+U+2122
+&™&Trade Mark Sign&\oldtaurus&oldtaurus&
+\hyperlink{U+2649}{U+2649}
+&
+\\
+U+2BD7
+&⯗&Transpluto&\transpluto&transpluto&
+&
+\\
+U+2BDF
+&⯟&True Light Moon Arta&\truelightmoonarta&truelightmoonarta&
+&
+\\
+U+2645
+&♅&Uranus&\uranus&uranus&
+\hyperlink{U+0062}{U+0062}
+&
+\\
+U+007C
+&\|&Vertical Line&\celtictrefoilknotsolid&celtictrefoilknotsolid&
+&
+\\
+U+26A8
+&⚨&Vertical Male with Stroke Sign&\verticalmalewithstroke&verticalmalewithstroke&
+&
+\\
+U+26B6
+&⚶&Vesta&\vesta&vesta&
+&
+\\
+U+264D
+&♍&Virgo&\virgo&virgo&
+\hyperlink{U+00A7}{U+00A7}
+&
+\\
+U+2BE6
+&⯦&Vulcanus&\vulcanus&vulcanus&
+&
+\\
+U+2BDD
+&⯝&White Moon Selena&\selena&selena&
+&
+\\
+U+25A1
+&□&White Square&\square&square&
+\hyperlink{U+004F}{U+004F}
+&
+\\
+U+263C
+&☼&White Sun with Rays&\sunrays&sunrays&
+&
+\\
+\end{tabular}
+\par
+\begin{tabular}{@{}
+  >{\ttfamily}l@{}
+  >{\sffamily}c@{\hspace{2mm}}
+  >{\sffamily\raggedright\vstrut}p{.3\textwidth}
+  >{\Large\symbats}c
+  >{\ttfamily\raggedright\arraybackslash\textbackslash}m{.29\textwidth}
+  >{\ttfamily}l@{\hspace{2mm}}
+  >{\ttfamily}l@{}}
+\normalfont\bfseries Code&
+\normalfont\bfseries Char&
+\normalfont\bfseries Unicode name&
+\normalfont\normalsize\bfseries Glyph&
+\multicolumn1{>{\normalfont\bfseries}l}{\LaTeX\ name}&
+\normalfont\bfseries Dupes&
+\normalfont\bfseries Compl\\\hline\vrule height1.75em width0pt
+U+2BE2
+&⯢&Zeus&\zeus&zeus&
+&
+\\
+\end{tabular}


Property changes on: trunk/Master/texmf-dist/doc/fonts/symbats3/unicodename.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/symbats3/symbats3.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/symbats3/symbats3.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/symbats3/symbats3.sty	2022-05-24 20:26:49 UTC (rev 63394)
@@ -0,0 +1,716 @@
+%%
+%% This is file `symbats3.sty'
+%%
+%% The source is maintained by Peter Flynn at Silmaril Consultants.
+%% Please report all bugs and comments to <peter at silmaril.ie>
+%% 
+%% Copyright (c) 2021–2022 Peter Flynn and Silmaril Consultants
+%% 
+%% --------------------------------------------------------------------------
+%% 
+%% This file may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3c
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%    https://www.latex-project.org/lppl.txt
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%%     peter at silmaril.ie
+%%
+\NeedsTeXFormat{LaTeX2e}[2020-02-02]
+\ProvidesPackage{symbats3}[2022/01/18 v0.8 Pagan fonts package]
+%
+% OPTIONS
+%
+% The [descenders] option turns on the automatic alignment of
+% every glyph so that its bottom-most point is level with the
+% descenders of the surrounding font. This is done by measuring
+% the depth of the common descenders and setting the adjustment
+% to the negative value of that depth. An argument to each glyph
+% command is passed to this macro so that a manual override can be
+% made on a glyph-by-glyph basis.
+%
+\DeclareOption{descenders}{%
+  \renewcommand{\SY at getdesc}[1]{%
+    \ifx\relax#1%
+      \setlength{\SY at baselineadjust}{\depthof{ypjg}}%
+      \setlength{\SY at baselineadjust}{-\SY at baselineadjust}%
+    \else
+      \setlength{\SY at baselineadjust}{#1}%
+    \fi}%
+}
+% \SY at baselineadjust is the vertical adjustment needed.
+\newdimen{\SY at baselineadjust}
+% The [non-option] default is for the vertical adjustment to be zero
+% (but still allow for an option for manual adjustment).
+\newcommand{\SY at getdesc}[1]{%
+  \ifx\relax#1%
+    \setlength{\SY at baselineadjust}{0pt}%
+  \else
+    \setlength{\SY at baselineadjust}{#1}%
+  \fi
+}
+\ProcessOptions
+\RequirePackage{fontspec,calc}
+\newfontface{\symbats}{Symbats Regular}
+%
+
+\DeclareTextSymbol{\SY at admetos}{TU}{"2BE5}
+\newcommand{\admetos}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at admetos}}
+\DeclareTextSymbol{\SY at aegishjalmur}{TU}{"006B}
+\newcommand{\aegishjalmur}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at aegishjalmur}}
+\DeclareTextSymbol{\SY at airelement}{TU}{"005D}
+\newcommand{\airelement}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at airelement}}
+\DeclareTextSymbol{\SY at angleacute}{TU}{"2220}
+\newcommand{\angleacute}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at angleacute}}
+\DeclareTextSymbol{\SY at ankh}{TU}{"2625}
+\newcommand{\ankh}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at ankh}}
+\DeclareTextSymbol{\SY at apollon}{TU}{"2BE4}
+\newcommand{\apollon}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at apollon}}
+\DeclareTextSymbol{\SY at aquarius}{TU}{"2652}
+\newcommand{\aquarius}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at aquarius}}
+\DeclareTextSymbol{\SY at aries}{TU}{"2648}
+\newcommand{\aries}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at aries}}
+\DeclareTextSymbol{\SY at ascendingnode}{TU}{"260A}
+\newcommand{\ascendingnode}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at ascendingnode}}
+\DeclareTextSymbol{\SY at astraea}{TU}{"2BD9}
+\newcommand{\astraea}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at astraea}}
+\DeclareTextSymbol{\SY at athameeast}{TU}{"0064}
+\newcommand{\athameeast}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at athameeast}}
+\DeclareTextSymbol{\SY at athamenorth}{TU}{"0073}
+\newcommand{\athamenorth}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at athamenorth}}
+\DeclareTextSymbol{\SY at athamesouth}{TU}{"0061}
+\newcommand{\athamesouth}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at athamesouth}}
+\DeclareTextSymbol{\SY at athamewest}{TU}{"0066}
+\newcommand{\athamewest}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at athamewest}}
+\DeclareTextSymbol{\SY at awen}{TU}{"0068}
+\newcommand{\awen}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at awen}}
+\DeclareTextSymbol{\SY at beltane}{TU}{"00CC}
+\newcommand{\beltane}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at beltane}}
+\DeclareTextSymbol{\SY at blackdiamondoncross}{TU}{"2BDE}
+\newcommand{\blackdiamondoncross}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at blackdiamondoncross}}
+\DeclareTextSymbol{\SY at blackmoonlilith}{TU}{"26B8}
+\newcommand{\blackmoonlilith}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at blackmoonlilith}}
+\DeclareTextSymbol{\SY at cancer}{TU}{"264B}
+\newcommand{\cancer}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at cancer}}
+\DeclareTextSymbol{\SY at capricorn}{TU}{"2651}
+\newcommand{\capricorn}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at capricorn}}
+\DeclareTextSymbol{\SY at celtictrefoilknotopen}{TU}{"003F}
+\newcommand{\celtictrefoilknotopen}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at celtictrefoilknotopen}}
+\DeclareTextSymbol{\SY at celtictrefoilknotsolid}{TU}{"007C}
+\newcommand{\celtictrefoilknotsolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at celtictrefoilknotsolid}}
+\DeclareTextSymbol{\SY at ceres}{TU}{"26B3}
+\newcommand{\ceres}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at ceres}}
+\DeclareTextSymbol{\SY at chiron}{TU}{"26B7}
+\newcommand{\chiron}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at chiron}}
+\DeclareTextSymbol{\SY at circleplus}{TU}{"2295}
+\newcommand{\circleplus}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at circleplus}}
+\DeclareTextSymbol{\SY at conjunction}{TU}{"260C}
+\newcommand{\conjunction}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at conjunction}}
+\DeclareTextSymbol{\SY at crossedstaff}{TU}{"002F}
+\newcommand{\crossedstaff}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at crossedstaff}}
+\DeclareTextSymbol{\SY at cupido}{TU}{"2BE0}
+\newcommand{\cupido}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at cupido}}
+\DeclareTextSymbol{\SY at descendingnode}{TU}{"260B}
+\newcommand{\descendingnode}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at descendingnode}}
+\DeclareTextSymbol{\SY at doubledfemale}{TU}{"26A2}
+\newcommand{\doubledfemale}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at doubledfemale}}
+\DeclareTextSymbol{\SY at doubledmale}{TU}{"26A3}
+\newcommand{\doubledmale}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at doubledmale}}
+\DeclareTextSymbol{\SY at dupsun}{TU}{"2609}
+\newcommand{\dupsun}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at dupsun}}
+\DeclareTextSymbol{\SY at dupsunfourspokes}{TU}{"004D}
+\newcommand{\dupsunfourspokes}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at dupsunfourspokes}}
+\DeclareTextSymbol{\SY at earthelement}{TU}{"007D}
+\newcommand{\earthelement}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at earthelement}}
+\DeclareTextSymbol{\SY at earth}{TU}{"2641}
+\newcommand{\earth}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at earth}}
+\DeclareTextSymbol{\SY at eightsabbats}{TU}{"006C}
+\newcommand{\eightsabbats}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at eightsabbats}}
+\DeclareTextSymbol{\SY at eostre}{TU}{"00CF}
+\newcommand{\eostre}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at eostre}}
+\DeclareTextSymbol{\SY at female}{TU}{"2640}
+\newcommand{\female}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at female}}
+\DeclareTextSymbol{\SY at fireelement}{TU}{"005B}
+\newcommand{\fireelement}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at fireelement}}
+\DeclareTextSymbol{\SY at fylfotilkley}{TU}{"006A}
+\newcommand{\fylfotilkley}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at fylfotilkley}}
+\DeclareTextSymbol{\SY at gemini}{TU}{"264A}
+\newcommand{\gemini}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at gemini}}
+\DeclareTextSymbol{\SY at goddessasmoon}{TU}{"00F2}
+\newcommand{\goddessasmoon}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at goddessasmoon}}
+\DeclareTextSymbol{\SY at hades}{TU}{"2BE1}
+\newcommand{\hades}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at hades}}
+\DeclareTextSymbol{\SY at hammer}{TU}{"0067}
+\newcommand{\hammer}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at hammer}}
+\DeclareTextSymbol{\SY at horizontalmalewithstroke}{TU}{"26A9}
+\newcommand{\horizontalmalewithstroke}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at horizontalmalewithstroke}}
+\DeclareTextSymbol{\SY at hygiea}{TU}{"2BDA}
+\newcommand{\hygiea}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at hygiea}}
+\DeclareTextSymbol{\SY at imbolc}{TU}{"00CE}
+\newcommand{\imbolc}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at imbolc}}
+\DeclareTextSymbol{\SY at interlockedmalefemale}{TU}{"26A4}
+\newcommand{\interlockedmalefemale}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at interlockedmalefemale}}
+\DeclareTextSymbol{\SY at juno}{TU}{"26B5}
+\newcommand{\juno}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at juno}}
+\DeclareTextSymbol{\SY at jupiter}{TU}{"2643}
+\newcommand{\jupiter}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at jupiter}}
+\DeclareTextSymbol{\SY at kronos}{TU}{"2BE3}
+\newcommand{\kronos}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at kronos}}
+\DeclareTextSymbol{\SY at labrys}{TU}{"004C}
+\newcommand{\labrys}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at labrys}}
+\DeclareTextSymbol{\SY at leo}{TU}{"264C}
+\newcommand{\leo}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at leo}}
+\DeclareTextSymbol{\SY at libra}{TU}{"264E}
+\newcommand{\libra}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at libra}}
+\DeclareTextSymbol{\SY at lightning}{TU}{"0027}
+\newcommand{\lightning}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at lightning}}
+\DeclareTextSymbol{\SY at lughnasadh}{TU}{"00D4}
+\newcommand{\lughnasadh}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at lughnasadh}}
+\DeclareTextSymbol{\SY at male}{TU}{"2642}
+\newcommand{\male}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at male}}
+\DeclareTextSymbol{\SY at maleandfemale}{TU}{"26A5}
+\newcommand{\maleandfemale}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at maleandfemale}}
+\DeclareTextSymbol{\SY at malewithstroke}{TU}{"26A6}
+\newcommand{\malewithstroke}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at malewithstroke}}
+\DeclareTextSymbol{\SY at malewithstrokemalefemale}{TU}{"26A7}
+\newcommand{\malewithstrokemalefemale}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at malewithstrokemalefemale}}
+\DeclareTextSymbol{\SY at mars}{TU}{"0078}
+\newcommand{\mars}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at mars}}
+\DeclareTextSymbol{\SY at mazeround}{TU}{"0048}
+\newcommand{\mazeround}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at mazeround}}
+\DeclareTextSymbol{\SY at mazesquarebase}{TU}{"0047}
+\newcommand{\mazesquarebase}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at mazesquarebase}}
+\DeclareTextSymbol{\SY at mercury}{TU}{"263F}
+\newcommand{\mercury}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at mercury}}
+\DeclareTextSymbol{\SY at moonfirstquarteroutline}{TU}{"0024}
+\newcommand{\moonfirstquarteroutline}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at moonfirstquarteroutline}}
+\DeclareTextSymbol{\SY at moonfirstquartersolid}{TU}{"0028}
+\newcommand{\moonfirstquartersolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at moonfirstquartersolid}}
+\DeclareTextSymbol{\SY at moonfull}{TU}{"0029}
+\newcommand{\moonfull}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at moonfull}}
+\DeclareTextSymbol{\SY at moonlastquarteroutline}{TU}{"005E}
+\newcommand{\moonlastquarteroutline}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at moonlastquarteroutline}}
+\DeclareTextSymbol{\SY at moonlastquartersolid}{TU}{"005F}
+\newcommand{\moonlastquartersolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at moonlastquartersolid}}
+\DeclareTextSymbol{\SY at moonnew}{TU}{"0025}
+\newcommand{\moonnew}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at moonnew}}
+\DeclareTextSymbol{\SY at moonwaningoutline}{TU}{"263E}
+\newcommand{\moonwaningoutline}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at moonwaningoutline}}
+\DeclareTextSymbol{\SY at moonwaningsolid}{TU}{"002B}
+\newcommand{\moonwaningsolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at moonwaningsolid}}
+\DeclareTextSymbol{\SY at moonwaxfullwaneoutline}{TU}{"0021}
+\newcommand{\moonwaxfullwaneoutline}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at moonwaxfullwaneoutline}}
+\DeclareTextSymbol{\SY at moonwaxfullwanesolid}{TU}{"0040}
+\newcommand{\moonwaxfullwanesolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at moonwaxfullwanesolid}}
+\DeclareTextSymbol{\SY at moonwaxingoutline}{TU}{"263D}
+\newcommand{\moonwaxingoutline}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at moonwaxingoutline}}
+\DeclareTextSymbol{\SY at moonwaxingsolid}{TU}{"002A}
+\newcommand{\moonwaxingsolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at moonwaxingsolid}}
+\DeclareTextSymbol{\SY at neptuneformtwo}{TU}{"2BC9}
+\newcommand{\neptuneformtwo}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at neptuneformtwo}}
+\DeclareTextSymbol{\SY at neptune}{TU}{"2646}
+\newcommand{\neptune}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at neptune}}
+\DeclareTextSymbol{\SY at nessus}{TU}{"2BDC}
+\newcommand{\nessus}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at nessus}}
+\DeclareTextSymbol{\SY at neuter}{TU}{"26B2}
+\newcommand{\neuter}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at neuter}}
+\DeclareTextSymbol{\SY at octile}{TU}{"0034}
+\newcommand{\octile}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at octile}}
+\DeclareTextSymbol{\OG at ailm}{TU}{"1690}
+\newcommand{\OGailm}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at ailm}}
+\DeclareTextSymbol{\OG at beith}{TU}{"1681}
+\newcommand{\OGbeith}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at beith}}
+\DeclareTextSymbol{\OG at ceirt}{TU}{"168A}
+\newcommand{\OGceirt}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at ceirt}}
+\DeclareTextSymbol{\OG at coll}{TU}{"1689}
+\newcommand{\OGcoll}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at coll}}
+\DeclareTextSymbol{\OG at dair}{TU}{"1687}
+\newcommand{\OGdair}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at dair}}
+\DeclareTextSymbol{\OG at eabhadh}{TU}{"1695}
+\newcommand{\OGeabhadh}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at eabhadh}}
+\DeclareTextSymbol{\OG at eadhadh}{TU}{"1693}
+\newcommand{\OGeadhadh}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at eadhadh}}
+\DeclareTextSymbol{\OG at eamhancholl}{TU}{"1699}
+\newcommand{\OGeamhancholl}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at eamhancholl}}
+\DeclareTextSymbol{\OG at fearn}{TU}{"1683}
+\newcommand{\OGfearn}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at fearn}}
+\DeclareTextSymbol{\OG at feather}{TU}{"169B}
+\newcommand{\OGfeather}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at feather}}
+\DeclareTextSymbol{\OG at gort}{TU}{"168C}
+\newcommand{\OGgort}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at gort}}
+\DeclareTextSymbol{\OG at ifin}{TU}{"1698}
+\newcommand{\OGifin}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at ifin}}
+\DeclareTextSymbol{\OG at iodhadh}{TU}{"1694}
+\newcommand{\OGiodhadh}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at iodhadh}}
+\DeclareTextSymbol{\OG at luis}{TU}{"1682}
+\newcommand{\OGluis}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at luis}}
+\DeclareTextSymbol{\OG at muin}{TU}{"168B}
+\newcommand{\OGmuin}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at muin}}
+\DeclareTextSymbol{\OG at ngeadal}{TU}{"168D}
+\newcommand{\OGngeadal}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at ngeadal}}
+\DeclareTextSymbol{\OG at nion}{TU}{"1685}
+\newcommand{\OGnion}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at nion}}
+\DeclareTextSymbol{\OG at onn}{TU}{"1691}
+\newcommand{\OGonn}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at onn}}
+\DeclareTextSymbol{\OG at or}{TU}{"1696}
+\newcommand{\OGor}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at or}}
+\DeclareTextSymbol{\OG at peith}{TU}{"169A}
+\newcommand{\OGpeith}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at peith}}
+\DeclareTextSymbol{\OG at reversedfeather}{TU}{"169C}
+\newcommand{\OGreversedfeather}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at reversedfeather}}
+\DeclareTextSymbol{\OG at ruis}{TU}{"168F}
+\newcommand{\OGruis}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at ruis}}
+\DeclareTextSymbol{\OG at sail}{TU}{"1684}
+\newcommand{\OGsail}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at sail}}
+\DeclareTextSymbol{\OG at straif}{TU}{"168E}
+\newcommand{\OGstraif}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at straif}}
+\DeclareTextSymbol{\OG at tinne}{TU}{"1688}
+\newcommand{\OGtinne}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at tinne}}
+\DeclareTextSymbol{\OG at uath}{TU}{"1686}
+\newcommand{\OGuath}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at uath}}
+\DeclareTextSymbol{\OG at uilleann}{TU}{"1697}
+\newcommand{\OGuilleann}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at uilleann}}
+\DeclareTextSymbol{\OG at ur}{TU}{"1692}
+\newcommand{\OGur}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\OG at ur}}
+\DeclareTextSymbol{\SY at oldankh}{TU}{"00E0}
+\newcommand{\oldankh}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldankh}}
+\DeclareTextSymbol{\SY at oldaquarius}{TU}{"2013}
+\newcommand{\oldaquarius}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldaquarius}}
+\DeclareTextSymbol{\SY at oldaries}{TU}{"00A1}
+\newcommand{\oldaries}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldaries}}
+\DeclareTextSymbol{\SY at oldascendingnode}{TU}{"0058}
+\newcommand{\oldascendingnode}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldascendingnode}}
+\DeclareTextSymbol{\SY at oldcancer}{TU}{"00A2}
+\newcommand{\oldcancer}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldcancer}}
+\DeclareTextSymbol{\SY at oldcapricorn}{TU}{"00BA}
+\newcommand{\oldcapricorn}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldcapricorn}}
+\DeclareTextSymbol{\SY at oldceres}{TU}{"002C}
+\newcommand{\oldceres}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldceres}}
+\DeclareTextSymbol{\SY at oldconjunction}{TU}{"0043}
+\newcommand{\oldconjunction}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldconjunction}}
+\DeclareTextSymbol{\SY at olddescendingnode}{TU}{"005A}
+\newcommand{\olddescendingnode}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at olddescendingnode}}
+\DeclareTextSymbol{\SY at oldearth}{TU}{"003C}
+\newcommand{\oldearth}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldearth}}
+\DeclareTextSymbol{\SY at oldgemini}{TU}{"0023}
+\newcommand{\oldgemini}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldgemini}}
+\DeclareTextSymbol{\SY at oldjupiter}{TU}{"0063}
+\newcommand{\oldjupiter}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldjupiter}}
+\DeclareTextSymbol{\SY at oldleo}{TU}{"221E}
+\newcommand{\oldleo}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldleo}}
+\DeclareTextSymbol{\SY at oldlibra}{TU}{"00B6}
+\newcommand{\oldlibra}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldlibra}}
+\DeclareTextSymbol{\SY at oldmercury}{TU}{"0060}
+\newcommand{\oldmercury}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldmercury}}
+\DeclareTextSymbol{\SY at oldmoonwaningoutline}{TU}{"0026}
+\newcommand{\oldmoonwaningoutline}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldmoonwaningoutline}}
+\DeclareTextSymbol{\SY at oldmoonwaxingoutline}{TU}{"00A3}
+\newcommand{\oldmoonwaxingoutline}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldmoonwaxingoutline}}
+\DeclareTextSymbol{\SY at oldneptune}{TU}{"006E}
+\newcommand{\oldneptune}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldneptune}}
+\DeclareTextSymbol{\SY at oldopposition}{TU}{"0056}
+\newcommand{\oldopposition}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldopposition}}
+\DeclareTextSymbol{\SY at oldpentagramintL}{TU}{"0155}
+\newcommand{\oldpentagramintL}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldpentagramintL}}
+\DeclareTextSymbol{\SY at oldpentagramintRsolid}{TU}{"0069}
+\newcommand{\oldpentagramintRsolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldpentagramintRsolid}}
+\DeclareTextSymbol{\SY at oldpentagramintR}{TU}{"0072}
+\newcommand{\oldpentagramintR}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldpentagramintR}}
+\DeclareTextSymbol{\SY at oldpentagraminvsolid}{TU}{"0055}
+\newcommand{\oldpentagraminvsolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldpentagraminvsolid}}
+\DeclareTextSymbol{\SY at oldpentagraminv}{TU}{"0057}
+\newcommand{\oldpentagraminv}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldpentagraminv}}
+\DeclareTextSymbol{\SY at oldpentagram}{TU}{"0077}
+\newcommand{\oldpentagram}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldpentagram}}
+\DeclareTextSymbol{\SY at oldpisces}{TU}{"2260}
+\newcommand{\oldpisces}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldpisces}}
+\DeclareTextSymbol{\SY at oldpluto}{TU}{"006D}
+\newcommand{\oldpluto}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldpluto}}
+\DeclareTextSymbol{\SY at oldsaggitarius}{TU}{"00AA}
+\newcommand{\oldsaggitarius}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldsaggitarius}}
+\DeclareTextSymbol{\SY at oldsaturn}{TU}{"0076}
+\newcommand{\oldsaturn}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldsaturn}}
+\DeclareTextSymbol{\SY at oldsextile}{TU}{"0042}
+\newcommand{\oldsextile}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldsextile}}
+\DeclareTextSymbol{\SY at oldsquare}{TU}{"004E}
+\newcommand{\oldsquare}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldsquare}}
+\DeclareTextSymbol{\SY at oldsuncoronafourspokes}{TU}{"0033}
+\newcommand{\oldsuncoronafourspokes}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldsuncoronafourspokes}}
+\DeclareTextSymbol{\SY at oldtaurus}{TU}{"2122}
+\newcommand{\oldtaurus}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldtaurus}}
+\DeclareTextSymbol{\SY at olduranus}{TU}{"0062}
+\newcommand{\olduranus}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at olduranus}}
+\DeclareTextSymbol{\SY at oldvirgo}{TU}{"00A7}
+\newcommand{\oldvirgo}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at oldvirgo}}
+\DeclareTextSymbol{\SY at opposition}{TU}{"260D}
+\newcommand{\opposition}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at opposition}}
+\DeclareTextSymbol{\SY at pallas}{TU}{"26B4}
+\newcommand{\pallas}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pallas}}
+\DeclareTextSymbol{\SY at parting}{TU}{"00C8}
+\newcommand{\parting}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at parting}}
+\DeclareTextSymbol{\SY at pentagramcircled}{TU}{"0071}
+\newcommand{\pentagramcircled}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagramcircled}}
+\DeclareTextSymbol{\SY at pentagramintLcircled}{TU}{"00E9}
+\newcommand{\pentagramintLcircled}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagramintLcircled}}
+\DeclareTextSymbol{\SY at pentagramintL}{TU}{"26E6}
+\newcommand{\pentagramintL}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagramintL}}
+\DeclareTextSymbol{\SY at pentagramintR}{TU}{"26E5}
+\newcommand{\pentagramintR}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagramintR}}
+\DeclareTextSymbol{\SY at pentagramintRcircled}{TU}{"0065}
+\newcommand{\pentagramintRcircled}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagramintRcircled}}
+\DeclareTextSymbol{\SY at pentagramintRsolid}{TU}{"00ED}
+\newcommand{\pentagramintRsolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagramintRsolid}}
+\DeclareTextSymbol{\SY at pentagramintRtriangle}{TU}{"0050}
+\newcommand{\pentagramintRtriangle}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagramintRtriangle}}
+\DeclareTextSymbol{\SY at pentagraminvcircled}{TU}{"0051}
+\newcommand{\pentagraminvcircled}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagraminvcircled}}
+\DeclareTextSymbol{\SY at pentagraminvintLcircled}{TU}{"0045}
+\newcommand{\pentagraminvintLcircled}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagraminvintLcircled}}
+\DeclareTextSymbol{\SY at pentagraminvintL}{TU}{"0052}
+\newcommand{\pentagraminvintL}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagraminvintL}}
+\DeclareTextSymbol{\SY at pentagraminvintRcircled}{TU}{"00C9}
+\newcommand{\pentagraminvintRcircled}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagraminvintRcircled}}
+\DeclareTextSymbol{\SY at pentagraminvintRsolid}{TU}{"0049}
+\newcommand{\pentagraminvintRsolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagraminvintRsolid}}
+\DeclareTextSymbol{\SY at pentagraminvintR}{TU}{"0154}
+\newcommand{\pentagraminvintR}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagraminvintR}}
+\DeclareTextSymbol{\SY at pentagraminvsolid}{TU}{"00CD}
+\newcommand{\pentagraminvsolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagraminvsolid}}
+\DeclareTextSymbol{\SY at pentagraminv}{TU}{"26E7}
+\newcommand{\pentagraminv}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagraminv}}
+\DeclareTextSymbol{\SY at pentagramrough}{TU}{"0079}
+\newcommand{\pentagramrough}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagramrough}}
+\DeclareTextSymbol{\SY at pentagramroughcircled}{TU}{"0074}
+\newcommand{\pentagramroughcircled}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagramroughcircled}}
+\DeclareTextSymbol{\SY at pentagramroughinv}{TU}{"0059}
+\newcommand{\pentagramroughinv}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagramroughinv}}
+\DeclareTextSymbol{\SY at pentagramroughinvcircled}{TU}{"0054}
+\newcommand{\pentagramroughinvcircled}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagramroughinvcircled}}
+\DeclareTextSymbol{\SY at pentagramroughinvsolid}{TU}{"004F}
+\newcommand{\pentagramroughinvsolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagramroughinvsolid}}
+\DeclareTextSymbol{\SY at pentagramroughsolid}{TU}{"006F}
+\newcommand{\pentagramroughsolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagramroughsolid}}
+\DeclareTextSymbol{\SY at pentagramsolid}{TU}{"0075}
+\newcommand{\pentagramsolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagramsolid}}
+\DeclareTextSymbol{\SY at pentagram}{TU}{"26E4}
+\newcommand{\pentagram}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagram}}
+\DeclareTextSymbol{\SY at pentagramwithtriangle}{TU}{"0070}
+\newcommand{\pentagramwithtriangle}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pentagramwithtriangle}}
+\DeclareTextSymbol{\SY at perfectcouple}{TU}{"00F9}
+\newcommand{\perfectcouple}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at perfectcouple}}
+\DeclareTextSymbol{\SY at perfectcouplethirddegree}{TU}{"00D9}
+\newcommand{\perfectcouplethirddegree}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at perfectcouplethirddegree}}
+\DeclareTextSymbol{\SY at pholus}{TU}{"2BDB}
+\newcommand{\pholus}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pholus}}
+\DeclareTextSymbol{\SY at pisces}{TU}{"2653}
+\newcommand{\pisces}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pisces}}
+\DeclareTextSymbol{\SY at plutoformfive}{TU}{"2BD6}
+\newcommand{\plutoformfive}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at plutoformfive}}
+\DeclareTextSymbol{\SY at plutoformfour}{TU}{"2BD5}
+\newcommand{\plutoformfour}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at plutoformfour}}
+\DeclareTextSymbol{\SY at plutoformthree}{TU}{"2BD4}
+\newcommand{\plutoformthree}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at plutoformthree}}
+\DeclareTextSymbol{\SY at plutoformtwo}{TU}{"2BD3}
+\newcommand{\plutoformtwo}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at plutoformtwo}}
+\DeclareTextSymbol{\SY at pluto}{TU}{"2647}
+\newcommand{\pluto}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at pluto}}
+\DeclareTextSymbol{\SY at poseidon}{TU}{"2BE7}
+\newcommand{\poseidon}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at poseidon}}
+\DeclareTextSymbol{\SY at powergoingforth}{TU}{"00C0}
+\newcommand{\powergoingforth}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at powergoingforth}}
+\DeclareTextSymbol{\SY at prescription}{TU}{"211E}
+\newcommand{\prescription}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at prescription}}
+\DeclareTextSymbol{\SY at proserpina}{TU}{"2BD8}
+\newcommand{\proserpina}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at proserpina}}
+\DeclareTextSymbol{\SY at quincunx}{TU}{"26BB}
+\newcommand{\quincunx}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at quincunx}}
+\DeclareTextSymbol{\SY at recipe}{TU}{"003E}
+\newcommand{\recipe}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at recipe}}
+\DeclareTextSymbol{\SY at rockartgoddess}{TU}{"004A}
+\newcommand{\rockartgoddess}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at rockartgoddess}}
+\DeclareTextSymbol{\SY at rockarthorse}{TU}{"004B}
+\newcommand{\rockarthorse}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at rockarthorse}}
+\DeclareTextSymbol{\RU at aca}{TU}{"16AA}
+\newcommand{\RUaca}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at aca}}
+\DeclareTextSymbol{\RU at aesc}{TU}{"16AB}
+\newcommand{\RUaesc}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at aesc}}
+\DeclareTextSymbol{\RU at algizeolhx}{TU}{"16C9}
+\newcommand{\RUalgizeolhx}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at algizeolhx}}
+\DeclareTextSymbol{\RU at ansuza}{TU}{"16A8}
+\newcommand{\RUansuza}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at ansuza}}
+\DeclareTextSymbol{\RU at arlaugsymbol}{TU}{"16EE}
+\newcommand{\RUarlaugsymbol}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at arlaugsymbol}}
+\DeclareTextSymbol{\RU at belgthorsymbol}{TU}{"16F0}
+\newcommand{\RUbelgthorsymbol}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at belgthorsymbol}}
+\DeclareTextSymbol{\RU at berkananbeorcbjarkanb}{TU}{"16D2}
+\newcommand{\RUberkananbeorcbjarkanb}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at berkananbeorcbjarkanb}}
+\DeclareTextSymbol{\RU at c}{TU}{"16CD}
+\newcommand{\RUc}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at c}}
+\DeclareTextSymbol{\RU at calc}{TU}{"16E3}
+\newcommand{\RUcalc}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at calc}}
+\DeclareTextSymbol{\RU at cealc}{TU}{"16E4}
+\newcommand{\RUcealc}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at cealc}}
+\DeclareTextSymbol{\RU at cen}{TU}{"16B3}
+\newcommand{\RUcen}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at cen}}
+\DeclareTextSymbol{\RU at crosspunctuation}{TU}{"16ED}
+\newcommand{\RUcrosspunctuation}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at crosspunctuation}}
+\DeclareTextSymbol{\RU at cweorth}{TU}{"16E2}
+\newcommand{\RUcweorth}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at cweorth}}
+\DeclareTextSymbol{\RU at d}{TU}{"16D1}
+\newcommand{\RUd}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at d}}
+\DeclareTextSymbol{\RU at dagazdaegd}{TU}{"16DE}
+\newcommand{\RUdagazdaegd}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at dagazdaegd}}
+\DeclareTextSymbol{\RU at dottedl}{TU}{"16DB}
+\newcommand{\RUdottedl}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at dottedl}}
+\DeclareTextSymbol{\RU at dottedn}{TU}{"16C0}
+\newcommand{\RUdottedn}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at dottedn}}
+\DeclareTextSymbol{\RU at dottedp}{TU}{"16D4}
+\newcommand{\RUdottedp}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at dottedp}}
+\DeclareTextSymbol{\RU at e}{TU}{"16C2}
+\newcommand{\RUe}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at e}}
+\DeclareTextSymbol{\RU at ear}{TU}{"16E0}
+\newcommand{\RUear}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at ear}}
+\DeclareTextSymbol{\RU at ehwazehe}{TU}{"16D6}
+\newcommand{\RUehwazehe}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at ehwazehe}}
+\DeclareTextSymbol{\RU at eng}{TU}{"16B6}
+\newcommand{\RUeng}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at eng}}
+\DeclareTextSymbol{\RU at eth}{TU}{"16A7}
+\newcommand{\RUeth}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at eth}}
+\DeclareTextSymbol{\RU at fehufeohfef}{TU}{"16A0}
+\newcommand{\RUfehufeohfef}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at fehufeohfef}}
+\DeclareTextSymbol{\RU at frankscasketac}{TU}{"16F7}
+\newcommand{\RUfrankscasketac}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at frankscasketac}}
+\DeclareTextSymbol{\RU at frankscasketaesc}{TU}{"16F8}
+\newcommand{\RUfrankscasketaesc}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at frankscasketaesc}}
+\DeclareTextSymbol{\RU at frankscasketeh}{TU}{"16F6}
+\newcommand{\RUfrankscasketeh}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at frankscasketeh}}
+\DeclareTextSymbol{\RU at frankscasketis}{TU}{"16F5}
+\newcommand{\RUfrankscasketis}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at frankscasketis}}
+\DeclareTextSymbol{\RU at frankscasketos}{TU}{"16F4}
+\newcommand{\RUfrankscasketos}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at frankscasketos}}
+\DeclareTextSymbol{\RU at g}{TU}{"16B5}
+\newcommand{\RUg}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at g}}
+\DeclareTextSymbol{\RU at gar}{TU}{"16B8}
+\newcommand{\RUgar}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at gar}}
+\DeclareTextSymbol{\RU at gebogyfug}{TU}{"16B7}
+\newcommand{\RUgebogyfug}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at gebogyfug}}
+\DeclareTextSymbol{\RU at ger}{TU}{"16C4}
+\newcommand{\RUger}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at ger}}
+\DeclareTextSymbol{\RU at haeglh}{TU}{"16BB}
+\newcommand{\RUhaeglh}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at haeglh}}
+\DeclareTextSymbol{\RU at haglazh}{TU}{"16BA}
+\newcommand{\RUhaglazh}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at haglazh}}
+\DeclareTextSymbol{\RU at icelandicyr}{TU}{"16E8}
+\newcommand{\RUicelandicyr}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at icelandicyr}}
+\DeclareTextSymbol{\RU at ing}{TU}{"16DD}
+\newcommand{\RUing}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at ing}}
+\DeclareTextSymbol{\RU at ingwaz}{TU}{"16DC}
+\newcommand{\RUingwaz}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at ingwaz}}
+\DeclareTextSymbol{\RU at ior}{TU}{"16E1}
+\newcommand{\RUior}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at ior}}
+\DeclareTextSymbol{\RU at isazisissi}{TU}{"16C1}
+\newcommand{\RUisazisissi}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at isazisissi}}
+\DeclareTextSymbol{\RU at iwazeoh}{TU}{"16C7}
+\newcommand{\RUiwazeoh}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at iwazeoh}}
+\DeclareTextSymbol{\RU at jeranj}{TU}{"16C3}
+\newcommand{\RUjeranj}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at jeranj}}
+\DeclareTextSymbol{\RU at k}{TU}{"16F1}
+\newcommand{\RUk}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at k}}
+\DeclareTextSymbol{\RU at kauna}{TU}{"16B2}
+\newcommand{\RUkauna}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at kauna}}
+\DeclareTextSymbol{\RU at kaunk}{TU}{"16B4}
+\newcommand{\RUkaunk}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at kaunk}}
+\DeclareTextSymbol{\RU at laukazlagulogrl}{TU}{"16DA}
+\newcommand{\RUlaukazlagulogrl}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at laukazlagulogrl}}
+\DeclareTextSymbol{\RU at longbrancharae}{TU}{"16C5}
+\newcommand{\RUlongbrancharae}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at longbrancharae}}
+\DeclareTextSymbol{\RU at longbranchhagallh}{TU}{"16BC}
+\newcommand{\RUlongbranchhagallh}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at longbranchhagallh}}
+\DeclareTextSymbol{\RU at longbranchmadrm}{TU}{"16D8}
+\newcommand{\RUlongbranchmadrm}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at longbranchmadrm}}
+\DeclareTextSymbol{\RU at longbranchosso}{TU}{"16AC}
+\newcommand{\RUlongbranchosso}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at longbranchosso}}
+\DeclareTextSymbol{\RU at longbranchyr}{TU}{"16E6}
+\newcommand{\RUlongbranchyr}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at longbranchyr}}
+\DeclareTextSymbol{\RU at mannazmanm}{TU}{"16D7}
+\newcommand{\RUmannazmanm}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at mannazmanm}}
+\DeclareTextSymbol{\RU at multiplepunctuation}{TU}{"16EC}
+\newcommand{\RUmultiplepunctuation}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at multiplepunctuation}}
+\DeclareTextSymbol{\RU at naudiznydnaudn}{TU}{"16BE}
+\newcommand{\RUnaudiznydnaudn}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at naudiznydnaudn}}
+\DeclareTextSymbol{\RU at o}{TU}{"16AE}
+\newcommand{\RUo}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at o}}
+\DeclareTextSymbol{\RU at oe}{TU}{"16AF}
+\newcommand{\RUoe}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at oe}}
+\DeclareTextSymbol{\RU at on}{TU}{"16B0}
+\newcommand{\RUon}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at on}}
+\DeclareTextSymbol{\RU at oo}{TU}{"16F3}
+\newcommand{\RUoo}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at oo}}
+\DeclareTextSymbol{\RU at openp}{TU}{"16D5}
+\newcommand{\RUopenp}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at openp}}
+\DeclareTextSymbol{\RU at oso}{TU}{"16A9}
+\newcommand{\RUoso}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at oso}}
+\DeclareTextSymbol{\RU at othalanethelo}{TU}{"16DF}
+\newcommand{\RUothalanethelo}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at othalanethelo}}
+\DeclareTextSymbol{\RU at perthopeorthp}{TU}{"16C8}
+\newcommand{\RUperthopeorthp}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at perthopeorthp}}
+\DeclareTextSymbol{\RU at q}{TU}{"16E9}
+\newcommand{\RUq}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at q}}
+\DeclareTextSymbol{\RU at raidoradreidr}{TU}{"16B1}
+\newcommand{\RUraidoradreidr}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at raidoradreidr}}
+\DeclareTextSymbol{\RU at sh}{TU}{"16F2}
+\newcommand{\RUsh}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at sh}}
+\DeclareTextSymbol{\RU at shorttwigara}{TU}{"16C6}
+\newcommand{\RUshorttwigara}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at shorttwigara}}
+\DeclareTextSymbol{\RU at shorttwigbjarkanb}{TU}{"16D3}
+\newcommand{\RUshorttwigbjarkanb}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at shorttwigbjarkanb}}
+\DeclareTextSymbol{\RU at shorttwighagallh}{TU}{"16BD}
+\newcommand{\RUshorttwighagallh}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at shorttwighagallh}}
+\DeclareTextSymbol{\RU at shorttwigmadrm}{TU}{"16D9}
+\newcommand{\RUshorttwigmadrm}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at shorttwigmadrm}}
+\DeclareTextSymbol{\RU at shorttwignaudn}{TU}{"16BF}
+\newcommand{\RUshorttwignaudn}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at shorttwignaudn}}
+\DeclareTextSymbol{\RU at shorttwigosso}{TU}{"16AD}
+\newcommand{\RUshorttwigosso}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at shorttwigosso}}
+\DeclareTextSymbol{\RU at shorttwigsols}{TU}{"16CC}
+\newcommand{\RUshorttwigsols}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at shorttwigsols}}
+\DeclareTextSymbol{\RU at shorttwigtyrt}{TU}{"16D0}
+\newcommand{\RUshorttwigtyrt}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at shorttwigtyrt}}
+\DeclareTextSymbol{\RU at shorttwigyr}{TU}{"16E7}
+\newcommand{\RUshorttwigyr}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at shorttwigyr}}
+\DeclareTextSymbol{\RU at sigellongbranchsols}{TU}{"16CB}
+\newcommand{\RUsigellongbranchsols}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at sigellongbranchsols}}
+\DeclareTextSymbol{\RU at singlepunctuation}{TU}{"16EB}
+\newcommand{\RUsinglepunctuation}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at singlepunctuation}}
+\DeclareTextSymbol{\RU at sowilos}{TU}{"16CA}
+\newcommand{\RUsowilos}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at sowilos}}
+\DeclareTextSymbol{\RU at stan}{TU}{"16E5}
+\newcommand{\RUstan}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at stan}}
+\DeclareTextSymbol{\RU at thurisazthursthorn}{TU}{"16A6}
+\newcommand{\RUthurisazthursthorn}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at thurisazthursthorn}}
+\DeclareTextSymbol{\RU at tiwaztirtyrt}{TU}{"16CF}
+\newcommand{\RUtiwaztirtyrt}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at tiwaztirtyrt}}
+\DeclareTextSymbol{\RU at tvimadursymbol}{TU}{"16EF}
+\newcommand{\RUtvimadursymbol}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at tvimadursymbol}}
+\DeclareTextSymbol{\RU at uruzuru}{TU}{"16A2}
+\newcommand{\RUuruzuru}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at uruzuru}}
+\DeclareTextSymbol{\RU at v}{TU}{"16A1}
+\newcommand{\RUv}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at v}}
+\DeclareTextSymbol{\RU at w}{TU}{"16A5}
+\newcommand{\RUw}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at w}}
+\DeclareTextSymbol{\RU at wunjowynnw}{TU}{"16B9}
+\newcommand{\RUwunjowynnw}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at wunjowynnw}}
+\DeclareTextSymbol{\RU at x}{TU}{"16EA}
+\newcommand{\RUx}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at x}}
+\DeclareTextSymbol{\RU at y}{TU}{"16A4}
+\newcommand{\RUy}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at y}}
+\DeclareTextSymbol{\RU at yr}{TU}{"16A3}
+\newcommand{\RUyr}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at yr}}
+\DeclareTextSymbol{\RU at z}{TU}{"16CE}
+\newcommand{\RUz}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\RU at z}}
+\DeclareTextSymbol{\SY at saggitarius}{TU}{"2650}
+\newcommand{\saggitarius}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at saggitarius}}
+\DeclareTextSymbol{\SY at salute}{TU}{"00E8}
+\newcommand{\salute}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at salute}}
+\DeclareTextSymbol{\SY at samhuinn}{TU}{"00C5}
+\newcommand{\samhuinn}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at samhuinn}}
+\DeclareTextSymbol{\SY at saturn}{TU}{"2644}
+\newcommand{\saturn}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at saturn}}
+\DeclareTextSymbol{\SY at scorpio}{TU}{"2022}
+\newcommand{\scorpio}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at scorpio}}
+\DeclareTextSymbol{\SY at scorpius}{TU}{"264F}
+\newcommand{\scorpius}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at scorpius}}
+\DeclareTextSymbol{\SY at scourge}{TU}{"00EC}
+\newcommand{\scourge}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at scourge}}
+\DeclareTextSymbol{\SY at selena}{TU}{"2BDD}
+\newcommand{\selena}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at selena}}
+\DeclareTextSymbol{\SY at semisextile}{TU}{"26BA}
+\newcommand{\semisextile}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at semisextile}}
+\DeclareTextSymbol{\SY at serpentimpaled}{TU}{"005C}
+\newcommand{\serpentimpaled}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at serpentimpaled}}
+\DeclareTextSymbol{\SY at sesquiquadrate}{TU}{"26BC}
+\newcommand{\sesquiquadrate}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at sesquiquadrate}}
+\DeclareTextSymbol{\SY at sextile}{TU}{"26B9}
+\newcommand{\sextile}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at sextile}}
+\DeclareTextSymbol{\SY at square}{TU}{"25A1}
+\newcommand{\square}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at square}}
+\DeclareTextSymbol{\SY at stareightarrows}{TU}{"003B}
+\newcommand{\stareightarrows}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at stareightarrows}}
+\DeclareTextSymbol{\SY at sulphur}{TU}{"002E}
+\newcommand{\sulphur}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at sulphur}}
+\DeclareTextSymbol{\SY at sun}{TU}{"0035}
+\newcommand{\sun}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at sun}}
+\DeclareTextSymbol{\SY at suncoronafourspokes}{TU}{"0038}
+\newcommand{\suncoronafourspokes}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at suncoronafourspokes}}
+\DeclareTextSymbol{\SY at suncoronahubfourspokes}{TU}{"0039}
+\newcommand{\suncoronahubfourspokes}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at suncoronahubfourspokes}}
+\DeclareTextSymbol{\SY at suncoronasixspokes}{TU}{"003D}
+\newcommand{\suncoronasixspokes}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at suncoronasixspokes}}
+\DeclareTextSymbol{\SY at suneightspokes}{TU}{"0037}
+\newcommand{\suneightspokes}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at suneightspokes}}
+\DeclareTextSymbol{\SY at sunfourdoublespokes}{TU}{"0036}
+\newcommand{\sunfourdoublespokes}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at sunfourdoublespokes}}
+\DeclareTextSymbol{\SY at sunfourspokes}{TU}{"0030}
+\newcommand{\sunfourspokes}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at sunfourspokes}}
+\DeclareTextSymbol{\SY at sunrays}{TU}{"263C}
+\newcommand{\sunrays}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at sunrays}}
+\DeclareTextSymbol{\SY at sunthreedoublespokes}{TU}{"002D}
+\newcommand{\sunthreedoublespokes}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at sunthreedoublespokes}}
+\DeclareTextSymbol{\SY at sunwithrays}{TU}{"0031}
+\newcommand{\sunwithrays}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at sunwithrays}}
+\DeclareTextSymbol{\SY at sunwithraysfourspokes}{TU}{"0032}
+\newcommand{\sunwithraysfourspokes}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at sunwithraysfourspokes}}
+\DeclareTextSymbol{\SY at taurus}{TU}{"2649}
+\newcommand{\taurus}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at taurus}}
+\DeclareTextSymbol{\SY at transpluto}{TU}{"2BD7}
+\newcommand{\transpluto}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at transpluto}}
+\DeclareTextSymbol{\SY at truelightmoonarta}{TU}{"2BDF}
+\newcommand{\truelightmoonarta}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at truelightmoonarta}}
+\DeclareTextSymbol{\SY at uranus}{TU}{"2645}
+\newcommand{\uranus}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at uranus}}
+\DeclareTextSymbol{\SY at valknutoutline}{TU}{"003A}
+\newcommand{\valknutoutline}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at valknutoutline}}
+\DeclareTextSymbol{\SY at valknutsolid}{TU}{"0022}
+\newcommand{\valknutsolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at valknutsolid}}
+\DeclareTextSymbol{\SY at vargemini}{TU}{"007E}
+\newcommand{\vargemini}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at vargemini}}
+\DeclareTextSymbol{\SY at varuranus}{TU}{"26E2}
+\newcommand{\varuranus}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at varuranus}}
+\DeclareTextSymbol{\SY at venus}{TU}{"007A}
+\newcommand{\venus}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at venus}}
+\DeclareTextSymbol{\SY at venusfigureoutline}{TU}{"00D3}
+\newcommand{\venusfigureoutline}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at venusfigureoutline}}
+\DeclareTextSymbol{\SY at venusfiguresolid}{TU}{"00F3}
+\newcommand{\venusfiguresolid}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at venusfiguresolid}}
+\DeclareTextSymbol{\SY at verticalmalewithstroke}{TU}{"26A8}
+\newcommand{\verticalmalewithstroke}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at verticalmalewithstroke}}
+\DeclareTextSymbol{\SY at vesta}{TU}{"26B6}
+\newcommand{\vesta}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at vesta}}
+\DeclareTextSymbol{\SY at virgo}{TU}{"264D}
+\newcommand{\virgo}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at virgo}}
+\DeclareTextSymbol{\SY at vulcanus}{TU}{"2BE6}
+\newcommand{\vulcanus}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at vulcanus}}
+\DeclareTextSymbol{\SY at waterelement}{TU}{"007B}
+\newcommand{\waterelement}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at waterelement}}
+\DeclareTextSymbol{\SY at whiteknifeeast}{TU}{"0044}
+\newcommand{\whiteknifeeast}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at whiteknifeeast}}
+\DeclareTextSymbol{\SY at whiteknifenorth}{TU}{"0053}
+\newcommand{\whiteknifenorth}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at whiteknifenorth}}
+\DeclareTextSymbol{\SY at whiteknifesouth}{TU}{"0041}
+\newcommand{\whiteknifesouth}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at whiteknifesouth}}
+\DeclareTextSymbol{\SY at whiteknifewest}{TU}{"0046}
+\newcommand{\whiteknifewest}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at whiteknifewest}}
+\DeclareTextSymbol{\SY at yule}{TU}{"0132}
+\newcommand{\yule}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at yule}}
+\DeclareTextSymbol{\SY at zeus}{TU}{"2BE2}
+\newcommand{\zeus}[1][\relax]{\SY at getdesc{#1}\raisebox{\SY at baselineadjust}{\symbats\SY at zeus}}
+%
+\endinput
+%
+\let\samhain\samhuinn
+\let\bealtaine\beltane
+\let\oimelc\imbolc
+%
+\endinput


Property changes on: trunk/Master/texmf-dist/tex/latex/symbats3/symbats3.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check	2022-05-24 20:25:34 UTC (rev 63393)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check	2022-05-24 20:26:49 UTC (rev 63394)
@@ -753,7 +753,7 @@
     superiors supertabular suppose susy svg svg-inkscape svgcolor
     svn svn-multi svn-prov svninfo svrsymbols
     swebib swfigure swimgraf swrule syllogism
-    symbol sympytexpackage syntax synproof syntaxdi syntrace synttree
+    symbats3 symbol sympytexpackage syntax synproof syntaxdi syntrace synttree
     systeme
   t-angles t2
     tabbing tabfigures table-fct tableaux tablefootnote tableof tablestyles

Modified: trunk/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc	2022-05-24 20:25:34 UTC (rev 63393)
+++ trunk/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc	2022-05-24 20:26:49 UTC (rev 63394)
@@ -315,6 +315,7 @@
 depend stix2-type1
 depend superiors
 depend svrsymbols
+depend symbats3
 depend tapir
 depend tempora
 depend tengwarscript

Added: trunk/Master/tlpkg/tlpsrc/symbats3.tlpsrc
===================================================================


More information about the tex-live-commits mailing list.