Sponsor an article or a post on this blog. Guest Bloggers, Advertisers are welcome.

Character Entities Cheat Sheet for HTML, CSS and Javascript

— By

I always had to fiddle and look around multiple sources to get the correct Character Entity with their named or numeric entity for HTML, the unicode entity for CSS, or the Octal-encoded character for Javascript.

For instance, in CSS, to add → in the content of :before, you can write -

.more:before {
	content: "\2192";
	margin-right: 1em;
}

So, I decided to go ahead, spend some time and made a nice, clean, easy-to-navigate one page site to display, literally, all Character Entity for HTML, CSS and Javascript.

Bookmark the page → Character Entities (HTML, CSS &amp Javascript).
Let me know of bugs, issues – the source is on Github.

Brajeshwar

Brajeshwar believes in simplicity; pushes the envelop and envisions the betterment of usable and practical solutions.

More by Brajeshwar