So for example, if I wanted to declare &#hiragana_a;
as an entity that corresponds to あ
.
Is this possible in HTML?
The list of named entities for HTML5 can be found here.
This is possible using XML with a custom DTD.
So what if I used XHTML5? Could I specify a custom DTD with custom named entities?