Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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: ✉

like image 290
IProblemFactory Avatar asked Aug 27 '09 16:08

IProblemFactory


People also ask

How do I use Unicode Icons?

Inserting Unicode characters To insert a Unicode character, type the character code, press ALT, and then press X. For example, to type a dollar symbol ($), type 0024, press ALT, and then press X. For more Unicode character codes, see Unicode character code charts by script.

What is the most used Unicode?

The most common encodings are the ASCII-compatible UTF-8, the UCS-2-compatible UTF-16, and GB18030 which is not an official Unicode standard but is used in China and implements Unicode fully.

What is an example of a Unicode character?

The code point is a unique number for a character or some symbol such as an accent mark or ligature. Unicode supports more than a million code points, which are written with a "U" followed by a plus sign and the number in hex; for example, the word "Hello" is written U+0048 U+0065 U+006C U+006C U+006F (see hex chart).


3 Answers

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.

like image 147
Kzqai Avatar answered Oct 18 '22 00:10

Kzqai


stackoverflow.com used to use "●" (U+25CF BLACK CIRCLE) for badges.

There are tons of useful characters in Unicode:

  • ✆ U+2706 TELEPHONE LOCATION SIGN
  • ✉ U+2709 ENVELOPE
  • ☎ U+260E BLACK TELEPHONE and ☏ U+260F WHITE TELEPHONE
  • ✎ U+270E LOWER RIGHT PENCIL
  • ⌛ U+231B HOURGLASS
  • ⌨ U+2328 KEYBOARD
like image 22
Joachim Sauer Avatar answered Oct 18 '22 00:10

Joachim Sauer


← ↑ → ↓ ↔ ↕ ↖ ↗ ↘ ↙

just to name a few...

like image 10
Badfish Avatar answered Oct 17 '22 23:10

Badfish