# Stupid question on Unicode

**URL:** https://discourse.julialang.org/t/stupid-question-on-unicode/27674
**Category:** Offtopic
**Created:** [August 18, 2019, 7:43am UTC](https://discourse.julialang.org/t/stupid-question-on-unicode/27674 "2019-08-18T07:43:04Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![ffevotte](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ffevotte/32/6587_2.png) [@ffevotte](https://discourse.julialang.org/u/ffevotte)
#### Post date: [August 18, 2019, 7:30pm UTC](https://discourse.julialang.org/t/stupid-question-on-unicode/27674/7 "2019-08-18T19:30:26Z")

</div>

In addition to the font issues, if your unicode is more than 4 digits long, you should use the `\U` escape sequence (note the upper case “U”)

[https://pkg.julialang.org/docs/julia/THl1k/1.1.1/manual/strings.html#man-characters-1](https://pkg.julialang.org/docs/julia/THl1k/1.1.1/manual/strings.html#man-characters-1)

---

_[View the full topic](https://discourse.julialang.org/t/stupid-question-on-unicode/27674)._
