Vegetarian mark

A symbol for vegetarian food and vegetarianism. Download it as a vector or bitmap image, or use it as a font icon on your web site (see below). The “V with a leaf” symbol, as represented here, is a trademark of the European Vegetarian Union (EVU), who grants licences to the food industry to use this mark on their products.

Indian vegetarian mark

A symbol for vegetarian food used in India, and sometimes in other South Asian countries, as defined by the Food safety and standards (packaging and labelling) act of 2006. Often referred to simply as the “green dot”. See also Wikipedia.

Unicode alternative: A black circle with a combining quare, ●⃞. Rendering might not be perfect in all browsers.
Html code: <span style="color:green;padding:0 .3em">&#9679;&#8414;</span>.
Or, semantically less accurate, but more consistent in rendering, a squared dot, .
Html code: <span style="color:green">&#8865;</span>.

Vegetarian symbols as a font

To use these symbols as a font icon on your web page, simply add the following code to the head:

<link rel="stylesheet" href="http://static.sasongsmat.nu/fonts/vegetarian.css" />
	

You can now add icons to your page like this: Today's special: Palak paneer<span class="vegetarianicon">Ⓥ</span>
The result should look like this:

Today's special: Palak paneer

If the font for some reason fails to load, the character will show instead of .

can be used in the same way: <span class="vegetarianicon">⊡</span> gives .

It might be a good idea to provide an explanation, if the symbol is crucial to understanding the text. The <abbr>-tag is a good option. <abbr title="Vegetarian" class="vegetarianicon">Ⓥ</abbr> gives:

Alternative approach

You can also insert the symbols like this: Today's special: Palak paneer<span class="veg-vegetarian"></span>
Resulting in this:

Today's special: Palak paneer

Unlike in the first approach, icons will not be copied if the user tries to copy and paste the text.

For , use <span class="veg-indian-vegetarian"></span>.

The font is created with icomoon.io.

Other symbols and characters

The Chinese character zhāi () is sometimes used as a general vegetarian symbol, though the word for vegetarian food in Chinese is 素食 (sùshí).

The unicode character (a circled, capital ’V’) is sometimes used to indicate vegetarian or vegan food or lifestyle.

HTML
&#9419;
Unicode
U+24CB
Windows
To produce a circled V on Windows: Alt 9419 (on the numerical keyboard, with Num lock on)
Linux
To produce a circled V on Linux: Ctrl ⇧ Shift u 24cb ⏎ Return (or Space)

There is an hardly ever used inverted version as well, 🅥; a corresponding small letter, ; and some other variants, existing mostly for backwards compatibility with various pre Unicode character sets: , 🄥, 🅅, 🆅, 🇻. A lot of your users will not be able to display these last characters.

Have you seen other interesting symbols? Send them to mail@leowallentin.se!