How to print filled shapes in the terminal?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












How to print a filled circle or shapes in the terminal like:



How to print filled shapes in the terminal?







share|improve this question























    up vote
    1
    down vote

    favorite












    How to print a filled circle or shapes in the terminal like:



    How to print filled shapes in the terminal?







    share|improve this question





















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      How to print a filled circle or shapes in the terminal like:



      How to print filled shapes in the terminal?







      share|improve this question











      How to print a filled circle or shapes in the terminal like:



      How to print filled shapes in the terminal?









      share|improve this question










      share|improve this question




      share|improve this question









      asked May 29 at 9:13









      yash

      185




      185




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          3
          down vote



          accepted










          That shape you show might be the Unicode character ●.



          Also, from this answer: https://stackoverflow.com/a/12982461/1424395




          http://www.unicode.org is the place to look for symbol names.



          ● BLACK CIRCLE 25CF



          ⚫ MEDIUM BLACK CIRCLE 26AB



          ⬤ BLACK LARGE CIRCLE 2B24



          or even:



          🌑 NEW MOON SYMBOL 1F311




          Also, this question might interest you: Printing filled shapes in terminal






          share|improve this answer



















          • 1




            It is, in fact, U+25CF.
            – JdeBP
            May 29 at 9:45










          • @myradio I thought that they were using some sort of program to print that filled circle shape. Like you said, it turns out that it was just a character😂😂😂. Thanks!
            – yash
            May 29 at 10:14











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          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',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f446643%2fhow-to-print-filled-shapes-in-the-terminal%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          3
          down vote



          accepted










          That shape you show might be the Unicode character ●.



          Also, from this answer: https://stackoverflow.com/a/12982461/1424395




          http://www.unicode.org is the place to look for symbol names.



          ● BLACK CIRCLE 25CF



          ⚫ MEDIUM BLACK CIRCLE 26AB



          ⬤ BLACK LARGE CIRCLE 2B24



          or even:



          🌑 NEW MOON SYMBOL 1F311




          Also, this question might interest you: Printing filled shapes in terminal






          share|improve this answer



















          • 1




            It is, in fact, U+25CF.
            – JdeBP
            May 29 at 9:45










          • @myradio I thought that they were using some sort of program to print that filled circle shape. Like you said, it turns out that it was just a character😂😂😂. Thanks!
            – yash
            May 29 at 10:14















          up vote
          3
          down vote



          accepted










          That shape you show might be the Unicode character ●.



          Also, from this answer: https://stackoverflow.com/a/12982461/1424395




          http://www.unicode.org is the place to look for symbol names.



          ● BLACK CIRCLE 25CF



          ⚫ MEDIUM BLACK CIRCLE 26AB



          ⬤ BLACK LARGE CIRCLE 2B24



          or even:



          🌑 NEW MOON SYMBOL 1F311




          Also, this question might interest you: Printing filled shapes in terminal






          share|improve this answer



















          • 1




            It is, in fact, U+25CF.
            – JdeBP
            May 29 at 9:45










          • @myradio I thought that they were using some sort of program to print that filled circle shape. Like you said, it turns out that it was just a character😂😂😂. Thanks!
            – yash
            May 29 at 10:14













          up vote
          3
          down vote



          accepted







          up vote
          3
          down vote



          accepted






          That shape you show might be the Unicode character ●.



          Also, from this answer: https://stackoverflow.com/a/12982461/1424395




          http://www.unicode.org is the place to look for symbol names.



          ● BLACK CIRCLE 25CF



          ⚫ MEDIUM BLACK CIRCLE 26AB



          ⬤ BLACK LARGE CIRCLE 2B24



          or even:



          🌑 NEW MOON SYMBOL 1F311




          Also, this question might interest you: Printing filled shapes in terminal






          share|improve this answer















          That shape you show might be the Unicode character ●.



          Also, from this answer: https://stackoverflow.com/a/12982461/1424395




          http://www.unicode.org is the place to look for symbol names.



          ● BLACK CIRCLE 25CF



          ⚫ MEDIUM BLACK CIRCLE 26AB



          ⬤ BLACK LARGE CIRCLE 2B24



          or even:



          🌑 NEW MOON SYMBOL 1F311




          Also, this question might interest you: Printing filled shapes in terminal







          share|improve this answer















          share|improve this answer



          share|improve this answer








          edited May 29 at 11:29


























          answered May 29 at 9:23









          myradio

          1885




          1885







          • 1




            It is, in fact, U+25CF.
            – JdeBP
            May 29 at 9:45










          • @myradio I thought that they were using some sort of program to print that filled circle shape. Like you said, it turns out that it was just a character😂😂😂. Thanks!
            – yash
            May 29 at 10:14













          • 1




            It is, in fact, U+25CF.
            – JdeBP
            May 29 at 9:45










          • @myradio I thought that they were using some sort of program to print that filled circle shape. Like you said, it turns out that it was just a character😂😂😂. Thanks!
            – yash
            May 29 at 10:14








          1




          1




          It is, in fact, U+25CF.
          – JdeBP
          May 29 at 9:45




          It is, in fact, U+25CF.
          – JdeBP
          May 29 at 9:45












          @myradio I thought that they were using some sort of program to print that filled circle shape. Like you said, it turns out that it was just a character😂😂😂. Thanks!
          – yash
          May 29 at 10:14





          @myradio I thought that they were using some sort of program to print that filled circle shape. Like you said, it turns out that it was just a character😂😂😂. Thanks!
          – yash
          May 29 at 10:14













           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f446643%2fhow-to-print-filled-shapes-in-the-terminal%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay