The symbol “~” is not showing upHow to look up a symbol or identify a math symbol or character?Why is the % symbol not showing with XeTeX?Rightarrow vs. implies, and “does not imply” symbolLaTeX command for unknown symbollatex command for the symbol like UIWhat is the TeX/LaTeX symbol for subgroup (not normal subgroup)?How to creat the symbol `notLeftrightarrow`?Is it possible to write the '%' symbol in text in LaTeX?Addition Symbol Isn't showing In PDFThe symbol on Aaron Turon's thesis title pageitemize - bullets points not showing up

What would be the safest way to drop thousands of small, hard objects from a typical, high wing, GA airplane?

CRS interpretation in QGIS?

Why does "git status" show I'm on the master branch and "git branch" does not in a newly created repository?

''Habitable'' planet close to a star

Does inertia keep a rotating object rotating forever, or something else?

When designing an adventure, how can I ensure a continuous player experience in a setting that's likely to favor TPKs?

Random piece of plastic

How to honestly answer questions from a girlfriend like "How did you find this place" without giving the impression I'm always talking about my exes?

How fast does a character need to move to be effectively invisible?

What are the basics of commands in Minecraft Java Edition?

What does it actually mean to have two time dimensions?

Is it legal for a supermarket to refuse to sell an adult beer if an adult with them doesn’t have their ID?

A scene of Jimmy diversity

Is the Münchhausen trilemma really a trilemma?

Optimising the Selection of MaxValue in Association

Generating a PIN from cryptographic bytes

At which point can a system be compromised when downloading archived data from an untrusted source?

Increasing muscle power without increasing volume

How possible is a successful landing just with 1 wing?

Is it rude to refer to janitors as 'floor people'?

Is this fuse time-current curve wrong?

Kepler space telescope undetected planets

How do aircraft making HF transmissions avoid stepping on other HF users?

How can I obtain a complete list of the kinds of atomic expressions in the Wolfram Language using only the language itself?



The symbol “~” is not showing up


How to look up a symbol or identify a math symbol or character?Why is the % symbol not showing with XeTeX?Rightarrow vs. implies, and “does not imply” symbolLaTeX command for unknown symbollatex command for the symbol like UIWhat is the TeX/LaTeX symbol for subgroup (not normal subgroup)?How to creat the symbol `notLeftrightarrow`?Is it possible to write the '%' symbol in text in LaTeX?Addition Symbol Isn't showing In PDFThe symbol on Aaron Turon's thesis title pageitemize - bullets points not showing up






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I am trying to type the symbol "~" in normal text, but it is not showing up. Why is this?










share|improve this question



















  • 3





    Have you tried ~?

    – Mensch
    8 hours ago






  • 2





    Possible duplicate of How to look up a symbol or identify a math symbol or character?

    – Werner
    5 hours ago

















2















I am trying to type the symbol "~" in normal text, but it is not showing up. Why is this?










share|improve this question



















  • 3





    Have you tried ~?

    – Mensch
    8 hours ago






  • 2





    Possible duplicate of How to look up a symbol or identify a math symbol or character?

    – Werner
    5 hours ago













2












2








2








I am trying to type the symbol "~" in normal text, but it is not showing up. Why is this?










share|improve this question
















I am trying to type the symbol "~" in normal text, but it is not showing up. Why is this?







symbols text






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 8 hours ago









David Carlisle

515k44 gold badges1169 silver badges1937 bronze badges




515k44 gold badges1169 silver badges1937 bronze badges










asked 8 hours ago









Random StuffRandom Stuff

233 bronze badges




233 bronze badges







  • 3





    Have you tried ~?

    – Mensch
    8 hours ago






  • 2





    Possible duplicate of How to look up a symbol or identify a math symbol or character?

    – Werner
    5 hours ago












  • 3





    Have you tried ~?

    – Mensch
    8 hours ago






  • 2





    Possible duplicate of How to look up a symbol or identify a math symbol or character?

    – Werner
    5 hours ago







3




3





Have you tried ~?

– Mensch
8 hours ago





Have you tried ~?

– Mensch
8 hours ago




2




2





Possible duplicate of How to look up a symbol or identify a math symbol or character?

– Werner
5 hours ago





Possible duplicate of How to look up a symbol or identify a math symbol or character?

– Werner
5 hours ago










1 Answer
1






active

oldest

votes


















6














~ is a latex special character for a non-breaking space. textasciitilde is the command to produce ~ (in the default OT1 font there is no ~ so in that case it falls back to use the tilde accent over an empty base ~) but other font encodings do have a low ~.






share|improve this answer

























    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%2f500406%2fthe-symbol-is-not-showing-up%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    6














    ~ is a latex special character for a non-breaking space. textasciitilde is the command to produce ~ (in the default OT1 font there is no ~ so in that case it falls back to use the tilde accent over an empty base ~) but other font encodings do have a low ~.






    share|improve this answer



























      6














      ~ is a latex special character for a non-breaking space. textasciitilde is the command to produce ~ (in the default OT1 font there is no ~ so in that case it falls back to use the tilde accent over an empty base ~) but other font encodings do have a low ~.






      share|improve this answer

























        6












        6








        6







        ~ is a latex special character for a non-breaking space. textasciitilde is the command to produce ~ (in the default OT1 font there is no ~ so in that case it falls back to use the tilde accent over an empty base ~) but other font encodings do have a low ~.






        share|improve this answer













        ~ is a latex special character for a non-breaking space. textasciitilde is the command to produce ~ (in the default OT1 font there is no ~ so in that case it falls back to use the tilde accent over an empty base ~) but other font encodings do have a low ~.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 8 hours ago









        David CarlisleDavid Carlisle

        515k44 gold badges1169 silver badges1937 bronze badges




        515k44 gold badges1169 silver badges1937 bronze badges



























            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%2f500406%2fthe-symbol-is-not-showing-up%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

            Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

            Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

            Ласкавець круглолистий Зміст Опис | Поширення | Галерея | Примітки | Посилання | Навігаційне меню58171138361-22960890446Bupleurum rotundifoliumEuro+Med PlantbasePlants of the World Online — Kew ScienceGermplasm Resources Information Network (GRIN)Ласкавецькн. VI : Літери Ком — Левиправивши або дописавши її