Genesis Rock
Genesis Rock

Reputation: 707

Unicode character: cart

Does someone know a unicode character for a shopping cart (or similar)? I found pizza(U+1F355), hotline(U+2706) and what ever this is(U+26A7), but no damn shopping cart!

Upvotes: 11

Views: 20956

Answers (5)

Leia
Leia

Reputation: 512

Worth noting: Unicode 9.0 and Emoji 3.0: Shopping Trolley "đź›’" (U+1F6D2)

http://www.unicode.org/emoji/charts/emoji-released.html#1f6d2

Upvotes: 13

sahil raj
sahil raj

Reputation: 1

&#xe116 this unicode s as per W3schools.com

Upvotes: -2

Ruth
Ruth

Reputation: 1

Try Unicode: f07a http://fortawesome.github.io/Font-Awesome/icon/shopping-cart/

I have not tested this, but found it on the website above, good luck!

Upvotes: -2

Peter Krauss
Peter Krauss

Reputation: 13920

Today (2015's) the Font-Awesome is popular and have some options of shopping-carts. Ex: fa-shopping-cart

You need to import the font in your CSS.

Upvotes: 2

Jukka K. Korpela
Jukka K. Korpela

Reputation: 201548

There is none, so far. If there were, it would undoubtedly have the word SHOPPING in its name, and then http://www.fileformat.info/info/unicode/char/search.htm would find it under that name, but it doesn’t.

Not a big issue really. It generally takes over ten years from the adoption of a new character into Unicode before it is reasonably widely available in commonly used fonts. For example, U+1F355 SLICE OF PIZZA is available on approximately one font (which is not included in any operating system or commonly used software distribution).

Upvotes: 5

Related Questions