Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
322 views
in Technique[技术] by (71.8m points)

html - What Unicode character do you use in your website? (instead of image icons)

I am looking for character which could replace image icon, for example like ? (xmark) and ? (tick), maybe some symbol to "draft" or "new message"?

EDIT:

Fav: ?

Draft: ?

Message: ?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

To find useful symbols, I have two great resources:

http://shapecatcher.com

Allows you to draw a shape, which it then searches for similarly shaped unicode symbols.

https://www.fileformat.info/info/unicode/block/index.htm

Lists unicode by the character blocks (using an embedded unicode font to maximize compatibility for display) and has a "display a certain block with images" functionality that allows you to review symbol blocks.

Both are quite useful though I often end up using shapecatcher these days just because it's a fun break just to be able to draw the shape that you want and have the site pull it up for you. At least, sometimes it will put it up.

Misc. Symbols Blocks

http://shapecatcher.com/unicode/block/Miscellaneous_Symbols_And_Pictographs is also a great category of unicode symbols, though as with all unicode, you may have to test compatibility.

https://www.fileformat.info/info/unicode/block/miscellaneous_symbols/images.htm is the block of the miscellaneous symbols, for comparison.

  • ? U+0231A WATCH
  • ? U+0231B HOURGLASS
  • ? U+265F SOLID CHESS PAWN
  • ? U+26B7 CHIRON
  • ★ U+2605 SOLID STAR
  • ? U+2713 CHECK MARK
  • ? U+2611 SQUARE CHECKBOX
  • ? U+2715 MULTIPLICATION X
  • ? U+2612 SQUARE X-ED BOX
  • ? U+26A0 WARNING SIGN

Are also good symbols to add to the list.

Edit: In 2019 I would now recommend using a robust icon pack, either in svg form or font-file form, the presentation of unicode is often less controllable for web developers.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...