Is there a unicode character that signifies filtering (for example, a funnel) that is widely available on common computer operating systems?
13 Answers
You can use search engines that allow you to draw like
I'm not able to find anything similar to the funnel but here are some possible results:
- Turned shogi piece: ⛉ ⛊
- Sector: ⌔
- Down-pointing triangle with right half black: ⧩
- Alchemical symbol for water:
- Alchemical symbol for horse dung:
- Canadian syllabics carrier hee: ᐶ
- Rightwards arrow through superset ⭄
- Subset above rightwards arrow ⥹
- Rightwards arrow through greater-than ⭃ (probably should be rotated when display)
- Greater-than above rightwards arrow ⥸
- Rightwards arrow with tail ↣
- Z notation range antirestriction ⩥
Excel does have a funnel shape when filtering data (see the icon in the c
column above "7" in the below table) but I'm not sure whether they use an image or character for that since window inspection tools can't work out that symbol
In some cases the scissors ✀ can be used to signify "cut out unnecessary parts"

- 37,963
- 15
- 156
- 475
-
The Excel icons are definitely images, not Unicode characters. – Andreas Rejbrand Jan 04 '21 at 09:11
-
@AndreasRejbrand or maybe it's a custom character in the private use area – phuclv Jan 04 '21 at 09:31
-
In colour? Although coloured characters seem to be a thing these days, I very much doubt it. – Andreas Rejbrand Jan 04 '21 at 09:53
-
@AndreasRejbrand which color do you see? The character is entirely in black. I'm talking about the funnel in the c column above "7". But the big Filter icon is also in monochrome – phuclv Jan 04 '21 at 09:55
-
Oh, sorry, I thought you were talking about the icon in the ribbon. Although the ribbon's funnel icon isn't in colour, the other ribbon icons are, and it would be extremely strange if Microsoft used font glyphs for one ribbon icon and bitmaps for the the rest of them! – Andreas Rejbrand Jan 04 '21 at 09:58
This is not really an answer, but possibly useful for anyone finding this page looking for a filter funnel icon. Here's a hack to make something look like a funnel - stack a triangle and a bar!
.filter-triangle,
.filter-bar {
position: absolute;
top: 0;
left: 0;
width: 1em;
text-align: center;
}
.filter-bar {
top: 0.1em;
}
<div class=filter-bar>❘</div>
<div class=filter-triangle>▼</div>
Alternatively this is an SVG icon I made:
<svg viewBox="0 0 80 90" focusable=false><path d="m 0,0 30,45 0,30 10,15 0,-45 30,-45 Z"></path></svg>
Both need aria attributes for accessability, amongst other problems! Both snippets are WTFPL-licenced!
Or you can use the MIT licenced filter icon from Feather.
Late here, but I like this ⫧ Found it by using shapecatcher.com which someone here suggested.
It works particularly well as a small placeholder in the inputs for my column filters. (image)

- 104
- 5
-
1Please add further details to expand on your answer, such as working code or documentation citations. – Community Sep 09 '21 at 07:57
-
I needed the same, and as far as I can tell there is no FUNNEL, FILTER or REDUCE symbol in Unicode.
However there is this:
⊆ U+2286 SUBSET OF OR EQUAL TO

- 10,623
- 4
- 56
- 80
You can use the character "X" with the Webdings Font, and it will give you a Speaker icon. Rotate it 90° and it'll be like a Funnel.

- 205
- 2
- 6
There is a proposal for a funnel (filter):
https://www.unicode.org/wg2/docs/n5181-repertoire-postAmd1.pdf
1CE08
Until it is released, the best character is the one provided by @phuclv (https://stackoverflow.com/a/51728429/5390321)
(1F756)

- 1,743
- 15
- 28
This is the best character I could find for myself ⊕
Unicode Character 'CIRCLED PLUS' (U+2295)
Which is by no means a funnel, but a kind of like a cross-hair insinuating "target more specific results". There are literally thousands of characters though...
In my case, I am going to use IcoMoon to replace the icon for this character, check out the IcoMoon app here
If you dont have a character map tool, you can use this quick PHP snippet to print out a range of unicode characters:
<?php
for ($i=hexdec("25ff");$i<=hexdec("26ff");$i++) echo sprintf("&#%u; ",$i);
Prints
◿ ☀ ☁ ☂ ☃ ☄ ★ ☆ ☇ ☈ ☉ ☊ ☋ ☌ ☍ ☎ ☏ ☐ ☑ ☒ ☓ ☔ ☕ ☖ ☗ ☘ ☙ ☚ ☛ ☜
☝ ☞ ☟ ☠ ☡ ☢ ☣ ☤ ☥ ☦ ☧ ☨ ☩ ☪ ☫ ☬ ☭ ☮ ☯ ☰ ☱ ☲ ☳ ☴ ☵ ☶ ☷ ☸ ☹ ☺ ☻
☼ ☽ ☾ ☿ ♀ ♁ ♂ ♃ ♄ ♅ ♆ ♇ ♈ ♉ ♊ ♋ ♌ ♍ ♎ ♏ ♐ ♑ ♒ ♓ ♔ ♕ ♖ ♗ ♘ ♙
♚ ♛ ♜ ♝ ♞ ♟ ♠ ♡ ♢ ♣ ♤ ♥ ♦ ♧ ♨ ♩ ♪ ♫ ♬ ♭ ♮ ♯ ♰ ♱ ♲ ♳ ♴ ♵ ♶ ♷ ♸ ♹
♺ ♻ ♼ ♽ ♾ ♿ ⚀ ⚁ ⚂ ⚃ ⚄ ⚅ ⚆ ⚇ ⚈ ⚉ ⚊ ⚋ ⚌ ⚍ ⚎ ⚏ ⚐ ⚑ ⚒ ⚓ ⚔ ⚕ ⚖ ⚗ ⚘
⚙ ⚚ ⚛ ⚜ ⚝ ⚞ ⚟ ⚠ ⚡ ⚢ ⚣ ⚤ ⚥ ⚦ ⚧ ⚨ ⚩ ⚪ ⚫ ⚬ ⚭ ⚮ ⚯ ⚰ ⚱ ⚲ ⚳ ⚴ ⚵ ⚶ ⚷ ⚸
⚹ ⚺ ⚻ ⚼ ⚽ ⚾ ⚿ ⛀ ⛁ ⛂ ⛃ ⛄ ⛅ ⛆ ⛇ ⛈ ⛉ ⛊ ⛋ ⛌ ⛍ ⛎ ⛏ ⛐ ⛑ ⛒ ⛓ ⛔ ⛕
⛖ ⛗ ⛘ ⛙ ⛚ ⛛ ⛜ ⛝ ⛞ ⛟ ⛠ ⛡ ⛢ ⛣ ⛤ ⛥ ⛦ ⛧ ⛨ ⛩ ⛪ ⛫ ⛬ ⛭ ⛮ ⛯ ⛰ ⛱
⛲ ⛳ ⛴ ⛵ ⛶ ⛷ ⛸ ⛹ ⛺ ⛻ ⛼ ⛽ ⛾ ⛿
Good luck

- 2,898
- 1
- 21
- 38
While it won't be a funnel, I would suggest to use the web symbol:
After all, a web allows to catch the resource after which its user is looking for while letting much of the rest going to some ignored places.

- 2,783
- 3
- 27
- 44
- Ψ 03A8
- ψ 03C8
- ¥ 00A5
- ⁝ 205D
- ⁞ 205E
- ⥺ 297A (Rotated to point down)
- ⦀ 2980
- ⧨ 29E8
- ⧩ 29E9
- ⧪ 29EA
- ⏚ 23DA
- 128269
- 1F50E
There are a lot pictured here https://www.vertex42.com/ExcelTips/unicode-symbols.html

- 20,174
- 9
- 81
- 146
Probably the most fitting and cross system supported Unicode chars / symbols for funnel / filter are Y char and its derived:
Ȳ Y Ɏ Ұ ¥

- 1,440
- 1
- 18
- 31
This may help. While looking for the same thing I found that I could print a funnel using this JavaScript line:
String.fromCharCode(57710); // Prints:
But it doesn't work all the time. Most of the time I end up with a box, like: "". I'm still trying to figure out why that is.

- 32
- 6
-
That character is from the Unicode "private use area." Maybe an Apple-specific glyph? – Tavian Barnes Jun 16 '17 at 15:43
-
2I'm on a windows 8 PC using Chrome. I just discovered that same thing does not work in Firefox or IE. So my answer is likely not very helpful. – Joel MacKenzie Jun 16 '17 at 16:06