Character Undefined in HUGO �

From file char µ but, result character �

When I enter characters in the layout the results are different

thanks cheers :beers:

Check the header code of the page. There should be a meta tag about content encoding that should be set to UTF-8. It probably isn’t on your sample.

<meta charset="utf-8">

remove the existing and put this one right after the opening tag of the <head>.