Note named character entities are only supported in epub2. epub3 supports only numeric entities. You should be able to use a numeric entity like &#xXXXX; to represent the unicode codepoint (in hex XXXX). But that character may notappear if the font being used does not support it.
Using rarely seen unicode characters in an epub will almost always require embedding a font that supports it so that readers can show it properly.
|