How do I get the ς (final sigma) symbol? [duplicate]How to look up a symbol or identify a math symbol or character?How do I get the single turnstile symbol?How to create subset with sim symbolParallelogram symbolWhat's the symbol for the curly D used to denote a dissection for a Riemann integral?What is this symbol?Drawing dashed `subseteq` symbolDetexify-like service where I can paste a symbolHow to draw the following symbol in LaTeX?LaTeX symbol for the Kulkarni-Nomizu productHow to make this symbol (topology)?

What can I, as a user, do about offensive reviews in App Store?

concatenation of context sensitive and context-free is context sensitive or not?

Do simulator games use a realistic trajectory to get into orbit?

Someone whose aspirations exceed abilities or means

Is it a problem if <h4>, <h5> and <h6> are smaller than regular text?

Paying more mana for a Flashed creature

How is water heavier than petrol, even though its molecular weight is less than petrol?

Prime Sieve and brute force

Is a lack of character descriptions a problem?

Should I give professor gift at the beginning of my PhD?

Compiling C files on Ubuntu and using the executable on Windows

SQL counting distinct over partition

How can this tool find out registered domains from an IP?

How to communicate to my GM that not being allowed to use stealth isn't fun for me?

Is it expected that a reader will skip parts of what you write?

Is it possible to have a wealthy country without a middle class?

1980s live-action movie where individually-coloured nations on clouds fight

Implement Own Vector Class in C++

What ways have you found to get edits from non-LaTeX users?

Playing a Character as Unobtrusive and Subservient, Yet Not Passive

Longest bridge/tunnel that can be cycled over/through?

Any way to create a link to a custom setting's "manage" page?

Extreme flexible working hours: how to control people and activities?

Were Alexander the Great and Hephaestion lovers?



How do I get the ς (final sigma) symbol? [duplicate]


How to look up a symbol or identify a math symbol or character?How do I get the single turnstile symbol?How to create subset with sim symbolParallelogram symbolWhat's the symbol for the curly D used to denote a dissection for a Riemann integral?What is this symbol?Drawing dashed `subseteq` symbolDetexify-like service where I can paste a symbolHow to draw the following symbol in LaTeX?LaTeX symbol for the Kulkarni-Nomizu productHow to make this symbol (topology)?













6
















This question already has an answer here:



  • How to look up a symbol or identify a math symbol or character?

    17 answers



I am trying to get this Symbol enter image description here



I already tried using Detexify, but to no avail.
Any pointers would be really appreciated.










share|improve this question















marked as duplicate by Werner, Phelype Oleinik, KJO, marmot, Stefan Pinnow May 23 at 4:01


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






















    6
















    This question already has an answer here:



    • How to look up a symbol or identify a math symbol or character?

      17 answers



    I am trying to get this Symbol enter image description here



    I already tried using Detexify, but to no avail.
    Any pointers would be really appreciated.










    share|improve this question















    marked as duplicate by Werner, Phelype Oleinik, KJO, marmot, Stefan Pinnow May 23 at 4:01


    This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.




















      6












      6








      6









      This question already has an answer here:



      • How to look up a symbol or identify a math symbol or character?

        17 answers



      I am trying to get this Symbol enter image description here



      I already tried using Detexify, but to no avail.
      Any pointers would be really appreciated.










      share|improve this question

















      This question already has an answer here:



      • How to look up a symbol or identify a math symbol or character?

        17 answers



      I am trying to get this Symbol enter image description here



      I already tried using Detexify, but to no avail.
      Any pointers would be really appreciated.





      This question already has an answer here:



      • How to look up a symbol or identify a math symbol or character?

        17 answers







      symbols






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 22 at 19:35









      Davislor

      8,3891535




      8,3891535










      asked May 22 at 16:43









      A-welsA-wels

      333




      333




      marked as duplicate by Werner, Phelype Oleinik, KJO, marmot, Stefan Pinnow May 23 at 4:01


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









      marked as duplicate by Werner, Phelype Oleinik, KJO, marmot, Stefan Pinnow May 23 at 4:01


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






















          3 Answers
          3






          active

          oldest

          votes


















          14














          It looks like a “final sigma”:



          documentclassarticle
          usepackagetextgreek

          begindocument

          textvarsigma

          enddocument


          enter image description here






          share|improve this answer























          • What does "final sigma" have to do with textvarsigma? P.S. Nice symbol!

            – manooooh
            May 22 at 16:58







          • 5





            @manooooh That's how the package calls it. The letter is used in Greek for a sigma falling at the end of a word, hence “final sigma”.

            – egreg
            May 22 at 16:59



















          4














          If you can use LuaLaTeX or XeLaTeX, the best way to get the upright ς is to load unicode-math. Here are a few of the different commands the package supports for it in math mode:



          documentclass[varwidth]standalone
          usepackageunicode-math

          begindocument
          ( mupvarsigma symupvarsigma symup^^^^03c2 )
          enddocument


          Latin Modern Math sample



          Either fontspec or any package that loads it (including unicode-math) will let you enter the Unicode character in text mode as well, but only if your text font contains the character.



          If you’re required to use PDFLaTeX, there are a few legacy 8-bit fonts that include an upright Greek font. You might check the documentation of isomath for some options.



          If you load a font encoding that includes the character (such as usepackage[LGR, T1]fontenc in legacy NFSS), PDFTeX will also be able to understand the Unicode character in text mode.






          share|improve this answer
































            3














            To me the symbol also reminds to this indicated or called final sigma.



            enter image description here



            documentclassminimal
            usepackage[greek]babel
            begindocument
            char115
            enddocument





            share|improve this answer





























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              14














              It looks like a “final sigma”:



              documentclassarticle
              usepackagetextgreek

              begindocument

              textvarsigma

              enddocument


              enter image description here






              share|improve this answer























              • What does "final sigma" have to do with textvarsigma? P.S. Nice symbol!

                – manooooh
                May 22 at 16:58







              • 5





                @manooooh That's how the package calls it. The letter is used in Greek for a sigma falling at the end of a word, hence “final sigma”.

                – egreg
                May 22 at 16:59
















              14














              It looks like a “final sigma”:



              documentclassarticle
              usepackagetextgreek

              begindocument

              textvarsigma

              enddocument


              enter image description here






              share|improve this answer























              • What does "final sigma" have to do with textvarsigma? P.S. Nice symbol!

                – manooooh
                May 22 at 16:58







              • 5





                @manooooh That's how the package calls it. The letter is used in Greek for a sigma falling at the end of a word, hence “final sigma”.

                – egreg
                May 22 at 16:59














              14












              14








              14







              It looks like a “final sigma”:



              documentclassarticle
              usepackagetextgreek

              begindocument

              textvarsigma

              enddocument


              enter image description here






              share|improve this answer













              It looks like a “final sigma”:



              documentclassarticle
              usepackagetextgreek

              begindocument

              textvarsigma

              enddocument


              enter image description here







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered May 22 at 16:51









              egregegreg

              746k8919543295




              746k8919543295












              • What does "final sigma" have to do with textvarsigma? P.S. Nice symbol!

                – manooooh
                May 22 at 16:58







              • 5





                @manooooh That's how the package calls it. The letter is used in Greek for a sigma falling at the end of a word, hence “final sigma”.

                – egreg
                May 22 at 16:59


















              • What does "final sigma" have to do with textvarsigma? P.S. Nice symbol!

                – manooooh
                May 22 at 16:58







              • 5





                @manooooh That's how the package calls it. The letter is used in Greek for a sigma falling at the end of a word, hence “final sigma”.

                – egreg
                May 22 at 16:59

















              What does "final sigma" have to do with textvarsigma? P.S. Nice symbol!

              – manooooh
              May 22 at 16:58






              What does "final sigma" have to do with textvarsigma? P.S. Nice symbol!

              – manooooh
              May 22 at 16:58





              5




              5





              @manooooh That's how the package calls it. The letter is used in Greek for a sigma falling at the end of a word, hence “final sigma”.

              – egreg
              May 22 at 16:59






              @manooooh That's how the package calls it. The letter is used in Greek for a sigma falling at the end of a word, hence “final sigma”.

              – egreg
              May 22 at 16:59












              4














              If you can use LuaLaTeX or XeLaTeX, the best way to get the upright ς is to load unicode-math. Here are a few of the different commands the package supports for it in math mode:



              documentclass[varwidth]standalone
              usepackageunicode-math

              begindocument
              ( mupvarsigma symupvarsigma symup^^^^03c2 )
              enddocument


              Latin Modern Math sample



              Either fontspec or any package that loads it (including unicode-math) will let you enter the Unicode character in text mode as well, but only if your text font contains the character.



              If you’re required to use PDFLaTeX, there are a few legacy 8-bit fonts that include an upright Greek font. You might check the documentation of isomath for some options.



              If you load a font encoding that includes the character (such as usepackage[LGR, T1]fontenc in legacy NFSS), PDFTeX will also be able to understand the Unicode character in text mode.






              share|improve this answer





























                4














                If you can use LuaLaTeX or XeLaTeX, the best way to get the upright ς is to load unicode-math. Here are a few of the different commands the package supports for it in math mode:



                documentclass[varwidth]standalone
                usepackageunicode-math

                begindocument
                ( mupvarsigma symupvarsigma symup^^^^03c2 )
                enddocument


                Latin Modern Math sample



                Either fontspec or any package that loads it (including unicode-math) will let you enter the Unicode character in text mode as well, but only if your text font contains the character.



                If you’re required to use PDFLaTeX, there are a few legacy 8-bit fonts that include an upright Greek font. You might check the documentation of isomath for some options.



                If you load a font encoding that includes the character (such as usepackage[LGR, T1]fontenc in legacy NFSS), PDFTeX will also be able to understand the Unicode character in text mode.






                share|improve this answer



























                  4












                  4








                  4







                  If you can use LuaLaTeX or XeLaTeX, the best way to get the upright ς is to load unicode-math. Here are a few of the different commands the package supports for it in math mode:



                  documentclass[varwidth]standalone
                  usepackageunicode-math

                  begindocument
                  ( mupvarsigma symupvarsigma symup^^^^03c2 )
                  enddocument


                  Latin Modern Math sample



                  Either fontspec or any package that loads it (including unicode-math) will let you enter the Unicode character in text mode as well, but only if your text font contains the character.



                  If you’re required to use PDFLaTeX, there are a few legacy 8-bit fonts that include an upright Greek font. You might check the documentation of isomath for some options.



                  If you load a font encoding that includes the character (such as usepackage[LGR, T1]fontenc in legacy NFSS), PDFTeX will also be able to understand the Unicode character in text mode.






                  share|improve this answer















                  If you can use LuaLaTeX or XeLaTeX, the best way to get the upright ς is to load unicode-math. Here are a few of the different commands the package supports for it in math mode:



                  documentclass[varwidth]standalone
                  usepackageunicode-math

                  begindocument
                  ( mupvarsigma symupvarsigma symup^^^^03c2 )
                  enddocument


                  Latin Modern Math sample



                  Either fontspec or any package that loads it (including unicode-math) will let you enter the Unicode character in text mode as well, but only if your text font contains the character.



                  If you’re required to use PDFLaTeX, there are a few legacy 8-bit fonts that include an upright Greek font. You might check the documentation of isomath for some options.



                  If you load a font encoding that includes the character (such as usepackage[LGR, T1]fontenc in legacy NFSS), PDFTeX will also be able to understand the Unicode character in text mode.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited May 22 at 20:55

























                  answered May 22 at 19:26









                  DavislorDavislor

                  8,3891535




                  8,3891535





















                      3














                      To me the symbol also reminds to this indicated or called final sigma.



                      enter image description here



                      documentclassminimal
                      usepackage[greek]babel
                      begindocument
                      char115
                      enddocument





                      share|improve this answer



























                        3














                        To me the symbol also reminds to this indicated or called final sigma.



                        enter image description here



                        documentclassminimal
                        usepackage[greek]babel
                        begindocument
                        char115
                        enddocument





                        share|improve this answer

























                          3












                          3








                          3







                          To me the symbol also reminds to this indicated or called final sigma.



                          enter image description here



                          documentclassminimal
                          usepackage[greek]babel
                          begindocument
                          char115
                          enddocument





                          share|improve this answer













                          To me the symbol also reminds to this indicated or called final sigma.



                          enter image description here



                          documentclassminimal
                          usepackage[greek]babel
                          begindocument
                          char115
                          enddocument






                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered May 22 at 21:35









                          SebastianoSebastiano

                          12.8k42570




                          12.8k42570













                              Popular posts from this blog

                              How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                              What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                              Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos