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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -