Unicode glyph not displaying in LuaTeXfont set problems in beamerReplacing greek glyphs in math modeLuatex...

Has a sovereign Communist government ever run, and conceded loss, on a fair election?

Why doesn't "adolescent" take any articles in "listen to adolescent agonising"?

Is being socially reclusive okay for a graduate student?

Can a Tiny Servant be used as a messenger?

Being asked to review a paper in conference one has submitted to

Adjust starting of second line

How do you write a macro that takes arguments containing paragraphs?

Are there other characters in the Star Wars universe who had damaged bodies and needed to wear an outfit like Darth Vader?

3.5% Interest Student Loan or use all of my savings on Tuition?

Rationale to prefer local variables over instance variables?

How do we objectively assess if a dialogue sounds unnatural or cringy?

PTIJ: Aliyot for the deceased

Why is there an extra space when I type "ls" on the Desktop?

Where does the proton come in the reduction of NAD?

Why would the IRS ask for birth certificates or even audit a small tax return?

Is there a way to find out the age of climbing ropes?

What is the purpose of a disclaimer like "this is not legal advice"?

Affine transformation of circular arc in 3D

Paper published similar to PhD thesis

Ultrafilters as a double dual

PTIJ: Mordechai mourning

Is divide-by-zero a security vulnerability?

Practical reasons to have both a large police force and bounty hunting network?

Can a space-faring robot still function over a billion years?



Unicode glyph not displaying in LuaTeX


font set problems in beamerReplacing greek glyphs in math modeLuatex and unicode math without unicode-mathDo XeTeX and LuaTeX always use Unicode?Unicode characters not displaying in XeTeXPrint unicode glyph together with its codepointSome LuaTeX unicode characters not workingUnicode glyph ₂ not appearing in PDFYet another glyph problem with Unicodeluatex fontloader virtual glyph table problemWhat might be preventing Unicode characters from displaying?













1















I need to use some unicode glyphs relating to greek metric, namely ⎯ ⏑ ⏒ ⏓ ⏔ ⏕ ⏖, but I can't make them display on the document.



I've got



documentclass{beamer}

usepackage[ngerman]{babel}
usepackage[utf8]{inputenc}

usepackage{fontspec}
setmainfont{Symbola}

begin{document}
begin{frame}
begin{description}
item[test] ⎯⏔⎯⏔⎯⏔⎯⏔⎯⏔⎯
item
end{description}
end{frame}
end{document}


But on the pdf it's missing










share|improve this question


















  • 1





    Since beamer defaults to sans serif, you need setsansfont{Symbola}. And you shouldn’t use usepackage[utf8]{inputenc} with fontspec.

    – Thérèse
    5 hours ago






  • 1





    Thank you! it works now.

    – Anaetherus
    5 hours ago






  • 1





    Probably a duplicate of tex.stackexchange.com/q/134816

    – Thérèse
    5 hours ago
















1















I need to use some unicode glyphs relating to greek metric, namely ⎯ ⏑ ⏒ ⏓ ⏔ ⏕ ⏖, but I can't make them display on the document.



I've got



documentclass{beamer}

usepackage[ngerman]{babel}
usepackage[utf8]{inputenc}

usepackage{fontspec}
setmainfont{Symbola}

begin{document}
begin{frame}
begin{description}
item[test] ⎯⏔⎯⏔⎯⏔⎯⏔⎯⏔⎯
item
end{description}
end{frame}
end{document}


But on the pdf it's missing










share|improve this question


















  • 1





    Since beamer defaults to sans serif, you need setsansfont{Symbola}. And you shouldn’t use usepackage[utf8]{inputenc} with fontspec.

    – Thérèse
    5 hours ago






  • 1





    Thank you! it works now.

    – Anaetherus
    5 hours ago






  • 1





    Probably a duplicate of tex.stackexchange.com/q/134816

    – Thérèse
    5 hours ago














1












1








1








I need to use some unicode glyphs relating to greek metric, namely ⎯ ⏑ ⏒ ⏓ ⏔ ⏕ ⏖, but I can't make them display on the document.



I've got



documentclass{beamer}

usepackage[ngerman]{babel}
usepackage[utf8]{inputenc}

usepackage{fontspec}
setmainfont{Symbola}

begin{document}
begin{frame}
begin{description}
item[test] ⎯⏔⎯⏔⎯⏔⎯⏔⎯⏔⎯
item
end{description}
end{frame}
end{document}


But on the pdf it's missing










share|improve this question














I need to use some unicode glyphs relating to greek metric, namely ⎯ ⏑ ⏒ ⏓ ⏔ ⏕ ⏖, but I can't make them display on the document.



I've got



documentclass{beamer}

usepackage[ngerman]{babel}
usepackage[utf8]{inputenc}

usepackage{fontspec}
setmainfont{Symbola}

begin{document}
begin{frame}
begin{description}
item[test] ⎯⏔⎯⏔⎯⏔⎯⏔⎯⏔⎯
item
end{description}
end{frame}
end{document}


But on the pdf it's missing







luatex unicode






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 5 hours ago









AnaetherusAnaetherus

162




162








  • 1





    Since beamer defaults to sans serif, you need setsansfont{Symbola}. And you shouldn’t use usepackage[utf8]{inputenc} with fontspec.

    – Thérèse
    5 hours ago






  • 1





    Thank you! it works now.

    – Anaetherus
    5 hours ago






  • 1





    Probably a duplicate of tex.stackexchange.com/q/134816

    – Thérèse
    5 hours ago














  • 1





    Since beamer defaults to sans serif, you need setsansfont{Symbola}. And you shouldn’t use usepackage[utf8]{inputenc} with fontspec.

    – Thérèse
    5 hours ago






  • 1





    Thank you! it works now.

    – Anaetherus
    5 hours ago






  • 1





    Probably a duplicate of tex.stackexchange.com/q/134816

    – Thérèse
    5 hours ago








1




1





Since beamer defaults to sans serif, you need setsansfont{Symbola}. And you shouldn’t use usepackage[utf8]{inputenc} with fontspec.

– Thérèse
5 hours ago





Since beamer defaults to sans serif, you need setsansfont{Symbola}. And you shouldn’t use usepackage[utf8]{inputenc} with fontspec.

– Thérèse
5 hours ago




1




1





Thank you! it works now.

– Anaetherus
5 hours ago





Thank you! it works now.

– Anaetherus
5 hours ago




1




1





Probably a duplicate of tex.stackexchange.com/q/134816

– Thérèse
5 hours ago





Probably a duplicate of tex.stackexchange.com/q/134816

– Thérèse
5 hours ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478203%2funicode-glyph-not-displaying-in-luatex%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478203%2funicode-glyph-not-displaying-in-luatex%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

(1602) Indiana Índice Designación y nombre Características orbitales Véase...

Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...