How do I produce this symbol: Ϟ in pdfLaTeX?Changing the Greek math font with mathspecTypesetting Greek characters in bibliographyDocument in Spanish with IPA and Greek, failing in PDFLaTeX and XeLaTeXLuaLatex + Unicode-math, can't get upright greek with “up*” commandsHow does one get the MinionPro qoppa?Weird tau greek letterHow to use greek letter in systemeHow to tell XeLaTeX to use one font for italic math and another font for bold math?Why aren'ttextrm and text working in math mode ($$) with PdfLatexdialog problem with Greek characters
What was Apollo 13's "Little Jolt" after MECO?
Why doesn't the standard consider a template constructor as a copy constructor?
"The cow" OR "a cow" OR "cows" in this context
How to not starve gigantic beasts
Why do real positive eigenvalues result in an unstable system? What about eigenvalues between 0 and 1? or 1?
Apply a different color ramp to subset of categorized symbols in QGIS?
Unknown code in script
How to have a sharp product image?
Do I need to watch Ant-Man and the Wasp and Captain Marvel before watching Avengers: Endgame?
Has a Nobel Peace laureate ever been accused of war crimes?
How bug prioritization works in agile projects vs non agile
std::unique_ptr of base class holding reference of derived class does not show warning in gcc compiler while naked pointer shows it. Why?
Is there any pythonic way to find average of specific tuple elements in array?
Negative Resistance
Where was the County of Thurn und Taxis located?
What does "function" actually mean in music?
Is there really no use for MD5 anymore?
A strange hotel
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
Multiple options vs single option UI
Contradiction proof for inequality of P and NP?
Will I lose my paid in full property
Bayes factor vs P value
Can a level 2 Warlock take one level in rogue, then continue advancing as a warlock?
How do I produce this symbol: Ϟ in pdfLaTeX?
Changing the Greek math font with mathspecTypesetting Greek characters in bibliographyDocument in Spanish with IPA and Greek, failing in PDFLaTeX and XeLaTeXLuaLatex + Unicode-math, can't get upright greek with “up*” commandsHow does one get the MinionPro qoppa?Weird tau greek letterHow to use greek letter in systemeHow to tell XeLaTeX to use one font for italic math and another font for bold math?Why aren'ttextrm and text working in math mode ($$) with PdfLatexdialog problem with Greek characters
I have been trying to typeset the character GREEK LETTER KOPPA. It has not been working. I know the Unicode number (U+03DE), and tried the command ^^3de and ^^3DE. Neither worked. I also tried char and char", but those didn't work either, other symbols get produced.
Does anybody have an idea as to how I can get my computer to typeset the symbol Ϟ?
MWE:
documentclass[a4paper, 12pt]article
usepackage[ngerman, polutonikogreek]babel
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagearevmath
usepackagelmodern
fontfamilylmrselectfont
usepackagegeometry
geometry
a4paper,
top=30mm,
left=25mm,
right=20mm,
bottom=20mm,
begindocument
selectlanguagengerman
$Koppa$
enddocument
pdftex greek
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have been trying to typeset the character GREEK LETTER KOPPA. It has not been working. I know the Unicode number (U+03DE), and tried the command ^^3de and ^^3DE. Neither worked. I also tried char and char", but those didn't work either, other symbols get produced.
Does anybody have an idea as to how I can get my computer to typeset the symbol Ϟ?
MWE:
documentclass[a4paper, 12pt]article
usepackage[ngerman, polutonikogreek]babel
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagearevmath
usepackagelmodern
fontfamilylmrselectfont
usepackagegeometry
geometry
a4paper,
top=30mm,
left=25mm,
right=20mm,
bottom=20mm,
begindocument
selectlanguagengerman
$Koppa$
enddocument
pdftex greek
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Do you use either LuaLaTeX or XeLaTeX?
– Mico
17 mins ago
add a comment |
I have been trying to typeset the character GREEK LETTER KOPPA. It has not been working. I know the Unicode number (U+03DE), and tried the command ^^3de and ^^3DE. Neither worked. I also tried char and char", but those didn't work either, other symbols get produced.
Does anybody have an idea as to how I can get my computer to typeset the symbol Ϟ?
MWE:
documentclass[a4paper, 12pt]article
usepackage[ngerman, polutonikogreek]babel
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagearevmath
usepackagelmodern
fontfamilylmrselectfont
usepackagegeometry
geometry
a4paper,
top=30mm,
left=25mm,
right=20mm,
bottom=20mm,
begindocument
selectlanguagengerman
$Koppa$
enddocument
pdftex greek
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have been trying to typeset the character GREEK LETTER KOPPA. It has not been working. I know the Unicode number (U+03DE), and tried the command ^^3de and ^^3DE. Neither worked. I also tried char and char", but those didn't work either, other symbols get produced.
Does anybody have an idea as to how I can get my computer to typeset the symbol Ϟ?
MWE:
documentclass[a4paper, 12pt]article
usepackage[ngerman, polutonikogreek]babel
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagearevmath
usepackagelmodern
fontfamilylmrselectfont
usepackagegeometry
geometry
a4paper,
top=30mm,
left=25mm,
right=20mm,
bottom=20mm,
begindocument
selectlanguagengerman
$Koppa$
enddocument
pdftex greek
pdftex greek
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 mins ago
rensemil
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 1 hour ago
rensemilrensemil
214
214
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
rensemil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Do you use either LuaLaTeX or XeLaTeX?
– Mico
17 mins ago
add a comment |
1
Do you use either LuaLaTeX or XeLaTeX?
– Mico
17 mins ago
1
1
Do you use either LuaLaTeX or XeLaTeX?
– Mico
17 mins ago
Do you use either LuaLaTeX or XeLaTeX?
– Mico
17 mins ago
add a comment |
3 Answers
3
active
oldest
votes
Using arevmath package you have the request symbol.


documentclassarticle
usepackagearevmath
begindocument
$Koppa$
enddocument
1
I have tried, and I get the following error message: ! LaTeX Error: Command `qoppa' already defined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.28 ...Symbolqoppamathordextraitalic162 % uni03D9 ?
– rensemil
32 mins ago
I have not errors, sorry. The command isKoppaand notqoppa.
– Sebastiano
27 mins ago
1
@rensemil - It looks like you're loading some font-related packages in addition toarevmath. Have you tried not loadingarevmathand typingKoppa(in math mode, presumably)?
– Mico
19 mins ago
1
I know. That error message even occurs if I don't type Koppa in the document. As soon as I add the arevmath package, the error message pops up.
– rensemil
18 mins ago
1
@rensemil In my TeX Live installation, a commandqoppais defined by the packagesteubner,alphabeta, andboisik, and the Babel language definitionsgreek,ibygreek, andbgreek, as well as byarevmath. Are you loading any of those?
– zwol
3 mins ago
|
show 1 more comment
If you have a font on your system that you know has that character you can use a package such as fontspec or mathspec to typeset your document (either whole or part, as you prefer) in that font.
Unfortunately, I don't know either of those things.
– rensemil
29 mins ago
Fair enough. For what it's worth, some Google fonts that support that character are Noto Serif, Cardo and Tinos (all serif; some sans serif ones are Noto Sans, Fira Sans and Arimo).
– Miztli
23 mins ago
1
@Miztli Don't worry I voted the same you for the effort and the correct answer.
– Sebastiano
16 mins ago
1
Could you edit your answer to include a MWE (minimal working example)?
– Miztli
11 mins ago
1
Create a separate very simple (stripped down to the bare bones, including only the packages and content relevant for this issue) version of the code you have, click "edit" below your question and then include it in a code block (use the button with two curly braces).
– Miztli
5 mins ago
|
show 3 more comments
You have it in the cm-unicode fonts, to be used with xelatex. They also have the archaic koppa. If you can type it directly on your keyboard, XeLaTeX will understand it. Other than that I defined two commands to obtain them (note the hexadecimal code is not the official unicode hexadecimal number):
documentclass[12pt]article
usepackagefontspec
setmainfontCMU Serif
defkoppachar "03DF
defarchaickoppachar "03D9
begindocument
koppa: qquad LARGEkoppaqquad ϟ
normalsize archaic koppa: qquadarchaickoppaqquad ϙ
enddocument

No, where is it?
– rensemil
12 mins ago
@Bernard Hi, have you seen my message for vast command?
– Sebastiano
4 mins ago
1
@rensemil: I think this message is for me. It's unrelated to your question.@Sebastiano>. I've found it this morning (grazie tante!), but didn't have time to look at your link. I've taken alook this evening. It seems to be a command to obtain delimiters still larger thanBigg. I dihad never heard of this construct, but I'm no guru.
– Bernard
3 mins ago
add a comment |
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
);
);
rensemil is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487617%2fhow-do-i-produce-this-symbol-%25cf%259e-in-pdflatex%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Using arevmath package you have the request symbol.


documentclassarticle
usepackagearevmath
begindocument
$Koppa$
enddocument
1
I have tried, and I get the following error message: ! LaTeX Error: Command `qoppa' already defined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.28 ...Symbolqoppamathordextraitalic162 % uni03D9 ?
– rensemil
32 mins ago
I have not errors, sorry. The command isKoppaand notqoppa.
– Sebastiano
27 mins ago
1
@rensemil - It looks like you're loading some font-related packages in addition toarevmath. Have you tried not loadingarevmathand typingKoppa(in math mode, presumably)?
– Mico
19 mins ago
1
I know. That error message even occurs if I don't type Koppa in the document. As soon as I add the arevmath package, the error message pops up.
– rensemil
18 mins ago
1
@rensemil In my TeX Live installation, a commandqoppais defined by the packagesteubner,alphabeta, andboisik, and the Babel language definitionsgreek,ibygreek, andbgreek, as well as byarevmath. Are you loading any of those?
– zwol
3 mins ago
|
show 1 more comment
Using arevmath package you have the request symbol.


documentclassarticle
usepackagearevmath
begindocument
$Koppa$
enddocument
1
I have tried, and I get the following error message: ! LaTeX Error: Command `qoppa' already defined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.28 ...Symbolqoppamathordextraitalic162 % uni03D9 ?
– rensemil
32 mins ago
I have not errors, sorry. The command isKoppaand notqoppa.
– Sebastiano
27 mins ago
1
@rensemil - It looks like you're loading some font-related packages in addition toarevmath. Have you tried not loadingarevmathand typingKoppa(in math mode, presumably)?
– Mico
19 mins ago
1
I know. That error message even occurs if I don't type Koppa in the document. As soon as I add the arevmath package, the error message pops up.
– rensemil
18 mins ago
1
@rensemil In my TeX Live installation, a commandqoppais defined by the packagesteubner,alphabeta, andboisik, and the Babel language definitionsgreek,ibygreek, andbgreek, as well as byarevmath. Are you loading any of those?
– zwol
3 mins ago
|
show 1 more comment
Using arevmath package you have the request symbol.


documentclassarticle
usepackagearevmath
begindocument
$Koppa$
enddocument
Using arevmath package you have the request symbol.


documentclassarticle
usepackagearevmath
begindocument
$Koppa$
enddocument
answered 1 hour ago
SebastianoSebastiano
11.5k42366
11.5k42366
1
I have tried, and I get the following error message: ! LaTeX Error: Command `qoppa' already defined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.28 ...Symbolqoppamathordextraitalic162 % uni03D9 ?
– rensemil
32 mins ago
I have not errors, sorry. The command isKoppaand notqoppa.
– Sebastiano
27 mins ago
1
@rensemil - It looks like you're loading some font-related packages in addition toarevmath. Have you tried not loadingarevmathand typingKoppa(in math mode, presumably)?
– Mico
19 mins ago
1
I know. That error message even occurs if I don't type Koppa in the document. As soon as I add the arevmath package, the error message pops up.
– rensemil
18 mins ago
1
@rensemil In my TeX Live installation, a commandqoppais defined by the packagesteubner,alphabeta, andboisik, and the Babel language definitionsgreek,ibygreek, andbgreek, as well as byarevmath. Are you loading any of those?
– zwol
3 mins ago
|
show 1 more comment
1
I have tried, and I get the following error message: ! LaTeX Error: Command `qoppa' already defined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.28 ...Symbolqoppamathordextraitalic162 % uni03D9 ?
– rensemil
32 mins ago
I have not errors, sorry. The command isKoppaand notqoppa.
– Sebastiano
27 mins ago
1
@rensemil - It looks like you're loading some font-related packages in addition toarevmath. Have you tried not loadingarevmathand typingKoppa(in math mode, presumably)?
– Mico
19 mins ago
1
I know. That error message even occurs if I don't type Koppa in the document. As soon as I add the arevmath package, the error message pops up.
– rensemil
18 mins ago
1
@rensemil In my TeX Live installation, a commandqoppais defined by the packagesteubner,alphabeta, andboisik, and the Babel language definitionsgreek,ibygreek, andbgreek, as well as byarevmath. Are you loading any of those?
– zwol
3 mins ago
1
1
I have tried, and I get the following error message: ! LaTeX Error: Command `qoppa' already defined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.28 ...Symbolqoppamathordextraitalic162 % uni03D9 ?
– rensemil
32 mins ago
I have tried, and I get the following error message: ! LaTeX Error: Command `qoppa' already defined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.28 ...Symbolqoppamathordextraitalic162 % uni03D9 ?
– rensemil
32 mins ago
I have not errors, sorry. The command is
Koppa and not qoppa.– Sebastiano
27 mins ago
I have not errors, sorry. The command is
Koppa and not qoppa.– Sebastiano
27 mins ago
1
1
@rensemil - It looks like you're loading some font-related packages in addition to
arevmath. Have you tried not loading arevmath and typing Koppa (in math mode, presumably)?– Mico
19 mins ago
@rensemil - It looks like you're loading some font-related packages in addition to
arevmath. Have you tried not loading arevmath and typing Koppa (in math mode, presumably)?– Mico
19 mins ago
1
1
I know. That error message even occurs if I don't type Koppa in the document. As soon as I add the arevmath package, the error message pops up.
– rensemil
18 mins ago
I know. That error message even occurs if I don't type Koppa in the document. As soon as I add the arevmath package, the error message pops up.
– rensemil
18 mins ago
1
1
@rensemil In my TeX Live installation, a command
qoppa is defined by the packages teubner, alphabeta, and boisik, and the Babel language definitions greek, ibygreek, and bgreek, as well as by arevmath. Are you loading any of those?– zwol
3 mins ago
@rensemil In my TeX Live installation, a command
qoppa is defined by the packages teubner, alphabeta, and boisik, and the Babel language definitions greek, ibygreek, and bgreek, as well as by arevmath. Are you loading any of those?– zwol
3 mins ago
|
show 1 more comment
If you have a font on your system that you know has that character you can use a package such as fontspec or mathspec to typeset your document (either whole or part, as you prefer) in that font.
Unfortunately, I don't know either of those things.
– rensemil
29 mins ago
Fair enough. For what it's worth, some Google fonts that support that character are Noto Serif, Cardo and Tinos (all serif; some sans serif ones are Noto Sans, Fira Sans and Arimo).
– Miztli
23 mins ago
1
@Miztli Don't worry I voted the same you for the effort and the correct answer.
– Sebastiano
16 mins ago
1
Could you edit your answer to include a MWE (minimal working example)?
– Miztli
11 mins ago
1
Create a separate very simple (stripped down to the bare bones, including only the packages and content relevant for this issue) version of the code you have, click "edit" below your question and then include it in a code block (use the button with two curly braces).
– Miztli
5 mins ago
|
show 3 more comments
If you have a font on your system that you know has that character you can use a package such as fontspec or mathspec to typeset your document (either whole or part, as you prefer) in that font.
Unfortunately, I don't know either of those things.
– rensemil
29 mins ago
Fair enough. For what it's worth, some Google fonts that support that character are Noto Serif, Cardo and Tinos (all serif; some sans serif ones are Noto Sans, Fira Sans and Arimo).
– Miztli
23 mins ago
1
@Miztli Don't worry I voted the same you for the effort and the correct answer.
– Sebastiano
16 mins ago
1
Could you edit your answer to include a MWE (minimal working example)?
– Miztli
11 mins ago
1
Create a separate very simple (stripped down to the bare bones, including only the packages and content relevant for this issue) version of the code you have, click "edit" below your question and then include it in a code block (use the button with two curly braces).
– Miztli
5 mins ago
|
show 3 more comments
If you have a font on your system that you know has that character you can use a package such as fontspec or mathspec to typeset your document (either whole or part, as you prefer) in that font.
If you have a font on your system that you know has that character you can use a package such as fontspec or mathspec to typeset your document (either whole or part, as you prefer) in that font.
answered 49 mins ago
MiztliMiztli
2601313
2601313
Unfortunately, I don't know either of those things.
– rensemil
29 mins ago
Fair enough. For what it's worth, some Google fonts that support that character are Noto Serif, Cardo and Tinos (all serif; some sans serif ones are Noto Sans, Fira Sans and Arimo).
– Miztli
23 mins ago
1
@Miztli Don't worry I voted the same you for the effort and the correct answer.
– Sebastiano
16 mins ago
1
Could you edit your answer to include a MWE (minimal working example)?
– Miztli
11 mins ago
1
Create a separate very simple (stripped down to the bare bones, including only the packages and content relevant for this issue) version of the code you have, click "edit" below your question and then include it in a code block (use the button with two curly braces).
– Miztli
5 mins ago
|
show 3 more comments
Unfortunately, I don't know either of those things.
– rensemil
29 mins ago
Fair enough. For what it's worth, some Google fonts that support that character are Noto Serif, Cardo and Tinos (all serif; some sans serif ones are Noto Sans, Fira Sans and Arimo).
– Miztli
23 mins ago
1
@Miztli Don't worry I voted the same you for the effort and the correct answer.
– Sebastiano
16 mins ago
1
Could you edit your answer to include a MWE (minimal working example)?
– Miztli
11 mins ago
1
Create a separate very simple (stripped down to the bare bones, including only the packages and content relevant for this issue) version of the code you have, click "edit" below your question and then include it in a code block (use the button with two curly braces).
– Miztli
5 mins ago
Unfortunately, I don't know either of those things.
– rensemil
29 mins ago
Unfortunately, I don't know either of those things.
– rensemil
29 mins ago
Fair enough. For what it's worth, some Google fonts that support that character are Noto Serif, Cardo and Tinos (all serif; some sans serif ones are Noto Sans, Fira Sans and Arimo).
– Miztli
23 mins ago
Fair enough. For what it's worth, some Google fonts that support that character are Noto Serif, Cardo and Tinos (all serif; some sans serif ones are Noto Sans, Fira Sans and Arimo).
– Miztli
23 mins ago
1
1
@Miztli Don't worry I voted the same you for the effort and the correct answer.
– Sebastiano
16 mins ago
@Miztli Don't worry I voted the same you for the effort and the correct answer.
– Sebastiano
16 mins ago
1
1
Could you edit your answer to include a MWE (minimal working example)?
– Miztli
11 mins ago
Could you edit your answer to include a MWE (minimal working example)?
– Miztli
11 mins ago
1
1
Create a separate very simple (stripped down to the bare bones, including only the packages and content relevant for this issue) version of the code you have, click "edit" below your question and then include it in a code block (use the button with two curly braces).
– Miztli
5 mins ago
Create a separate very simple (stripped down to the bare bones, including only the packages and content relevant for this issue) version of the code you have, click "edit" below your question and then include it in a code block (use the button with two curly braces).
– Miztli
5 mins ago
|
show 3 more comments
You have it in the cm-unicode fonts, to be used with xelatex. They also have the archaic koppa. If you can type it directly on your keyboard, XeLaTeX will understand it. Other than that I defined two commands to obtain them (note the hexadecimal code is not the official unicode hexadecimal number):
documentclass[12pt]article
usepackagefontspec
setmainfontCMU Serif
defkoppachar "03DF
defarchaickoppachar "03D9
begindocument
koppa: qquad LARGEkoppaqquad ϟ
normalsize archaic koppa: qquadarchaickoppaqquad ϙ
enddocument

No, where is it?
– rensemil
12 mins ago
@Bernard Hi, have you seen my message for vast command?
– Sebastiano
4 mins ago
1
@rensemil: I think this message is for me. It's unrelated to your question.@Sebastiano>. I've found it this morning (grazie tante!), but didn't have time to look at your link. I've taken alook this evening. It seems to be a command to obtain delimiters still larger thanBigg. I dihad never heard of this construct, but I'm no guru.
– Bernard
3 mins ago
add a comment |
You have it in the cm-unicode fonts, to be used with xelatex. They also have the archaic koppa. If you can type it directly on your keyboard, XeLaTeX will understand it. Other than that I defined two commands to obtain them (note the hexadecimal code is not the official unicode hexadecimal number):
documentclass[12pt]article
usepackagefontspec
setmainfontCMU Serif
defkoppachar "03DF
defarchaickoppachar "03D9
begindocument
koppa: qquad LARGEkoppaqquad ϟ
normalsize archaic koppa: qquadarchaickoppaqquad ϙ
enddocument

No, where is it?
– rensemil
12 mins ago
@Bernard Hi, have you seen my message for vast command?
– Sebastiano
4 mins ago
1
@rensemil: I think this message is for me. It's unrelated to your question.@Sebastiano>. I've found it this morning (grazie tante!), but didn't have time to look at your link. I've taken alook this evening. It seems to be a command to obtain delimiters still larger thanBigg. I dihad never heard of this construct, but I'm no guru.
– Bernard
3 mins ago
add a comment |
You have it in the cm-unicode fonts, to be used with xelatex. They also have the archaic koppa. If you can type it directly on your keyboard, XeLaTeX will understand it. Other than that I defined two commands to obtain them (note the hexadecimal code is not the official unicode hexadecimal number):
documentclass[12pt]article
usepackagefontspec
setmainfontCMU Serif
defkoppachar "03DF
defarchaickoppachar "03D9
begindocument
koppa: qquad LARGEkoppaqquad ϟ
normalsize archaic koppa: qquadarchaickoppaqquad ϙ
enddocument

You have it in the cm-unicode fonts, to be used with xelatex. They also have the archaic koppa. If you can type it directly on your keyboard, XeLaTeX will understand it. Other than that I defined two commands to obtain them (note the hexadecimal code is not the official unicode hexadecimal number):
documentclass[12pt]article
usepackagefontspec
setmainfontCMU Serif
defkoppachar "03DF
defarchaickoppachar "03D9
begindocument
koppa: qquad LARGEkoppaqquad ϟ
normalsize archaic koppa: qquadarchaickoppaqquad ϙ
enddocument

edited just now
valerie
1336
1336
answered 19 mins ago
BernardBernard
177k779211
177k779211
No, where is it?
– rensemil
12 mins ago
@Bernard Hi, have you seen my message for vast command?
– Sebastiano
4 mins ago
1
@rensemil: I think this message is for me. It's unrelated to your question.@Sebastiano>. I've found it this morning (grazie tante!), but didn't have time to look at your link. I've taken alook this evening. It seems to be a command to obtain delimiters still larger thanBigg. I dihad never heard of this construct, but I'm no guru.
– Bernard
3 mins ago
add a comment |
No, where is it?
– rensemil
12 mins ago
@Bernard Hi, have you seen my message for vast command?
– Sebastiano
4 mins ago
1
@rensemil: I think this message is for me. It's unrelated to your question.@Sebastiano>. I've found it this morning (grazie tante!), but didn't have time to look at your link. I've taken alook this evening. It seems to be a command to obtain delimiters still larger thanBigg. I dihad never heard of this construct, but I'm no guru.
– Bernard
3 mins ago
No, where is it?
– rensemil
12 mins ago
No, where is it?
– rensemil
12 mins ago
@Bernard Hi, have you seen my message for vast command?
– Sebastiano
4 mins ago
@Bernard Hi, have you seen my message for vast command?
– Sebastiano
4 mins ago
1
1
@rensemil: I think this message is for me. It's unrelated to your question.@Sebastiano>. I've found it this morning (grazie tante!), but didn't have time to look at your link. I've taken alook this evening. It seems to be a command to obtain delimiters still larger than
Bigg. I dihad never heard of this construct, but I'm no guru.– Bernard
3 mins ago
@rensemil: I think this message is for me. It's unrelated to your question.@Sebastiano>. I've found it this morning (grazie tante!), but didn't have time to look at your link. I've taken alook this evening. It seems to be a command to obtain delimiters still larger than
Bigg. I dihad never heard of this construct, but I'm no guru.– Bernard
3 mins ago
add a comment |
rensemil is a new contributor. Be nice, and check out our Code of Conduct.
rensemil is a new contributor. Be nice, and check out our Code of Conduct.
rensemil is a new contributor. Be nice, and check out our Code of Conduct.
rensemil is a new contributor. Be nice, and check out our Code of Conduct.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487617%2fhow-do-i-produce-this-symbol-%25cf%259e-in-pdflatex%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
Do you use either LuaLaTeX or XeLaTeX?
– Mico
17 mins ago