Characters: T (transpose matrix) - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Characters: T (transpose matrix) (/thread-4049.html) |
Characters: T (transpose matrix) - salvomic - 06-01-2015 03:41 PM hi all, I can't find an UNICODE char like T (superscript) of the transpose matrix: any idea? Ok both in the Prime or in Character Map. Thank you Salvo RE: Characters: T (transpose matrix) - Mark Hardman - 06-02-2015 03:05 AM (06-01-2015 03:41 PM)salvomic Wrote: hi all, How about Unicode Character 'MODIFIER LETTER CAPITAL T' (U+1D40)? Mᵀ RE: Characters: T (transpose matrix) - salvomic - 06-02-2015 08:04 AM (06-02-2015 03:05 AM)Mark Hardman Wrote: How about Unicode Character 'MODIFIER LETTER CAPITAL T' (U+1D40)? it's good enough! it's in Windows Char Map. but I can't find it in the char set of the Prime: is it not there? RE: Characters: T (transpose matrix) - Mark Hardman - 06-03-2015 01:06 AM (06-02-2015 08:04 AM)salvomic Wrote:(06-02-2015 03:05 AM)Mark Hardman Wrote: How about Unicode Character 'MODIFIER LETTER CAPITAL T' (U+1D40)? Sorry, it is not implemented in the Prime. The Character utility jumps from #1D07 to #1E00. Issuing "PRINT(CHAR(7488))" returns the ubiquitous empty box placeholder. RE: Characters: T (transpose matrix) - salvomic - 06-03-2015 06:42 AM (06-03-2015 01:06 AM)Mark Hardman Wrote: Sorry, it is not implemented in the Prime. The Character utility jumps from #1D07 to #1E00. Issuing "PRINT(CHAR(7488))" returns the ubiquitous empty box placeholder. yes, I saw... for now, in the Prime, I'm replacing it with lowercase cyrillic T..., better than nothing thank you, Salvo |