# Can I put a unicode character on the dashboard?

**URL:** https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733
**Category:** Dashboard
**Created:** [14 February 2020 23:23 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733 "2020-02-14T23:23:25Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![SteveMann](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/stevemann/32/3810_2.png) [@SteveMann](https://discourse.nodered.org/u/SteveMann)
#### Post date: [14 February 2020 23:23 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733/1 "2020-02-14T23:23:25Z")

</div>

I have a value from 1 to 8 that I want to show on the dashboard as arrows. All I can do are simple arrows: ↑↓→←. Is there a way to do this using unicode or extended ASCII where I can also get arrows like these?

 ![arrows](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/7/3/73d952473ecde4fd3240479cd40a8b17354e30b9.png)

---

<div class="post-metadata">

### Author: ![Andrei](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/andrei/32/10446_2.png) [@Andrei](https://discourse.nodered.org/u/Andrei)
#### Post date: [15 February 2020 03:42 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733/2 "2020-02-15T03:42:06Z")

</div>

You can try:

[https://www.w3schools.com/charsets/ref\_utf\_arrows.asp](https://www.w3schools.com/charsets/ref_utf_arrows.asp)

---

<div class="post-metadata">

### Author: ![SteveMann](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/stevemann/32/3810_2.png) [@SteveMann](https://discourse.nodered.org/u/SteveMann)
#### Post date: [15 February 2020 04:20 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733/3 "2020-02-15T04:20:38Z")

</div>

Those are HTML codes. How do you put them into the dashboard?

---

<div class="post-metadata">

### Author: ![Andrei](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/andrei/32/10446_2.png) [@Andrei](https://discourse.nodered.org/u/Andrei)
#### Post date: [15 February 2020 05:09 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733/4 "2020-02-15T05:09:11Z")

</div>

Use the dashboard template node for testing.

---

<div class="post-metadata">

### Author: ![SteveMann](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/stevemann/32/3810_2.png) [@SteveMann](https://discourse.nodered.org/u/SteveMann)
#### Post date: [15 February 2020 13:14 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733/5 "2020-02-15T13:14:05Z")

</div>

I don't see how a template could put a unicode symbol on the dashboard.  
Right now, I am using a change node to take, for example, a payload of "4", and change it to an ALT-16 character (►).  
There are more appropriate arrows in the Unicode world, but the dashboard only shows the standard ASCII set.

---

<div class="post-metadata">

### Author: ![Andrei](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/andrei/32/10446_2.png) [@Andrei](https://discourse.nodered.org/u/Andrei)
#### Post date: [15 February 2020 14:32 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733/6 "2020-02-15T14:32:37Z")

</div>

What widget you are using in the dashboard to display the arrows ?

Here an example using the template and the ui\_text.

![r-1](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/3/c/3c37a04d0a617684851d9d5aee6ca48e752241a8.png)

```auto
[{"id":"fcec496b.4a3828","type":"tab","label":"Flow 5","disabled":false,"info":""},{"id":"77cd324a.3a3c6c","type":"ui_template","z":"fcec496b.4a3828","group":"6b088045.d465d","name":"Arrows","order":0,"width":"4","height":"6","format":"\n<P>&#x2190;</p> \n<P>&#x2191;</p> \n<p>&#x2192;</p>\n<p>&#x2193;</p>\n\n<p>&#x2196;</p> \n<p> &#x2191;</p>\n<p>&#x2198;</p>\n<p>&#x2199;</p>\n","storeOutMessages":true,"fwdInMessages":true,"templateScope":"local","x":440,"y":240,"wires":[[]]},{"id":"7f35e5e8.aa809c","type":"inject","z":"fcec496b.4a3828","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":240,"y":180,"wires":[["3af4c064.dd328"]]},{"id":"3af4c064.dd328","type":"ui_text","z":"fcec496b.4a3828","group":"e6b7a998.6433c8","order":2,"width":"2","height":"1","name":"","label":"<P>&#x2190;</p>","format":"<P>&#x2191;</p>","layout":"row-spread","x":460,"y":180,"wires":[]},{"id":"6b088045.d465d","type":"ui_group","z":"","name":"T1","tab":"aff85644.de7a98","disp":true,"width":"6","collapse":false},{"id":"e6b7a998.6433c8","type":"ui_group","z":"","name":"T2","tab":"aff85644.de7a98","disp":true,"width":"6","collapse":false},{"id":"aff85644.de7a98","type":"ui_tab","z":"","name":"LAB","icon":"dashboard","order":23}]

```

---

<div class="post-metadata">

### Author: ![SteveMann](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/stevemann/32/3810_2.png) [@SteveMann](https://discourse.nodered.org/u/SteveMann)
#### Post date: [17 February 2020 05:40 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733/7 "2020-02-17T05:40:29Z")

</div>

Thank you professor- I understand my homework assignment.

---

<div class="post-metadata">

### Author: ![SteveMann](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/stevemann/32/3810_2.png) [@SteveMann](https://discourse.nodered.org/u/SteveMann)
#### Post date: [18 February 2020 05:44 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733/8 "2020-02-18T05:44:31Z")

</div>

I am understanding a bit more and can display discrete arrows in the dashboard text node.

My problem is that I want to use one dashboard text node by sending the arrow code to it from a change node. But when I try to put `"<P>&#x2190;</p>"` into msg.payload, I get gibberish in the text node.

Any ideas?

Thanks.

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [18 February 2020 10:01 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733/9 "2020-02-18T10:01:53Z")

</div>

So what settings do you have in the ui-text node? please provide a flow showing the issue from the inject to the ui-text node

---

<div class="post-metadata">

### Author: ![nisiyama](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/nisiyama/32/85_2.png) [@nisiyama](https://discourse.nodered.org/u/nisiyama)
#### Post date: [18 February 2020 10:40 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733/10 "2020-02-18T10:40:52Z")

</div>

Hi, simply sending unicode string should work.

```auto
[{"id":"21b42045.65ad3","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"6d1adb8e.557194","type":"ui_text","z":"21b42045.65ad3","group":"6b1cbf30.904d2","order":0,"width":0,"height":0,"name":"","label":"text","format":"{{msg.payload}}","layout":"row-spread","x":610,"y":220,"wires":[]},{"id":"3c8edd5b.5f2932","type":"change","z":"21b42045.65ad3","name":"←","rules":[{"t":"set","p":"payload","pt":"msg","to":"←","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":430,"y":140,"wires":[["6d1adb8e.557194"]]},{"id":"3986450a.2131aa","type":"change","z":"21b42045.65ad3","name":"↑","rules":[{"t":"set","p":"payload","pt":"msg","to":"↑","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":430,"y":200,"wires":[["6d1adb8e.557194"]]},{"id":"10e1e202.ae148e","type":"change","z":"21b42045.65ad3","name":"→","rules":[{"t":"set","p":"payload","pt":"msg","to":"→","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":430,"y":260,"wires":[["6d1adb8e.557194"]]},{"id":"dc27a935.8c2978","type":"change","z":"21b42045.65ad3","name":"↓","rules":[{"t":"set","p":"payload","pt":"msg","to":"↓","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":430,"y":320,"wires":[["6d1adb8e.557194"]]},{"id":"5adbc5ce.f4cb3c","type":"inject","z":"21b42045.65ad3","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":140,"wires":[["3c8edd5b.5f2932"]]},{"id":"6a4e0eee.4ea52","type":"inject","z":"21b42045.65ad3","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":200,"wires":[["3986450a.2131aa"]]},{"id":"4aad6473.22409c","type":"inject","z":"21b42045.65ad3","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":260,"wires":[["10e1e202.ae148e"]]},{"id":"ee6e6bc.2e37798","type":"inject","z":"21b42045.65ad3","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":320,"wires":[["dc27a935.8c2978"]]},{"id":"3ede91ea.05466e","type":"function","z":"21b42045.65ad3","name":"loop","func":"function loop(n) {\n var pos = n % 4;\n var msgs = [];\n for(var i = 0; i < n; i++) {\n msgs.push((i == pos) ? {payload:\"\"} : null);\n }\n node.send(msgs);\n if (n > 0) {\n setTimeout(function() {\n loop(n-1);\n }, 1000);\n }\n}\nloop(10);","outputs":4,"noerr":0,"x":290,"y":400,"wires":[["3c8edd5b.5f2932"],["3986450a.2131aa"],["10e1e202.ae148e"],["dc27a935.8c2978"]]},{"id":"17dfe88c.c2b407","type":"inject","z":"21b42045.65ad3","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":400,"wires":[["3ede91ea.05466e"]]},{"id":"6b1cbf30.904d2","type":"ui_group","z":"","name":"Default","tab":"29a51209.1cbfde","disp":true,"width":"6","collapse":false},{"id":"29a51209.1cbfde","type":"ui_tab","z":"","name":"Home","icon":"dashboard","disabled":false,"hidden":false}]

```

---

<div class="post-metadata">

### Author: ![SteveMann](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/stevemann/32/3810_2.png) [@SteveMann](https://discourse.nodered.org/u/SteveMann)
#### Post date: [19 February 2020 05:22 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733/11 "2020-02-19T05:22:09Z")

</div>

Thanks, your help is appreciated. Here is my experimental flow.  
 ![cgm experiments](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/0/2/0291043bec7aaabacd35a80a3efebba32821b041.jpeg)

(Flow text below)

Poll state returns a number (text) from 1 to 7. What I want to do is use the change node to replace the msg.payload with the arrow code, but that doesn't work. (In my experiment I only changed rule 7).

Here is the flow code:

```auto
[ 
   { 
      "id":"e1e30a5d.bf1ae8",
      "type":"poll-state",
      "z":"eef97088.bad3b",
      "name":"",
      "server":"cc0d1734.6963a8",
      "version":1,
      "exposeToHomeAssistant":false,
      "haConfig":[ 
         { 
            "property":"name",
            "value":""
         },
         { 
            "property":"icon",
            "value":""
         }
      ],
      "updateinterval":"20",
      "updateIntervalUnits":"seconds",
      "outputinitially":false,
      "outputonchanged":false,
      "entity_id":"sensor.cgm_trend",
      "state_type":"str",
      "halt_if":"",
      "halt_if_type":"str",
      "halt_if_compare":"is",
      "outputs":1,
      "x":200,
      "y":300,
      "wires":[ 
         [ 
            "3219c0ab.0e3cc",
            "6ec721fc.76919",
            "334975c2.31358a",
            "b79f4fec.82d7c"
         ]
      ]
   },
   { 
      "id":"3219c0ab.0e3cc",
      "type":"function",
      "z":"eef97088.bad3b",
      "name":"Save Trend value to a flow variable.",
      "func":"//This saves the trend value to the global variable trend.\nvar v= msg.payload;\nflow.set(\"trend\",v);\n//Return null; if this is the end,\n//Return msg; to trigger a downstream node.\nreturn null;",
      "outputs":1,
      "noerr":0,
      "x":560,
      "y":300,
      "wires":[ 
         [ 

         ]
      ]
   },
   { 
      "id":"6ec721fc.76919",
      "type":"ui_text",
      "z":"eef97088.bad3b",
      "group":"a54feb5a.1d51f8",
      "order":2,
      "width":0,
      "height":0,
      "name":"Trend",
      "label":"Trend",
      "format":"{{msg.payload}}",
      "layout":"row-left",
      "x":480,
      "y":360,
      "wires":[ 

      ]
   },
   { 
      "id":"334975c2.31358a",
      "type":"ui_gauge",
      "z":"eef97088.bad3b",
      "name":"Trend",
      "group":"a54feb5a.1d51f8",
      "order":3,
      "width":0,
      "height":0,
      "gtype":"gage",
      "title":"Trend",
      "label":"units",
      "format":"{{value}}",
      "min":0,
      "max":"8",
      "colors":[ 
         "#e6e600",
         "#00d500",
         "#ca3838"
      ],
      "seg1":"",
      "seg2":"",
      "x":490,
      "y":400,
      "wires":[ 

      ]
   },
   { 
      "id":"b79f4fec.82d7c",
      "type":"change",
      "z":"eef97088.bad3b",
      "name":"",
      "rules":[ 
         { 
            "t":"change",
            "p":"payload",
            "pt":"msg",
            "from":"0",
            "fromt":"str",
            "to":"\"0=Unknown\"",
            "tot":"str"
         },
         { 
            "t":"change",
            "p":"payload",
            "pt":"msg",
            "from":"1",
            "fromt":"str",
            "to":"▲▲▲",
            "tot":"str"
         },
         { 
            "t":"change",
            "p":"payload",
            "pt":"msg",
            "from":"2",
            "fromt":"str",
            "to":"▲▲",
            "tot":"str"
         },
         { 
            "t":"change",
            "p":"payload",
            "pt":"msg",
            "from":"3",
            "fromt":"str",
            "to":"▲",
            "tot":"str"
         },
         { 
            "t":"change",
            "p":"payload",
            "pt":"msg",
            "from":"4",
            "fromt":"str",
            "to":"---",
            "tot":"str"
         },
         { 
            "t":"change",
            "p":"payload",
            "pt":"msg",
            "from":"5",
            "fromt":"str",
            "to":"▼",
            "tot":"str"
         },
         { 
            "t":"change",
            "p":"payload",
            "pt":"msg",
            "from":"6",
            "fromt":"str",
            "to":"▼▼",
            "tot":"str"
         },
         { 
            "t":"change",
            "p":"payload",
            "pt":"msg",
            "from":"7",
            "fromt":"str",
            "to":"<P>&#x2190;</p>",
            "tot":"str"
         },
         { 
            "t":"change",
            "p":"payload",
            "pt":"msg",
            "from":"8",
            "fromt":"str",
            "to":"\"8=Unknown\"",
            "tot":"str"
         },
         { 
            "t":"change",
            "p":"payload",
            "pt":"msg",
            "from":"9",
            "fromt":"str",
            "to":"\"9 = unknown\"",
            "tot":"str"
         }
      ],
      "action":"",
      "property":"",
      "from":"",
      "to":"",
      "reg":false,
      "x":450,
      "y":460,
      "wires":[ 
         [ 
            "277d499a.f3f6d6"
         ]
      ]
   },
   { 
      "id":"277d499a.f3f6d6",
      "type":"ui_text",
      "z":"eef97088.bad3b",
      "group":"a54feb5a.1d51f8",
      "order":4,
      "width":0,
      "height":0,
      "name":"",
      "label":"Trend",
      "format":"{{msg.payload}}",
      "layout":"row-left",
      "x":640,
      "y":460,
      "wires":[ 

      ]
   },
   { 
      "id":"cc0d1734.6963a8",
      "type":"server",
      "z":"",
      "name":"Home Assistant- Raspberry",
      "legacy":true,
      "hassio":true,
      "rejectUnauthorizedCerts":true,
      "ha_boolean":"y|yes|true|on|home|open",
      "connectionDelay":true,
      "cacheJson":true
   },
   { 
      "id":"a54feb5a.1d51f8",
      "type":"ui_group",
      "z":"",
      "name":"Default",
      "tab":"c3fc345b.45dd38",
      "disp":true,
      "width":"6",
      "collapse":false
   },
   { 
      "id":"c3fc345b.45dd38",
      "type":"ui_tab",
      "z":"",
      "name":"Home",
      "icon":"dashboard",
      "disabled":false,
      "hidden":false
   }
]

```

---

<div class="post-metadata">

### Author: ![SteveMann](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/stevemann/32/3810_2.png) [@SteveMann](https://discourse.nodered.org/u/SteveMann)
#### Post date: [19 February 2020 05:37 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733/12 "2020-02-19T05:37:18Z")

</div>

Thanks, [nisiyama](https://discourse.nodered.org/u/nisiyama), but I don't see the unicodes in the change nodes?

I like the loop function, I'll save it for possible future use.

Steve

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [19 February 2020 09:20 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733/13 "2020-02-19T09:20:58Z")

</div>

You don't have to use the unicode itself - when you can cut/paste the actual character you want... so the change node just has the actual arrows in it.

---

<div class="post-metadata">

### Author: ![nisiyama](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/nisiyama/32/85_2.png) [@nisiyama](https://discourse.nodered.org/u/nisiyama)
#### Post date: [19 February 2020 11:58 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733/14 "2020-02-19T11:58:01Z")

</div>

Actually "←" is an unicode string. If you want to use hex code 2190, you can use "\u2190" as a JSONata expression in change node.

```auto
[{"id":"21b42045.65ad3","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"6d1adb8e.557194","type":"ui_text","z":"21b42045.65ad3","group":"6b1cbf30.904d2","order":0,"width":0,"height":0,"name":"","label":"text","format":"{{msg.payload}}","layout":"row-spread","x":610,"y":220,"wires":[]},{"id":"3c8edd5b.5f2932","type":"change","z":"21b42045.65ad3","name":"←","rules":[{"t":"set","p":"payload","pt":"msg","to":"\"\\u2190\"","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":430,"y":140,"wires":[["6d1adb8e.557194"]]},{"id":"3986450a.2131aa","type":"change","z":"21b42045.65ad3","name":"↑","rules":[{"t":"set","p":"payload","pt":"msg","to":"\"\\u2191\"","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":430,"y":200,"wires":[["6d1adb8e.557194"]]},{"id":"10e1e202.ae148e","type":"change","z":"21b42045.65ad3","name":"→","rules":[{"t":"set","p":"payload","pt":"msg","to":"\"\\u2192\"","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":430,"y":260,"wires":[["6d1adb8e.557194"]]},{"id":"dc27a935.8c2978","type":"change","z":"21b42045.65ad3","name":"↓","rules":[{"t":"set","p":"payload","pt":"msg","to":"\"\\u2193\"","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":430,"y":320,"wires":[["6d1adb8e.557194"]]},{"id":"5adbc5ce.f4cb3c","type":"inject","z":"21b42045.65ad3","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":140,"wires":[["3c8edd5b.5f2932"]]},{"id":"6a4e0eee.4ea52","type":"inject","z":"21b42045.65ad3","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":200,"wires":[["3986450a.2131aa"]]},{"id":"4aad6473.22409c","type":"inject","z":"21b42045.65ad3","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":260,"wires":[["10e1e202.ae148e"]]},{"id":"ee6e6bc.2e37798","type":"inject","z":"21b42045.65ad3","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":320,"wires":[["dc27a935.8c2978"]]},{"id":"3ede91ea.05466e","type":"function","z":"21b42045.65ad3","name":"loop","func":"function loop(n) {\n var pos = n % 4;\n var msgs = [];\n for(var i = 0; i < n; i++) {\n msgs.push((i == pos) ? {payload:\"\"} : null);\n }\n node.send(msgs);\n if (n > 0) {\n setTimeout(function() {\n loop(n-1);\n }, 1000);\n }\n}\nloop(10);","outputs":4,"noerr":0,"x":290,"y":400,"wires":[["3c8edd5b.5f2932"],["3986450a.2131aa"],["10e1e202.ae148e"],["dc27a935.8c2978"]]},{"id":"17dfe88c.c2b407","type":"inject","z":"21b42045.65ad3","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":400,"wires":[["3ede91ea.05466e"]]},{"id":"6b1cbf30.904d2","type":"ui_group","z":"","name":"Default","tab":"29a51209.1cbfde","disp":true,"width":"6","collapse":false},{"id":"29a51209.1cbfde","type":"ui_tab","z":"","name":"Home","icon":"dashboard","disabled":false,"hidden":false}]

```

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [20 March 2020 11:58 UTC](https://discourse.nodered.org/t/can-i-put-a-unicode-character-on-the-dashboard/21733/15 "2020-03-20T11:58:02Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
