javascript - Add new alias for unicode character to HTML/CSS -


i trying write documents web have special characters in them.

there's few unicode characters not have "named character reference" include in web pages. example, here's funky arrow:

0000 21fb rightwards arrow double vertical stroke 

which looks this: ⇻

if want make habit of this, need keep big list handy shows these characters , equivalent hex codes. easier if link css or javascript file, , type "alias" instead (similar named character reference). in other words, i'd able this:

<p>here arrow:  &my-special-arrow; </p> 

can suggest way easily?


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -