Forum Discussion
UNICHAR code for Triangles
Hi
Can anyone share the unichar codes for green , red & blue triangle & rectangle shapes
mussaenda themistoklis Anonymous ,
Thanks Guys for your suggestion
After lot of reach I got a reference link. I am sharing here which met my requirement almost
https://www.vertex42.com/ExcelTips/unicode-symbols.html
6 Replies
- RENJITH_R_SResolver II
mussaenda themistoklis Anonymous ,
Thanks Guys for your suggestion
After lot of reach I got a reference link. I am sharing here which met my requirement almost
https://www.vertex42.com/ExcelTips/unicode-symbols.html
- themistoklisCommunity Champion
I dont think all the symbols with the colours that you mentioned have unichar codes
https://stackoverflow.com/questions/42598497/how-to-change-the-color-of-a-unicode-character/54406264
- AnonymousNot applicable
Hi RENJITH_R_S
You can find the Unicode in the link below .
https://exceleratorbi.com.au/dax-unichar-function-power-bi/
However , not all graphics and colors have according Unicode , you need to make some changes . You can refer to the case below , that is the graphics and colors I set for a client . In the case that the Unicode that exactly matches the color and shape cannot be found , you can find the shape Unicode first , then configure conditional formatting for the shape .
https://community.powerbi.com/t5/Desktop/Add-colored-KPI-arrows-to-show-the-trend/td-p/2068182
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- mussaendaCommunity Champion
Hi RENJITH_R_S ,
Have you read this thread?
https://community.powerbi.com/t5/Desktop/UNICHAR-Green-Up-arrow-and-Red-Down-arrow/m-p/367804
You can achieve the color by using the color formatting.
Hope this helps.
- AnonymousNot applicable
Hi RENJITH_R_S
I am so glad that you have gotten the reference link which can meet your requirement almost . Please consider Accept it as the solution to help the other members find it more quickly.
Best Regards
Community Support Team _ Ailsa Tao
- omikeyzHelper I
I can't find the warning code triangle exactly but I've found this code in a table provided. 9206.
I set a measure and this is what I wrote:
1 UC_Icons = unichar(9206)
this gives you a black upward pointing triangle and i'm thinking I can just go and change the colour to red or #FB0303
Hope that helps.