Looking to find a ‘‰’ key on your keyboard? Tired of copying the symbol from the web to paste? Find out here how to insert the per mille sign (‰) on Linux using the “Compose” key.
First, Heavy Lifting
I remember soups when I picture a particular restaurant; I think of broths and bouillons; I have stock in mind of onion and beef; I recall consommés doubles, rich and delicious and intricately linked with one of my favorite places to eat.
I also remember the spoons: ornate, substantial and most of all heavy, much heavier than the ones found at home or at other establishments. This is no accident, of course, as the weight of many a thing has been associated with quality and value—including cutlery.
Whether a few ‰ of difference are enough, I don’t know; let us at least insert this spoon-shaped character, though:
How to Insert the Per Mille Sign ( ‰ ) on Linux
Gnome Desktop and KDE Plasma
Time needed: 1 minute
To input a per mille symbol ( ‰ ) on Linux:
- Enable or set the Linux “Compose” key.
- Position the text cursor where you want to insert the per mille sign.
- Press the Compose key
- Now type
%o
immediately after pressing Compose.
How to Insert the Per Mille Sign ( ‰ ) on Linux: FAQ
Can I also insert ‰ with a direct keyboard shortcut?
No.
The standard English-language keyboard layouts do not include key combination to insert the per mill sign.
How do I use the per mille sign in LaTeX?
In LaTeX, you can insert the ‰ (per mille) symbol using the following command from the textcomp package (which almost certainly is already installed):
\textperthousand
As an alternative, use \permil from the wasysym package. The two options differ slightly in their representation.
Example
\documentclass{article}
\usepackage{textcomp}
% \usepackage{wasysym}
\begin{document}
By weight, they are some 4.5\textperthousand{} potassium.
% By weight, they are some 4.5\permil{} potassium.
\end{document}
(How to insert the per mille sign on Linux tested with Gnome 46 and KDE Plasma 6.1; first published August 2024)