Xah Lee, 2007-10.
The following “text” are rendered by the font called Webdings↗. it is just dingbats. To find out what character a particular digbat is, just copy and paste it into a text editor.
The followings are all printable ASCII↗ (32 to 126). Spaces are added every 10 chars to break continuity.
Code point 127 to 160 are not printable chars and are not defined in SGML.
Here's unicode char 161 to 256 rendered in webdings. (Space added in arbitrary positions to break continuity).
Here's unicode char 257 to 400 rendered in webdings.
Somenoe stupid designed this dingbat set. With the exception of the video player butto icons, vast majority of the them are useless, and very ugly to boot.
the character sequence is generated by the following emacs lisp code:
(let ((x 32)) (while (/= x 128) (ucs-insert x) (setq x (+ x 1))))
See also:
Page created: 2007-10. © 2007 by Xah Lee.