←back to thread

283 points IdealeZahlen | 1 comments | | HN request time: 0.001s | source
Show context
non- ◴[] No.42139412[source]
One thing I've always struggled with Math is keeping track of symbols I don't know the name of yet.

Googling for "Math squiggle that looks like a cursive P" is not a very elegant or convenient way of learning new symbol names.

I wish every proof or equation came with a little table that gave the English pronunciation and some context for each symbol used.

It would make it a lot easier to look up tutorials & ask questions.

replies(24): >>42139503 #>>42139508 #>>42139524 #>>42139550 #>>42139564 #>>42139813 #>>42140054 #>>42140141 #>>42140285 #>>42140537 #>>42140722 #>>42140731 #>>42140919 #>>42141247 #>>42141746 #>>42141968 #>>42142338 #>>42143308 #>>42145853 #>>42147470 #>>42148120 #>>42148896 #>>42148973 #>>42149956 #
Symbiote ◴[] No.42140285[source]
The "unicode" program (in Ubuntu's package repository) gives the Unicode entry for any character:

  $ unicode ℘
  U+2118 SCRIPT CAPITAL P
  UTF-8: e2 84 98 UTF-16BE: 2118 Decimal: ℘ Octal: \020430
  ℘
  Category: Sm (Symbol, Math); East Asian width: N (neutral)
  Unicode block: 2100..214F; Letterlike Symbols
  Bidi: ON (Other Neutrals)
  Age: Assigned as of Unicode 1.1.0 (June, 1993)
Or you can ask Wikipedia: https://en.wikipedia.org/wiki/%e2%84%98 (manually URL-escaped for HN)
replies(2): >>42140466 #>>42140890 #
1. zamadatix ◴[] No.42140890[source]
If you already have a copyable version of the character it also works in the original Google search. Or any other place you can put it. The problem is when you don't have the literal character as text (say, an image, video, or non-digital source) and need to reproduce it to do that lookup in the first place.