Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

and u look too similar #244

Closed
singularitti opened this issue May 16, 2020 · 6 comments
Closed

and u look too similar #244

singularitti opened this issue May 16, 2020 · 6 comments
Milestone

Comments

@singularitti
Copy link

Love this font! However, found a little bit unsatisfied with (the symbol for set union in mathematics) and u. They just look too similar:

code

The intersection symbol () and n are distinguishable:

code2

Is it possible to increase the size of and to make them more noticeable? Thanks!

@philippnurullin
Copy link
Member

JetBrains Mono currently not supporting this characters. I believe they are from your fallback font.

@philippnurullin
Copy link
Member

@singularitti Can you send examples when u can be mistaken in context. I believe the context of usage will leave no place for mistake.

Here is a link to similar request. There is some info on u construction. #212

@singularitti
Copy link
Author

singularitti commented May 30, 2020

In the Julia language, they allow using unicode operators to express mathematical calculations. `` means union in set theory.

julia> c = [1,2,3]
3-element Array{Int64,1}:
 1
 2
 3

julia> p = [2,3,4]
3-element Array{Int64,1}:
 2
 3
 4

julia> cp
4-element Array{Int64,1}:
 1
 2
 3
 4

So c∪p means "the union of c and p". In real-world, this example may never happen, though.

@Ilis
Copy link

Ilis commented Jun 11, 2020

I like “u” with small tail, it is more distinguished of “union” sign and letter “v”.

One more reason is letter u looks similar to Greek mu (μ) and used to sign prefix “micro”. E. g. 10 ms for ten milliseconds, but 10 us for ten microseconds.

@Firestar-Reimu
Copy link

Firestar-Reimu commented Oct 21, 2020

I like “u” with a small tail too for it is more fit to my(and maybe most people's) habits, without the tail make me to take more time to think 'what letter is this' but it seems that the designers put without the tail as a selling point.

@philippnurullin philippnurullin added this to the v2.300 milestone Dec 18, 2020
philippnurullin added a commit that referenced this issue Dec 21, 2020
- Removed `.-` ligature #76
- Disabled ligatures for lookahead/lookbehind prefixes (regex) #126
- Added support for combined marks #228
- Added `∪` #244
- Added `➜`(U+279C), `✗`(U+2717), and `✓`(U+2713) #246
- Added `<<~` #291
- Added `‾` Overline #298
- Tuned Cyrillic `в` #335
- Increase BoxDraving. Top +100, bottom +100 #382
- Added `‿` `∁` `∎` `⊸` `⊎` `⨀` `⨆` `∩` `∶` `⊢` `⊤` `⊥` `⊛` `⊖` `⊗` `⊙` `⊕` `◦` `⋆` `ℚ` `ℤ` `slashshortcomb`
- Corrected placement of bar in italic `Đ`
- Polished Digits
@philippnurullin
Copy link
Member

Aded the support of . Its differentiated from u by size and width.
If you still want it more different please wait for release of alternate set with u.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants