# Any way to use custom unicode inside of Julia terminal / VS Code?

**URL:** https://discourse.julialang.org/t/any-way-to-use-custom-unicode-inside-of-julia-terminal-vs-code/132594
**Category:** General Usage
**Created:** [September 23, 2025, 11:20am UTC](https://discourse.julialang.org/t/any-way-to-use-custom-unicode-inside-of-julia-terminal-vs-code/132594 "2025-09-23T11:20:58Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Ahmed\_Salih](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ahmed_salih/32/206579_2.png) [@Ahmed\_Salih](https://discourse.julialang.org/u/Ahmed_Salih)
#### Post date: [September 23, 2025, 11:20am UTC](https://discourse.julialang.org/t/any-way-to-use-custom-unicode-inside-of-julia-terminal-vs-code/132594/1 "2025-09-23T11:20:58Z")

</div>

For example the following:

> **[Icon Cheatsheet | Mana](https://mana.andrewgioia.com/cheatsheet.html)**

 ![image](https://global.discourse-cdn.com/julialang/original/3X/4/d/4d0c7fc6069a93559bec9045ef38814d81e8aee0.png)

Kind regards

---

<div class="post-metadata">

### Author: ![cormullion](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/cormullion/32/49131_2.png) [@cormullion](https://discourse.julialang.org/u/cormullion)
#### Post date: [September 23, 2025, 2:44pm UTC](https://discourse.julialang.org/t/any-way-to-use-custom-unicode-inside-of-julia-terminal-vs-code/132594/2 "2025-09-23T14:44:20Z")

</div>

It depends what you mean by “use”. Do you want to write code with the characters, display them in a document, draw them in a plot, or show them in the terminal?

---

<div class="post-metadata">

### Author: ![Ahmed\_Salih](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ahmed_salih/32/206579_2.png) [@Ahmed\_Salih](https://discourse.julialang.org/u/Ahmed_Salih)
#### Post date: [September 23, 2025, 5:25pm UTC](https://discourse.julialang.org/t/any-way-to-use-custom-unicode-inside-of-julia-terminal-vs-code/132594/3 "2025-09-23T17:25:05Z")

</div>

I would love to write code, use them in imagery and show them in the terminal - displaying in document I will do using Typst I think

---

<div class="post-metadata">

### Author: ![cormullion](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/cormullion/32/49131_2.png) [@cormullion](https://discourse.julialang.org/u/cormullion)
#### Post date: [September 23, 2025, 6:45pm UTC](https://discourse.julialang.org/t/any-way-to-use-custom-unicode-inside-of-julia-terminal-vs-code/132594/4 "2025-09-23T18:45:17Z")

</div>

Since Mana is not monospaced, and doesn’t have the basic characters you need (ie ASCII), it will be difficult to write code in VS-Code, which I think only lets you select one font. The terminal can output the glyphs if you select the font:

 ![Screenshot 2025-09-23 at 19.02.30](https://global.discourse-cdn.com/julialang/original/3X/3/2/3292d9dba2249723f072af92e2fad7193e0e13c2.png)

but it’s not something that’s very usable.🙂

You could investigate using Pluto or BonitoBook - being HTML-based, they might allow you to display output in different fonts. I haven’t tried it though.

Of course you can probably display them with any package that provides a drawing canvas and lets you choose fonts, such as plotting packages.

---

<div class="post-metadata">

### Author: ![Ahmed\_Salih](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ahmed_salih/32/206579_2.png) [@Ahmed\_Salih](https://discourse.julialang.org/u/Ahmed_Salih)
#### Post date: [September 23, 2025, 11:56pm UTC](https://discourse.julialang.org/t/any-way-to-use-custom-unicode-inside-of-julia-terminal-vs-code/132594/5 "2025-09-23T23:56:06Z")

</div>

Would I be able to specify this font while printing only?

---

<div class="post-metadata">

### Author: ![stevengj](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stevengj/32/71_2.png) [@stevengj](https://discourse.julialang.org/u/stevengj)
#### Post date: [September 24, 2025, 12:39am UTC](https://discourse.julialang.org/t/any-way-to-use-custom-unicode-inside-of-julia-terminal-vs-code/132594/6 "2025-09-24T00:39:50Z")

</div>

In an environment like Jupyter or Pluto that lets you do HTML output, sure. Not in terminal output, which AFAIK doesn’t let you control fonts.
