0

I want to display some single-line badges (with rounded corners) in terminal but I am not aware of any box characters to use for start and end of labels. Are there any? The label text would be normal text on coloured background, the only issue is that i need some elements to make it more visually appealing.

Thomas Dickey
  • 51,086
  • 7
  • 70
  • 105
sorin
  • 161,544
  • 178
  • 535
  • 806
  • Is this what you mean? `❲❳⟬⟭⦗⦘〔〕〘〙﹝﹞` If not, edit the question and attach an image. – daxim Sep 04 '19 at 06:50
  • I need something resembling a filled semicircle in order to compose a badge-looking construct. Anything that is not fully filed on right or left side would not helping on creating the object. – sorin Sep 04 '19 at 07:05
  • 1
    If you mean something the full size of the character cell (like the block characters ░▒▓█▓▒░), only shaped like a left half circle or right half circle ◖◗, then you're out of luck. – Mr Lister Sep 04 '19 at 07:05

2 Answers2

1

Not semicircles, but there will be more box-type graphics characters soon. Unicode 13.0, scheduled for March 2020*, will have a new block: "Symbols for Legacy Computing". This was designed for emulation of various 1970s and '80s computers, but some of the characters could also be useful for more modern purposes. This PDF has the code chart.

*Of course, that's just when the codepoints become official, you will still need to find a font that has the characters.

David Lasher
  • 201
  • 1
  • 4
0

Apparently this is not possible as I failed to find any Unicode characters that do that.

The only one closer to enabling building a badge-like construct is U+258C also known as left half block: .

Its sibling is U+2590.

Obviously that it does not have rounded corners so this would not help a lot visually.

sorin
  • 161,544
  • 178
  • 535
  • 806