# Using emojis in the client.yml file

**URL:** https://meta.discourse.org/t/using-emojis-in-the-client-yml-file/128039
**Category:** Support
**Created:** [September 9, 2019, 1:50pm UTC](https://meta.discourse.org/t/using-emojis-in-the-client-yml-file/128039 "2019-09-09T13:50:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![verilog15](https://avatars.discourse-cdn.com/v4/letter/v/9f8e36/32.png) [@verilog15](https://meta.discourse.org/u/verilog15)
#### Post date: [September 9, 2019, 1:50pm UTC](https://meta.discourse.org/t/using-emojis-in-the-client-yml-file/128039/1 "2019-09-09T13:50:16Z")

</div>

I’m trying to add emojis in the `client.en.yml` file. What I tried:

```
en:
  js:
	my_plugin:
	  likes:
		one: ":heart: <b>{{count}}</b>"
		other: ":heart: <b>{{count}}</b>"

```

But it just prints `:hearts: 5`.  
Is there a way to this this?  
Thank you 🙂

**EDIT** : I also tried to replace it with fontawesome

```
        other: "<i class='fa fa-heart'></i> <b>{{count}}</b>"

```

But it shows nothing

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [September 9, 2019, 11:33pm UTC](https://meta.discourse.org/t/using-emojis-in-the-client-yml-file/128039/2 "2019-09-09T23:33:19Z")

</div>

You need to run the unescape emoji on the client side. Not all strings that are passed to the client run through that method.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [April 13, 2023, 7:40am UTC](https://meta.discourse.org/t/using-emojis-in-the-client-yml-file/128039/3 "2023-04-13T07:40:01Z")

</div>



---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [April 13, 2023, 7:44am UTC](https://meta.discourse.org/t/using-emojis-in-the-client-yml-file/128039/4 "2023-04-13T07:44:54Z")

</div>


