Circle symbol compatible with square and triangleIs there a circle symbol?Is there a circle symbol?“Closed” (square) root symbolUsing leftroot, uproot with closed square root symbolIs there a math symbol for right(-angled) triangle?Quarterly filled circle symbolTriangle inequality symbolLooped square (Bowen knot) symbol?How can I typeset the math symbol with a circle and a rectangle attached to it?A symbol of triangle with “infinite” lengthSquare integral symbol

Little Lost Robot

Move arrows along a contour

What is my clock telling me to do?

How to prevent a single-element caster from being useless against immune foes?

Why does the Rust compiler not optimize code assuming that two mutable references cannot alias?

What are the cons of stateless password generators?

What does "in official capacity" mean?

How did the SysRq key get onto modern keyboards if it's rarely used?

How did astronauts using rovers tell direction without compasses on the Moon?

Is it unprofessional to mention your cover letter and resume are best viewed in Chrome?

Why would anyone ever invest in a cash-only etf?

Find all the numbers in one file that are not in another file in python

What Marvel character has this 'W' symbol?

Can you continue the movement of a Bonus Action Dash granted by Expeditious Retreat if your Concentration is broken mid-move?

How do I say "this is why…"?

How do discovery writers hibernate?

What are the closest international airports in different countries?

Solve equation using Mathematica

Why is this photograph shot with Delta 400 and developed with D76 1+1 so grainy

Is it possible to tell if a child will turn into a Hag?

Was the Psych theme song written for the show?

Correct word for a little toy that always stands up?

Scam? Checks via Email

Embedded C - Most elegant way to insert a delay



Circle symbol compatible with square and triangle


Is there a circle symbol?Is there a circle symbol?“Closed” (square) root symbolUsing leftroot, uproot with closed square root symbolIs there a math symbol for right(-angled) triangle?Quarterly filled circle symbolTriangle inequality symbolLooped square (Bowen knot) symbol?How can I typeset the math symbol with a circle and a rectangle attached to it?A symbol of triangle with “infinite” lengthSquare integral symbol






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








6















I need a circle symbol that is somehow compatible (from a layout point of view) with square and triangle. As you can see in the following example



documentclassarticle
usepackageamsmath
usepackageamsthm
usepackageamsfonts
begindocument
$circ AB$, $bigcirc AB$, $square ABCD$, $triangle ABC$,
enddocument


the square and the triangle are a perfect match, but none of the circle symbols match. Is there a way to get a circle aligned with bottom line of the text and with a comparable height as the other two symbols? In maths mode.



image



I've seen this question, but is not the right one for my situation:
Is there a circle symbol?










share|improve this question






























    6















    I need a circle symbol that is somehow compatible (from a layout point of view) with square and triangle. As you can see in the following example



    documentclassarticle
    usepackageamsmath
    usepackageamsthm
    usepackageamsfonts
    begindocument
    $circ AB$, $bigcirc AB$, $square ABCD$, $triangle ABC$,
    enddocument


    the square and the triangle are a perfect match, but none of the circle symbols match. Is there a way to get a circle aligned with bottom line of the text and with a comparable height as the other two symbols? In maths mode.



    image



    I've seen this question, but is not the right one for my situation:
    Is there a circle symbol?










    share|improve this question


























      6












      6








      6








      I need a circle symbol that is somehow compatible (from a layout point of view) with square and triangle. As you can see in the following example



      documentclassarticle
      usepackageamsmath
      usepackageamsthm
      usepackageamsfonts
      begindocument
      $circ AB$, $bigcirc AB$, $square ABCD$, $triangle ABC$,
      enddocument


      the square and the triangle are a perfect match, but none of the circle symbols match. Is there a way to get a circle aligned with bottom line of the text and with a comparable height as the other two symbols? In maths mode.



      image



      I've seen this question, but is not the right one for my situation:
      Is there a circle symbol?










      share|improve this question














      I need a circle symbol that is somehow compatible (from a layout point of view) with square and triangle. As you can see in the following example



      documentclassarticle
      usepackageamsmath
      usepackageamsthm
      usepackageamsfonts
      begindocument
      $circ AB$, $bigcirc AB$, $square ABCD$, $triangle ABC$,
      enddocument


      the square and the triangle are a perfect match, but none of the circle symbols match. Is there a way to get a circle aligned with bottom line of the text and with a comparable height as the other two symbols? In maths mode.



      image



      I've seen this question, but is not the right one for my situation:
      Is there a circle symbol?







      math-mode symbols






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 8 hours ago









      PeptideChainPeptideChain

      4292 silver badges9 bronze badges




      4292 silver badges9 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          5














          You can scale bigcirc down:



          documentclassarticle
          usepackageamsmath
          usepackageamsthm
          usepackageamssymb
          usepackagegraphicx

          makeatletter
          DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
          newcommandis@circle[2]%
          begingroup
          sboxz@raiseboxdepth$m@th#1bigcirc$%
          sboxtw@$#1square$%
          resizebox!httw@useboxz@%
          endgroup

          makeatother

          begindocument

          $iscircle AB$, $square ABCD$, $triangle ABC$,

          enddocument


          enter image description here






          share|improve this answer

























          • I was entering my answer but one time Davide beat with a slingshot, Goliath :-)

            – Sebastiano
            7 hours ago


















          3














          Some other possibilities: use ocircle from wasysym, raised slightly (the regular symbol is rendered below the baseline), or use TikZ and print a tight circle around a lower case letter (but don't print the letter).



          The commands can be defined in a simple way that scales with the font but not with sub- and superscript, or as a more math-aware version using mathchoice. The solution in the other answer is also included, note that the circle is a little flat in the subscript of the normal size example, but round in the Huge version.



          documentclassarticle
          usepackageamsmath
          usepackageamsthm
          usepackageamsfonts
          usepackagewasysym
          usepackagetikz
          makeatletter
          DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
          newcommandis@circle[2]%
          begingroup
          sboxz@raiseboxdepth$m@th#1bigcirc$%
          sboxtw@$#1square$%
          resizebox!httw@useboxz@%
          endgroup

          makeatother
          newcommandwacircsimpleraisebox0.2ex$ocircle$
          newcommandtkzcircsimpletikznode[circle,inner sep=0,outer sep=0,draw]$phantomo$
          newcommandwacircscalemathchoice%
          raisebox0.2ex$displaystyleocircle$%
          raisebox0.2ex$textstyleocircle$%
          raisebox0.2ex$scriptstyleocircle$%
          raisebox0.2ex$scriptscriptstyleocircle$%

          newcommandtkzcircscalemathchoice%
          tikznode[circle,inner sep=0,outer sep=0,draw]$displaystyle phantomo$%
          tikznode[circle,inner sep=0,outer sep=0,draw]$textstyle phantomo$%
          tikznode[circle,inner sep=0,outer sep=0,draw]$scriptstyle phantomo$%
          tikznode[circle,inner sep=0,outer sep=0,draw]$scriptscriptstyle phantomo$%


          begindocument
          $squareiscircle BA_iscircle AB_iscircle AB$

          $squarewacircsimple BA_wacircsimple AB_wacircsimple AB$

          $squarewacircscale BA_wacircscale AB_wacircscale AB$

          $squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$

          $squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$

          Huge
          $squareiscircle BA_iscircle AB_iscircle AB$

          $squarewacircsimple BA_wacircsimple AB_wacircsimple AB$

          $squarewacircscale BA_wacircscale AB_wacircscale AB$

          $squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$

          $squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$
          enddocument


          enter image description here



          In my opinion the TikZ version looks better in the normal font (considering line width) but in the Huge version the wasysym symbol looks better.






          share|improve this answer

























          • Very nice solution (tikz). Upvoted. And your solution has the advantage that you could change the line thickness of the circle in such a way that it is equal to the one of the square; this being the only perceivable drawback of the solution of egreg. One could adapt the line width for every style, couldn't?

            – PeptideChain
            5 hours ago













          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%2f502274%2fcircle-symbol-compatible-with-square-and-triangle%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          5














          You can scale bigcirc down:



          documentclassarticle
          usepackageamsmath
          usepackageamsthm
          usepackageamssymb
          usepackagegraphicx

          makeatletter
          DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
          newcommandis@circle[2]%
          begingroup
          sboxz@raiseboxdepth$m@th#1bigcirc$%
          sboxtw@$#1square$%
          resizebox!httw@useboxz@%
          endgroup

          makeatother

          begindocument

          $iscircle AB$, $square ABCD$, $triangle ABC$,

          enddocument


          enter image description here






          share|improve this answer

























          • I was entering my answer but one time Davide beat with a slingshot, Goliath :-)

            – Sebastiano
            7 hours ago















          5














          You can scale bigcirc down:



          documentclassarticle
          usepackageamsmath
          usepackageamsthm
          usepackageamssymb
          usepackagegraphicx

          makeatletter
          DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
          newcommandis@circle[2]%
          begingroup
          sboxz@raiseboxdepth$m@th#1bigcirc$%
          sboxtw@$#1square$%
          resizebox!httw@useboxz@%
          endgroup

          makeatother

          begindocument

          $iscircle AB$, $square ABCD$, $triangle ABC$,

          enddocument


          enter image description here






          share|improve this answer

























          • I was entering my answer but one time Davide beat with a slingshot, Goliath :-)

            – Sebastiano
            7 hours ago













          5












          5








          5







          You can scale bigcirc down:



          documentclassarticle
          usepackageamsmath
          usepackageamsthm
          usepackageamssymb
          usepackagegraphicx

          makeatletter
          DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
          newcommandis@circle[2]%
          begingroup
          sboxz@raiseboxdepth$m@th#1bigcirc$%
          sboxtw@$#1square$%
          resizebox!httw@useboxz@%
          endgroup

          makeatother

          begindocument

          $iscircle AB$, $square ABCD$, $triangle ABC$,

          enddocument


          enter image description here






          share|improve this answer













          You can scale bigcirc down:



          documentclassarticle
          usepackageamsmath
          usepackageamsthm
          usepackageamssymb
          usepackagegraphicx

          makeatletter
          DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
          newcommandis@circle[2]%
          begingroup
          sboxz@raiseboxdepth$m@th#1bigcirc$%
          sboxtw@$#1square$%
          resizebox!httw@useboxz@%
          endgroup

          makeatother

          begindocument

          $iscircle AB$, $square ABCD$, $triangle ABC$,

          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 7 hours ago









          egregegreg

          759k90 gold badges1985 silver badges3332 bronze badges




          759k90 gold badges1985 silver badges3332 bronze badges















          • I was entering my answer but one time Davide beat with a slingshot, Goliath :-)

            – Sebastiano
            7 hours ago

















          • I was entering my answer but one time Davide beat with a slingshot, Goliath :-)

            – Sebastiano
            7 hours ago
















          I was entering my answer but one time Davide beat with a slingshot, Goliath :-)

          – Sebastiano
          7 hours ago





          I was entering my answer but one time Davide beat with a slingshot, Goliath :-)

          – Sebastiano
          7 hours ago













          3














          Some other possibilities: use ocircle from wasysym, raised slightly (the regular symbol is rendered below the baseline), or use TikZ and print a tight circle around a lower case letter (but don't print the letter).



          The commands can be defined in a simple way that scales with the font but not with sub- and superscript, or as a more math-aware version using mathchoice. The solution in the other answer is also included, note that the circle is a little flat in the subscript of the normal size example, but round in the Huge version.



          documentclassarticle
          usepackageamsmath
          usepackageamsthm
          usepackageamsfonts
          usepackagewasysym
          usepackagetikz
          makeatletter
          DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
          newcommandis@circle[2]%
          begingroup
          sboxz@raiseboxdepth$m@th#1bigcirc$%
          sboxtw@$#1square$%
          resizebox!httw@useboxz@%
          endgroup

          makeatother
          newcommandwacircsimpleraisebox0.2ex$ocircle$
          newcommandtkzcircsimpletikznode[circle,inner sep=0,outer sep=0,draw]$phantomo$
          newcommandwacircscalemathchoice%
          raisebox0.2ex$displaystyleocircle$%
          raisebox0.2ex$textstyleocircle$%
          raisebox0.2ex$scriptstyleocircle$%
          raisebox0.2ex$scriptscriptstyleocircle$%

          newcommandtkzcircscalemathchoice%
          tikznode[circle,inner sep=0,outer sep=0,draw]$displaystyle phantomo$%
          tikznode[circle,inner sep=0,outer sep=0,draw]$textstyle phantomo$%
          tikznode[circle,inner sep=0,outer sep=0,draw]$scriptstyle phantomo$%
          tikznode[circle,inner sep=0,outer sep=0,draw]$scriptscriptstyle phantomo$%


          begindocument
          $squareiscircle BA_iscircle AB_iscircle AB$

          $squarewacircsimple BA_wacircsimple AB_wacircsimple AB$

          $squarewacircscale BA_wacircscale AB_wacircscale AB$

          $squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$

          $squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$

          Huge
          $squareiscircle BA_iscircle AB_iscircle AB$

          $squarewacircsimple BA_wacircsimple AB_wacircsimple AB$

          $squarewacircscale BA_wacircscale AB_wacircscale AB$

          $squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$

          $squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$
          enddocument


          enter image description here



          In my opinion the TikZ version looks better in the normal font (considering line width) but in the Huge version the wasysym symbol looks better.






          share|improve this answer

























          • Very nice solution (tikz). Upvoted. And your solution has the advantage that you could change the line thickness of the circle in such a way that it is equal to the one of the square; this being the only perceivable drawback of the solution of egreg. One could adapt the line width for every style, couldn't?

            – PeptideChain
            5 hours ago















          3














          Some other possibilities: use ocircle from wasysym, raised slightly (the regular symbol is rendered below the baseline), or use TikZ and print a tight circle around a lower case letter (but don't print the letter).



          The commands can be defined in a simple way that scales with the font but not with sub- and superscript, or as a more math-aware version using mathchoice. The solution in the other answer is also included, note that the circle is a little flat in the subscript of the normal size example, but round in the Huge version.



          documentclassarticle
          usepackageamsmath
          usepackageamsthm
          usepackageamsfonts
          usepackagewasysym
          usepackagetikz
          makeatletter
          DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
          newcommandis@circle[2]%
          begingroup
          sboxz@raiseboxdepth$m@th#1bigcirc$%
          sboxtw@$#1square$%
          resizebox!httw@useboxz@%
          endgroup

          makeatother
          newcommandwacircsimpleraisebox0.2ex$ocircle$
          newcommandtkzcircsimpletikznode[circle,inner sep=0,outer sep=0,draw]$phantomo$
          newcommandwacircscalemathchoice%
          raisebox0.2ex$displaystyleocircle$%
          raisebox0.2ex$textstyleocircle$%
          raisebox0.2ex$scriptstyleocircle$%
          raisebox0.2ex$scriptscriptstyleocircle$%

          newcommandtkzcircscalemathchoice%
          tikznode[circle,inner sep=0,outer sep=0,draw]$displaystyle phantomo$%
          tikznode[circle,inner sep=0,outer sep=0,draw]$textstyle phantomo$%
          tikznode[circle,inner sep=0,outer sep=0,draw]$scriptstyle phantomo$%
          tikznode[circle,inner sep=0,outer sep=0,draw]$scriptscriptstyle phantomo$%


          begindocument
          $squareiscircle BA_iscircle AB_iscircle AB$

          $squarewacircsimple BA_wacircsimple AB_wacircsimple AB$

          $squarewacircscale BA_wacircscale AB_wacircscale AB$

          $squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$

          $squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$

          Huge
          $squareiscircle BA_iscircle AB_iscircle AB$

          $squarewacircsimple BA_wacircsimple AB_wacircsimple AB$

          $squarewacircscale BA_wacircscale AB_wacircscale AB$

          $squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$

          $squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$
          enddocument


          enter image description here



          In my opinion the TikZ version looks better in the normal font (considering line width) but in the Huge version the wasysym symbol looks better.






          share|improve this answer

























          • Very nice solution (tikz). Upvoted. And your solution has the advantage that you could change the line thickness of the circle in such a way that it is equal to the one of the square; this being the only perceivable drawback of the solution of egreg. One could adapt the line width for every style, couldn't?

            – PeptideChain
            5 hours ago













          3












          3








          3







          Some other possibilities: use ocircle from wasysym, raised slightly (the regular symbol is rendered below the baseline), or use TikZ and print a tight circle around a lower case letter (but don't print the letter).



          The commands can be defined in a simple way that scales with the font but not with sub- and superscript, or as a more math-aware version using mathchoice. The solution in the other answer is also included, note that the circle is a little flat in the subscript of the normal size example, but round in the Huge version.



          documentclassarticle
          usepackageamsmath
          usepackageamsthm
          usepackageamsfonts
          usepackagewasysym
          usepackagetikz
          makeatletter
          DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
          newcommandis@circle[2]%
          begingroup
          sboxz@raiseboxdepth$m@th#1bigcirc$%
          sboxtw@$#1square$%
          resizebox!httw@useboxz@%
          endgroup

          makeatother
          newcommandwacircsimpleraisebox0.2ex$ocircle$
          newcommandtkzcircsimpletikznode[circle,inner sep=0,outer sep=0,draw]$phantomo$
          newcommandwacircscalemathchoice%
          raisebox0.2ex$displaystyleocircle$%
          raisebox0.2ex$textstyleocircle$%
          raisebox0.2ex$scriptstyleocircle$%
          raisebox0.2ex$scriptscriptstyleocircle$%

          newcommandtkzcircscalemathchoice%
          tikznode[circle,inner sep=0,outer sep=0,draw]$displaystyle phantomo$%
          tikznode[circle,inner sep=0,outer sep=0,draw]$textstyle phantomo$%
          tikznode[circle,inner sep=0,outer sep=0,draw]$scriptstyle phantomo$%
          tikznode[circle,inner sep=0,outer sep=0,draw]$scriptscriptstyle phantomo$%


          begindocument
          $squareiscircle BA_iscircle AB_iscircle AB$

          $squarewacircsimple BA_wacircsimple AB_wacircsimple AB$

          $squarewacircscale BA_wacircscale AB_wacircscale AB$

          $squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$

          $squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$

          Huge
          $squareiscircle BA_iscircle AB_iscircle AB$

          $squarewacircsimple BA_wacircsimple AB_wacircsimple AB$

          $squarewacircscale BA_wacircscale AB_wacircscale AB$

          $squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$

          $squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$
          enddocument


          enter image description here



          In my opinion the TikZ version looks better in the normal font (considering line width) but in the Huge version the wasysym symbol looks better.






          share|improve this answer













          Some other possibilities: use ocircle from wasysym, raised slightly (the regular symbol is rendered below the baseline), or use TikZ and print a tight circle around a lower case letter (but don't print the letter).



          The commands can be defined in a simple way that scales with the font but not with sub- and superscript, or as a more math-aware version using mathchoice. The solution in the other answer is also included, note that the circle is a little flat in the subscript of the normal size example, but round in the Huge version.



          documentclassarticle
          usepackageamsmath
          usepackageamsthm
          usepackageamsfonts
          usepackagewasysym
          usepackagetikz
          makeatletter
          DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
          newcommandis@circle[2]%
          begingroup
          sboxz@raiseboxdepth$m@th#1bigcirc$%
          sboxtw@$#1square$%
          resizebox!httw@useboxz@%
          endgroup

          makeatother
          newcommandwacircsimpleraisebox0.2ex$ocircle$
          newcommandtkzcircsimpletikznode[circle,inner sep=0,outer sep=0,draw]$phantomo$
          newcommandwacircscalemathchoice%
          raisebox0.2ex$displaystyleocircle$%
          raisebox0.2ex$textstyleocircle$%
          raisebox0.2ex$scriptstyleocircle$%
          raisebox0.2ex$scriptscriptstyleocircle$%

          newcommandtkzcircscalemathchoice%
          tikznode[circle,inner sep=0,outer sep=0,draw]$displaystyle phantomo$%
          tikznode[circle,inner sep=0,outer sep=0,draw]$textstyle phantomo$%
          tikznode[circle,inner sep=0,outer sep=0,draw]$scriptstyle phantomo$%
          tikznode[circle,inner sep=0,outer sep=0,draw]$scriptscriptstyle phantomo$%


          begindocument
          $squareiscircle BA_iscircle AB_iscircle AB$

          $squarewacircsimple BA_wacircsimple AB_wacircsimple AB$

          $squarewacircscale BA_wacircscale AB_wacircscale AB$

          $squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$

          $squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$

          Huge
          $squareiscircle BA_iscircle AB_iscircle AB$

          $squarewacircsimple BA_wacircsimple AB_wacircsimple AB$

          $squarewacircscale BA_wacircscale AB_wacircscale AB$

          $squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$

          $squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$
          enddocument


          enter image description here



          In my opinion the TikZ version looks better in the normal font (considering line width) but in the Huge version the wasysym symbol looks better.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 6 hours ago









          MarijnMarijn

          11.2k1 gold badge6 silver badges40 bronze badges




          11.2k1 gold badge6 silver badges40 bronze badges















          • Very nice solution (tikz). Upvoted. And your solution has the advantage that you could change the line thickness of the circle in such a way that it is equal to the one of the square; this being the only perceivable drawback of the solution of egreg. One could adapt the line width for every style, couldn't?

            – PeptideChain
            5 hours ago

















          • Very nice solution (tikz). Upvoted. And your solution has the advantage that you could change the line thickness of the circle in such a way that it is equal to the one of the square; this being the only perceivable drawback of the solution of egreg. One could adapt the line width for every style, couldn't?

            – PeptideChain
            5 hours ago
















          Very nice solution (tikz). Upvoted. And your solution has the advantage that you could change the line thickness of the circle in such a way that it is equal to the one of the square; this being the only perceivable drawback of the solution of egreg. One could adapt the line width for every style, couldn't?

          – PeptideChain
          5 hours ago





          Very nice solution (tikz). Upvoted. And your solution has the advantage that you could change the line thickness of the circle in such a way that it is equal to the one of the square; this being the only perceivable drawback of the solution of egreg. One could adapt the line width for every style, couldn't?

          – PeptideChain
          5 hours ago

















          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%2f502274%2fcircle-symbol-compatible-with-square-and-triangle%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

          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

          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

          In Tikz, how to set a node's label alignment to the left?Rotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?Numerical conditional within tikz keys?TikZ/ERD: node (=Entity) label on the insideLine up nested tikz enviroments or how to get rid of themVertically align a tikzpicture and forestDrawing tikz line in the margin for multiple pagesLongtable, contained tikz, padding, custom columns, and an alignment issueTikZ: define arrow starting position based on style and format node labelAlign node name in Tikz